mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-26 16:03:13 +08:00
8f8d8b87d2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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-gar /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-gar"]
|