stagex/packages/ca-certificates/Containerfile

11 lines
254 B
Text
Raw Normal View History

FROM scratch as base
ENV VERSION=20240215
2023-12-16 23:50:40 +00:00
FROM base as install
COPY --from=stagex/busybox . /
2023-12-16 23:50:40 +00:00
COPY cacert.pem /rootfs/etc/ssl/certs/ca-certificates.crt
RUN find /rootfs -exec touch -hcd "@0" "{}" +
2023-12-12 17:45:39 +00:00
FROM scratch as package
2023-12-16 23:50:40 +00:00
COPY --from=install /rootfs /