Browse Source

use alpine as base image

master
Nicolas Massé 4 years ago
parent
commit
5b4dd31b65
  1. 4
      Containerfile
  2. 3232
      ca-bundle.crt

4
Containerfile

@ -1,4 +1,6 @@
FROM scratch
FROM docker.io/library/alpine:3.15
RUN apk --no-cache add ca-certificates \
&& update-ca-certificates
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
COPY ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

3232
ca-bundle.crt

File diff suppressed because it is too large
Loading…
Cancel
Save