FROM gcr.io/kaniko-project/executor:v1.7.0 ENV HOME /root ENV USER root ADD release/linux/arm64/kaniko-ecr /kaniko/ ENTRYPOINT ["/kaniko/kaniko-ecr"]