You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new command that would output docker registry config in form of docker's config.json containing kyma's docker registry external url and auth data:
If the docker registry secret is not present (i.e docker-registry module is not installed), then output information saying that there is no docker registry module installed.
Kyma can be provisioned with internal docker registry.
The registry will prove useful only if it is easy to use it with docker CLI locally or in a CI workflow context.
kwiatekus
changed the title
Provide output config.json file to be used in docker CLI against internal docker registry
Provide new command that outputs config.json file to be used in docker CLI against internal docker registry
Sep 13, 2024
Description
Add a new command that would output docker registry config in form of docker's
config.json
containing kyma's docker registry external url and auth data:If the docker registry secret is not present (i.e docker-registry module is not installed), then output information saying that there is no docker registry module installed.
Reasons
Kyma can be provisioned with internal docker registry.
The registry will prove useful only if it is easy to use it with docker CLI locally or in a CI workflow context.
Attachments
https://lumaks.medium.com/creating-docker-config-json-for-use-in-external-systems-a5d14aa81c41
Related topics:
kyma-project/kyma#18555
kyma-project/kyma#18198
The text was updated successfully, but these errors were encountered: