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