mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-14 05:12:26 +08:00
bebe65a6c2
This reverts commit 0a4b18dbcb.
Kaniko 1.7.0 version is unable to push latest tag on gcr:
https://github.com/GoogleContainerTools/kaniko/issues/1786#issuecomment-951369997
5 lines
122 B
Docker
5 lines
122 B
Docker
FROM gcr.io/kaniko-project/executor:v1.6.0
|
|
|
|
ADD release/linux/amd64/kaniko-gcr /kaniko/
|
|
ENTRYPOINT ["/kaniko/kaniko-gcr"]
|