Skip to content

Commit ad0c657

Browse files
authored
Merge pull request #56541 from apoorvajagtap/OCPBUGS-8027
OCPBUGS#8027: Remove prefixes (http[s]) from `.docker/config.json` examples
2 parents 380203f + 67ed9b5 commit ad0c657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/builds-docker-credentials-private-registries.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ has the following format:
2121
[source,yaml]
2222
----
2323
auths:
24-
https://index.docker.io/v1/: <1>
24+
index.docker.io/v1/: <1>
2525
auth: "YWRfbGzhcGU6R2labnRib21ifTE=" <2>
2626
email: "[email protected]" <3>
27-
https://docker.io/my-namespace/my-user/my-image: <4>
27+
docker.io/my-namespace/my-user/my-image: <4>
2828
auth: "GzhYWRGU6R2fbclabnRgbkSp=""
2929
30-
https://docker.io/my-namespace: <5>
30+
docker.io/my-namespace: <5>
3131
auth: "GzhYWRGU6R2deesfrRgbkSp=""
3232
3333
----

0 commit comments

Comments
 (0)