Skip to content

Commit

Permalink
fix(docs): registry links
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Nov 14, 2024
1 parent e3dfd6a commit 32f0639
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ metadata:
spec:
build:
registry:
address: <my-registry-address> (1)
organization: <my-organization> (2)
secret: <my-secret-credentials> (3)
address: <my-registry-address>
organization: <my-organization>
secret: <my-secret-credentials>
----

NOTE: make sure any credential contains the valid authentication servers: `docker.io` is used by **Jib**. Other publishing strategies may instead require to use a different endpoint, ie, `https://index.docker.io/v1/`.
12 changes: 6 additions & 6 deletions docs/modules/ROOT/pages/installation/registry/registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ metadata:
spec:
build:
registry:
address: <my-registry-address> (1)
organization: <my-organization> (2)
secret: <my-secret-credentials> (3)
address: <my-registry-address>
organization: <my-organization>
secret: <my-secret-credentials>
----

The changes will be immediately reconciled and the operator will be able to push and pull resources in a secure manner.
Expand All @@ -51,12 +51,12 @@ NOTE: you can configure Camel K to use an insecure private registry. However, yo
=== Special container registry requirements
We have some hints that can help you configuring on the most common platforms:

- xref:installation/registry/special/docker-desktop.adoc[Docker Hub]
- xref:installation/registry/special/docker-desktop.adoc[Docker Desktop]
- xref:installation/registry/special/gcr.adoc[Gcr.io]
- xref:installation/registry/special/github.adoc[Github Packages]
- xref:installation/registry/special/icr.adoc[IBM Container Registry]
- xref:installation/registry/special/kind.adoc[K3s]
- xref:installation/registry/special/minikube.adoc[K3s]
- xref:installation/registry/special/kind.adoc[Kind]
- xref:installation/registry/special/minikube.adoc[Minikube]

[[configuring-registry-run-it-yours]]
== Run your own container registry
Expand Down

0 comments on commit 32f0639

Please sign in to comment.