Browse Source

use alpine as base image

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

5
Containerfile

@ -1,7 +1,8 @@
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
EXPOSE 8080
ENTRYPOINT [ "/photo-bot" ]
CMD []

3232
ca-bundle.crt

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