This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.5.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.5.x by this push:
     new e54b18fee update registry location
e54b18fee is described below

commit e54b18fee5d59d6f028b292c64cdaf897d26dd22
Author: cfitzw <[email protected]>
AuthorDate: Wed Dec 11 12:58:42 2024 -0600

    update registry location
---
 docs/modules/ROOT/pages/installation/registry/registry.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/installation/registry/registry.adoc 
b/docs/modules/ROOT/pages/installation/registry/registry.adoc
index 1b6ad2588..a1b70ea15 100644
--- a/docs/modules/ROOT/pages/installation/registry/registry.adoc
+++ b/docs/modules/ROOT/pages/installation/registry/registry.adoc
@@ -41,7 +41,7 @@ The changes will be immediately reconciled and the operator 
will be able to push
 == Container registry requirements
 Each platform may have its default registry of choice. And each container 
registry may have a slight different configuration. Please, be aware that we 
won't be able to support all the available solutions.
 
-The only requirement we have is that the registry must be able to 
produce/consume images with the following tagging convention: 
`<registry-host>[:<registry-port>]/<k8s-namespace>/kit-<hash-code>@sha256:<sha256-code>`,
 ie 
`10.110.251.124/default/kit-ck0612dahvgs73ffe5g0@sha256:3c9589dd093b689aee6bf5c2d35aa1fce9d0e76d5bb7da8b61d87e7a1ed6f36a`.
+The only requirement we have is that the registry must be able to 
produce/consume images with the following tagging convention: 
`<registry-host>[:<registry-port>]/<k8s-namespace>/camel-k-kit-<hash-code>@sha256:<sha256-code>`,
 ie 
`10.110.251.124/default/kit-ck0612dahvgs73ffe5g0@sha256:3c9589dd093b689aee6bf5c2d35aa1fce9d0e76d5bb7da8b61d87e7a1ed6f36a`.
 
 This should be within the standard convention adopted by 
https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier[pulling
 a Docker image by digest] (immutable).
 

Reply via email to