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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
At the moment you have to provide the credentials for pushing a docker image directly in the configuration.
Even when these can be picked up from an environment variable, this is not optimal.
Instead (or in addition) it should work similarly like the kubectl authentication, by picking up the default credentials stored in ~/.docker/config.json. This way the full machinery of docker login can be used for handling various authentication mechanism (like e.g. for registries like GCR or ECR that use a different authentication mechanism than simple user/password auth).
The text was updated successfully, but these errors were encountered:
At the moment you have to provide the credentials for pushing a docker image directly in the configuration.
Even when these can be picked up from an environment variable, this is not optimal.
Instead (or in addition) it should work similarly like the
kubectl
authentication, by picking up the default credentials stored in~/.docker/config.json
. This way the full machinery ofdocker login
can be used for handling various authentication mechanism (like e.g. for registries like GCR or ECR that use a different authentication mechanism than simple user/password auth).The text was updated successfully, but these errors were encountered: