Skip to content

Commit 0dee249

Browse files
authored
Merge pull request #68657 from stevsmit/OCPBUGS-23926
Adds a note to suggest using the project/name format when pushing an …
2 parents 8c681d4 + 707f2ba commit 0dee249

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/registry-accessing-directly.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,8 @@ to push the image.
119119
----
120120
sh-4.2# podman push image-registry.openshift-image-registry.svc:5000/openshift/<image>
121121
----
122+
+
123+
[NOTE]
124+
====
125+
When pushing images to the internal registry, the repository name must use the `<project>/<name>` format. Using multiple project levels in the repository name results in an authentication error.
126+
====

0 commit comments

Comments
 (0)