mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:50 +08:00
fixed base image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/kaniko-project/executor:v1.6.0
|
||||
FROM gcr.io/kaniko-project/executor:v1.8.1
|
||||
|
||||
ENV KANIKO_VERSION=1.6.0
|
||||
ADD release/linux/amd64/kaniko-acr /kaniko/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/kaniko-project/executor:arm64-v1.6.0
|
||||
FROM gcr.io/kaniko-project/executor:arm64-v1.8.1
|
||||
|
||||
ENV HOME /root
|
||||
ENV USER root
|
||||
|
||||
Reference in New Issue
Block a user