We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794124c commit b27f73bCopy full SHA for b27f73b
1 file changed
Containerfile
@@ -1,5 +1,10 @@
1
+FROM alpine:latest AS certs
2
+RUN apk add --no-cache ca-certificates
3
+
4
FROM busybox:glibc
5
6
+COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
7
8
ARG TARGETPLATFORM
9
10
COPY --chmod=0755 amd64/ /tmp/bins/amd64/
0 commit comments