mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-07-16 18:40:06 +08:00
6 lines
164 B
Docker
6 lines
164 B
Docker
FROM harnesscommunity/kaniko-executor:1.25.15-linux-amd64
|
|
|
|
ENV KANIKO_VERSION=1.25.15
|
|
ADD release/linux/amd64/kaniko-gcr /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-gcr"]
|