We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae2ef3 commit 917b8fdCopy full SHA for 917b8fd
goreleaser.dockerfile
@@ -1,6 +1,10 @@
1
FROM gcr.io/distroless/static-debian12
2
3
# Gophercloud expects this to be set
4
-ENV HOME=/home
+ENV HOME=/
5
+
6
+# Let's set some sane defaults to amekt
7
+ENV OS_CLIENT_CONFIG_FILE=/etc/openstack/clouds.yaml
8
+ENV OS_CLOUD=openstack
9
COPY external-dns-openstack-webhook /external-dns-openstack-webhook
10
ENTRYPOINT ["/external-dns-openstack-webhook"]
0 commit comments