FROM gcr.io/kaniko-project/executor:v1.9.2 ENV KANIKO_VERSION=1.9.2 ADD release/linux/amd64/kaniko-gcr /kaniko/ ENTRYPOINT ["/kaniko/kaniko-gcr"]