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
The README says
configuring another credential helper should allow pushing to a different registry
It would be great to include an example
The text was updated successfully, but these errors were encountered:
dupe of #109
Sorry, something went wrong.
this works for me:
sudo docker run -v ${PWD}:${PWD} -v ${HOME}/.docker/config.json:/root/.docker/config.json boolman/kaniko:ubuntu -d gitlab.domain.local:4567/org/containername:tagname -c ${PWD}
cat $HOME/.docker/config.json { "auths": { "gitlab.domain.local:4567": { "auth": "dXNlcm5hbWU6cGFzc3dvcmQ=" }, }, "HttpHeaders": { "User-Agent": "Docker-Client/18.03.0-ce (linux)" } }
Documented in #129
Closing as a dup of #109.
No branches or pull requests
The README says
It would be great to include an example
The text was updated successfully, but these errors were encountered: