This image uses call to api server with pod credentials to update a Letsencrypt certificate secret
FROM alpine:3.10
RUN apk add --no-cache curl
COPY entrypoint.sh /usr/bin/entrypoint
COPY cert-secret-tpl.json /tmp
ENTRYPOINT ["/usr/bin/entrypoint"]
/etc/letsencrypt/live/ Letsencrypt certificates pathContent type
Image
Digest
Size
3.3 MB
Last updated
over 6 years ago
docker pull mikamboo/cert-robot