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

Published 2024-04-04 11: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.2
sha256:99b962223f2992435726566887b15c845b51eca5323d766aeeaa2be9e8151ed4

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