Skip to content

Commit

Permalink
chore: pin Kaniko to v0.6.0 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Nov 30, 2018
1 parent 9b72c17 commit 22e0f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
REPO ?= docker.io/autonomy
EXECUTOR ?= gcr.io/kaniko-project/executor
EXECUTOR_TAG ?= latest
EXECUTOR_TAG ?= v0.6.0
WARMER ?= gcr.io/kaniko-project/warmer
WARMER_TAG ?= latest
WARMER_TAG ?= v0.6.0
GOLANG_IMAGE ?= golang:1.11.2
AUTH_CONFIG ?= $(HOME)/.kaniko/config.json

Expand Down Expand Up @@ -51,7 +51,7 @@ debug:
$(EXECUTOR_VOLUMES) \
--volume $(PWD):/workspace \
--entrypoint=/busybox/sh \
$(EXECUTOR):debug
$(EXECUTOR):debug-${EXECUTOR_TAG}

clean:
rm -rf ./build

0 comments on commit 22e0f7b

Please sign in to comment.