mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:49 +08:00
cd3745b3ca
* fix: [CI-8113]: added kaniko 1.9.2 support * fix: [CI-8113]: added kaniko 1.9.2 support
6 lines
147 B
Docker
6 lines
147 B
Docker
FROM gcr.io/kaniko-project/executor:v1.9.2
|
|
|
|
ENV KANIKO_VERSION=1.9.2
|
|
ADD release/linux/arm64/kaniko-ecr /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-ecr"]
|