mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:50 +08:00
addressed pr review comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM gcr.io/kaniko-project/executor:v1.8.1
|
||||
|
||||
ENV KANIKO_VERSION=1.6.0
|
||||
ENV KANIKO_VERSION=1.8.1
|
||||
ADD release/linux/amd64/kaniko-acr /kaniko/
|
||||
ENTRYPOINT ["/kaniko/kaniko-acr"]
|
||||
|
||||
@@ -3,6 +3,6 @@ FROM gcr.io/kaniko-project/executor:arm64-v1.8.1
|
||||
ENV HOME /root
|
||||
ENV USER root
|
||||
|
||||
ENV KANIKO_VERSION=1.6.0
|
||||
ENV KANIKO_VERSION=1.8.1
|
||||
ADD release/linux/arm64/kaniko-acr /kaniko/
|
||||
ENTRYPOINT ["/kaniko/kaniko-acr"]
|
||||
|
||||
Reference in New Issue
Block a user