Merge pull request #1 from banzaicloud/official-image

Use the official Kaniko image
This commit is contained in:
Janos Matyas 2018-12-11 16:11:48 -08:00 committed by GitHub
commit b8589dbbb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
# TODO use the original image, but currently this is a blocker:
# https://github.com/GoogleContainerTools/kaniko/pull/459
FROM banzaicloud/kaniko:latest AS kaniko
# FROM gcr.io/kaniko-project/executor:v0.6.0 AS kaniko
FROM gcr.io/kaniko-project/executor:v0.7.0 AS kaniko
FROM alpine:3.8