We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e2580f + 58e7803 commit c1ccfd8Copy full SHA for c1ccfd8
go.mod
@@ -1,8 +1,6 @@
1
module external-dns-openstack-webhook
2
3
-go 1.23.3
4
-
5
-toolchain go1.23.4
+go 1.24
6
7
require (
8
github.com/sirupsen/logrus v1.9.3
goreleaser.dockerfile
@@ -1,3 +1,6 @@
-FROM scratch
+FROM gcr.io/distroless/static-debian12
+
+# Gophercloud expects this to be set
+ENV HOME=/home
COPY external-dns-openstack-webhook /external-dns-openstack-webhook
ENTRYPOINT ["/external-dns-openstack-webhook"]
0 commit comments