fix example
This commit is contained in:
parent
fc3f5bddf3
commit
d905727f18
@ -5,5 +5,5 @@ A thin shim-wrapper around the official [Google Kaniko](https://cloud.google.com
|
||||
## 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
|
||||
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_TAGS=test -e PLUGIN_DOCKERFILE=Dockerfile.test banzaicloud/kaniko-plugin
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user