cert-manager-webhook-dnsimple (v0.0.4)

Published 2024-05-02 08:59:33 -05:00 by jahanson in jahanson/cert-manager-webhook-dnsimple

Installation

docker pull git.hsn.dev/jahanson/cert-manager-webhook-dnsimple:v0.0.4
sha256:c899e113a56f08a0346737f4856d049f1694f2dd9126540cc1515fff91c1273c

Image Layers

ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
COPY /workspace/webhook /usr/local/bin/webhook # buildkit
ENTRYPOINT ["webhook"]