A thin shim-wrapper around the official Google Kaniko Docker image to make it behave like the Drone Docker plugin.
Go to file
Nandor Kracser 3e75960263 change example repo name 2018-11-24 17:29:40 +01:00
.gitignore initial import 2018-11-21 15:45:09 +01:00
Dockerfile Add build_args support 2018-11-23 09:03:11 +01:00
Dockerfile.test initial import 2018-11-21 15:45:09 +01:00
LICENSE Initial commit 2018-11-21 07:39:41 +01:00
README.md change example repo name 2018-11-24 17:29:40 +01:00
plugin.sh Add build_args support 2018-11-23 09:03:11 +01:00

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