- https://www.nathancummins.com.au
-
Composer, orchestrator, and conductor (with just the right amount of programmer)
- Joined on
2023-07-13
Block a user
traefik-certs-dumper (latest)
Published 2024-08-29 14:40:06 +09:30 by encie22
Installation
docker pull git.nathancummins.com.au/encie22/traefik-certs-dumper:latest
sha256:fc7df266bb6ae245805d2aa330f15a71c8a39f2fcce20373f349256471031c61
Image Layers
ADD file:aa1af71c6b66d2dddee4797236e3e526f70f904ab641cc0dd6b41445cfedf9b4 in / |
CMD ["/bin/sh"] |
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
COPY /go/src/github.com/ldez/traefik-certs-dumper/traefik-certs-dumper /usr/bin/traefik-certs-dumper # buildkit |
ENTRYPOINT ["/usr/bin/traefik-certs-dumper"] |
RUN /bin/sh -c apk --update upgrade && apk --no-cache --no-progress add jq # buildkit |