We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde759c commit f48dae4Copy full SHA for f48dae4
.gitignore
@@ -22,3 +22,5 @@ go.work
22
.idea
23
out/
24
bin/
25
+stackit-cert-manager-webhook-0.1.0.tgz
26
+index.yaml
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM gcr.io/distroless/static-debian11:nonroot
2
+
3
+COPY stackit-cert-manager-webhook /stackit-cert-manager-webhook
4
5
+ENTRYPOINT ["/stackit-cert-manager-webhook"]
0 commit comments