mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:50 +08:00
5df1d55e7f
* seperate out gcr and gar
9 lines
177 B
Docker
9 lines
177 B
Docker
FROM gcr.io/kaniko-project/executor:v1.9.1
|
|
|
|
ENV HOME /root
|
|
ENV USER root
|
|
ENV KANIKO_VERSION=1.9.1
|
|
|
|
ADD release/linux/arm64/kaniko-gar /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-gar"]
|