mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:49 +08:00
a26a84a1fe
This reverts commit cd3745b3ca.
6 lines
147 B
Groff
6 lines
147 B
Groff
FROM gcr.io/kaniko-project/executor:v1.9.1
|
|
|
|
ENV KANIKO_VERSION=1.9.1
|
|
ADD release/linux/amd64/kaniko-ecr /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-ecr"]
|