UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
Kaniko
Kaniko
Commits
5b2d7b8d
Commit
5b2d7b8d
authored
Apr 07, 2021
by
jtcarnes
Browse files
removing copying certs from other image
parent
11db449e
Pipeline
#213110
passed with stages
in 4 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
5b2d7b8d
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment