chore: update make kaniko
All checks were successful
continuous-integration/drone/push Build is passing

* skip ci
This commit is contained in:
surtur 2020-11-27 20:05:30 +01:00
parent 1cc3df6619
commit 42c6dfd3ba
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,8 +6,8 @@ lport = 8000
lportdev = 8001
CC = dotnet
wdir = /src
krelease = docker run -w=$(wdir) -v $$PWD:$(wdir) banzaicloud/drone-kaniko -e PLUGIN_DOCKERFILE=$(dfile) -e PLUGIN_CONTEXT=/drone$(wdir)
kdebug = docker run -w=$(wdir) -v $$PWD:$(wdir) banzaicloud/drone-kaniko -e PLUGIN_DOCKERFILE=$(dfiledev) -e PLUGIN_CONTEXT=/drone$(wdir)
krelease = docker run --rm -it -w=$(wdir) -v $$PWD:$(wdir) gcr.io/kaniko-project/executor -f=$(dfile) -c=$(wdir) --use-new-run --snapshotMode=redo --no-push
kdebug = docker run --rm -it -w=$(wdir) -v $$PWD:$(wdir) gcr.io/kaniko-project/executor -f=$(dfiledev) -c=$(wdir) --use-new-run --snapshotMode=redo --no-push
dev: restore build run