copy all files from busybox image

This commit is contained in:
Tejal Desai 2020-06-04 12:53:40 -07:00 committed by GitHub
parent 2214da37e2
commit 9ec838bd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ COPY --from=0 /go/src/github.com/GoogleContainerTools/kaniko/out/* /kaniko/
COPY --from=0 /usr/local/bin/docker-credential-gcr /kaniko/docker-credential-gcr
COPY --from=0 /go/src/github.com/awslabs/amazon-ecr-credential-helper/bin/linux-amd64/docker-credential-ecr-login /kaniko/docker-credential-ecr-login
COPY --from=0 /usr/local/bin/docker-credential-acr-linux /kaniko/docker-credential-acr
COPY --from=amd64/busybox:1.31.1 /bin/busybox /busybox/busybox
COPY --from=amd64/busybox:1.31.1 /bin /busybox
# Declare /busybox as a volume to get it automatically in the path to ignore
VOLUME /busybox