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

Published 2024-04-03 10:23:33 -05:00 by jahanson in jahanson/cert-manager-webhook-dnsimple

Installation

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

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