.gitignore | ||
Dockerfile | ||
Dockerfile.test | ||
LICENSE | ||
plugin.sh | ||
README.md |
kaniko-plugin
A thin shim-wrapper around the official Google Kaniko Docker image to make it behave like the Drone Docker plugin.
Test that it can build
docker run -it --rm -w /src -v $PWD:/src -e DOCKER_USERNAME=${DOCKER_USERNAME} -e DOCKER_PASSWORD=${DOCKER_PASSWORD} -e PLUGIN_REPO=banzaicloud/kaniko-plugin-test -e PLUGIN_TAGS=test -e PLUGIN_DOCKERFILE=Dockerfile.test banzaicloud/kaniko-plugin