We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should be used if credentials could not be found in defined credHelpers and Maven settings, but before inferring credential helpers.
credHelpers
UPDATED by @chanseokoh to reflect the current state of Jib handling ~/.docker/config.json.
~/.docker/config.json
Docker config may store credentials in 3 ways (or a combination):
{ "credHelpers": { "registry.example.com": "credential helper binary (suffix to docker-credential-)", "gcr.io": "gcloud", ... }, ... }
{ "credsStore": "credential helper binary (suffix to docker-credential-)", ... }
{ "auths": { "registry": { "auth": "username:password string in base64", }, ... } }
The text was updated successfully, but these errors were encountered:
Part of #22
Sorry, something went wrong.
No branches or pull requests
This should be used if credentials could not be found in defined
credHelpers
and Maven settings, but before inferring credential helpers.UPDATED by @chanseokoh to reflect the current state of Jib handling
~/.docker/config.json
.Docker config may store credentials in 3 ways (or a combination):
credHelpers
only.The text was updated successfully, but these errors were encountered: