We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5137472 commit a3a0464Copy full SHA for a3a0464
core/src/test/resources/auth-config/win/docker-credential-fake.bat
@@ -30,5 +30,19 @@ if "%inputLine%" == "registrytoken.example.com" (
30
echo }
31
exit 0
32
)
33
+if "%inputLine%" == "registrynoserverurl.example.com" (
34
+ echo {
35
+ echo "Username": "username",
36
+ echo "Secret": "secret"
37
+ echo }
38
+ exit 0
39
+)
40
+if "%inputLine%" == "registrynoserverurltoken.example.com" (
41
42
+ echo "Username": "<token>",
43
44
45
46
47
48
exit 1
0 commit comments