UNCLASSIFIED

Commit 5b2d7b8d authored by jtcarnes's avatar jtcarnes
Browse files

removing copying certs from other image

parent 11db449e
Pipeline #213110 passed with stages
in 4 minutes and 34 seconds
...@@ -15,8 +15,8 @@ USER 0 ...@@ -15,8 +15,8 @@ USER 0
# Copy out all binary files # Copy out all binary files
COPY --from=upstream /busybox /busybox COPY --from=upstream /busybox /busybox
RUN ["mkdir", "-p", "/kaniko", "/kaniko/.docker", "/workspace"] RUN ["mkdir", "-p", "/kaniko", "/kaniko/.docker", "/workspace", "/kaniko/ssl/certs"]
COPY --from=upstream /kaniko/ssl/certs /kaniko/ssl/certs RUN ["cp", "/etc/ssl/certs/ca-certificates.crt", "/kaniko/ssl/certs/ca-certificates.crt"]
COPY --from=upstream /kaniko/docker-credential-acr /kaniko/docker-credential-acr COPY --from=upstream /kaniko/docker-credential-acr /kaniko/docker-credential-acr
COPY --from=upstream /kaniko/docker-credential-ecr-login /kaniko/docker-credential-ecr-login COPY --from=upstream /kaniko/docker-credential-ecr-login /kaniko/docker-credential-ecr-login
COPY --from=upstream /kaniko/docker-credential-gcr /kaniko/docker-credential-gcr COPY --from=upstream /kaniko/docker-credential-gcr /kaniko/docker-credential-gcr
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment