Skip to content

Commit 1ba14f8

Browse files
Copy the CA certificates to final image
The busybox image does not contain CA certificares. This adds them from the builder stage. Signed-off-by: Gabriel Adrian Samfira <[email protected]>
1 parent 72e8aa1 commit 1ba14f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ COPY --from=builder /opt/garm/providers.d/garm-provider-gcp /opt/garm/providers.
4545
COPY --from=builder /opt/garm/providers.d/garm-provider-equinix /opt/garm/providers.d/garm-provider-equinix
4646

4747
COPY --from=builder /opt/garm/providers.d/garm-provider-k8s /opt/garm/providers.d/garm-provider-k8s
48+
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
4849

4950
ENTRYPOINT ["/bin/garm", "-config", "/etc/garm/config.toml"]

0 commit comments

Comments
 (0)