mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:50 +08:00
9 lines
192 B
Docker
9 lines
192 B
Docker
FROM harnesscommunity/kaniko-executor:1.25.0-linux-arm64
|
|
|
|
ENV HOME /root
|
|
ENV USER root
|
|
ENV KANIKO_VERSION=1.25.0
|
|
|
|
ADD release/linux/arm64/kaniko-ecr /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-ecr"]
|