Skip to content
New issue

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

Fix kaniko docker secret mount point #439

Merged
merged 2 commits into from Sep 20, 2020

Conversation

theSaarco
Copy link
Member

Docker secret (.docker/config.json) was mounted under /root. The Kaniko documentation expects the config.json file to be located at /kaniko/.docker (see https://github.com/GoogleContainerTools/kaniko#pushing-to-docker-hub). Testing this with a docker-hub account failed due to Kaniko not finding the creds.
This fix moves the mount point to the correct location in the Kaniko pod.

@Hedingber Hedingber merged commit f0f80e6 into mlrun:development Sep 20, 2020
@theSaarco theSaarco deleted the fix_kaniko branch January 10, 2021 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants