Skip to content

Instantly share code, notes, and snippets.

@n1c0l4stournier
Created March 15, 2021 08:59
Show Gist options
  • Save n1c0l4stournier/6fb2074842bd67b151440aa30be58c04 to your computer and use it in GitHub Desktop.
Save n1c0l4stournier/6fb2074842bd67b151440aa30be58c04 to your computer and use it in GitHub Desktop.
docker run \
-v ~/.docker/config.json:/kaniko/.docker/config.json \
gcr.io/kaniko-project/executor:debug \
--dockerfile=${PATH_TO}/Dockerfile \
--context=${PATH_TO} \
--insecure-pull \
--insecure \
--destination=${URL_REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment