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

Published 2024-04-22 06:56:47 -05:00 by jahanson in jahanson/cert-manager-webhook-dnsimple

Installation

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

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"]