mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:50 +08:00
6 lines
162 B
Docker
6 lines
162 B
Docker
FROM harnesscommunity/kaniko-executor:1.25.0-linux-amd64
|
|
|
|
ENV KANIKO_VERSION=1.25.0
|
|
ADD release/linux/amd64/kaniko-gar /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-gar"]
|