initial import
This commit is contained in:
parent
897261a64b
commit
ccdae2bba6
5 changed files with 56 additions and 4 deletions
10
README.md
10
README.md
|
@ -1 +1,9 @@
|
|||
# kaniko-plugin
|
||||
# kaniko-plugin
|
||||
|
||||
A thin shim-wrapper around the official [Google Kaniko](https://cloud.google.com/blog/products/gcp/introducing-kaniko-build-container-images-in-kubernetes-and-google-container-builder-even-without-root-access) Docker image to make it behave like the [Drone Docker plugin](http://plugins.drone.io/drone-plugins/drone-docker/).
|
||||
|
||||
## Test that it can build itself
|
||||
|
||||
```bash
|
||||
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 -e PLUGIN_TAG=test -e PLUGIN_DOCKERFILE=Dockerfile.test banzaicloud/kaniko-plugin
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue