We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1ccfd8 + 917b8fd commit b081717Copy full SHA for b081717
.goreleaser.yaml
@@ -24,7 +24,6 @@ builds:
24
- amd64
25
- arm
26
- arm64
27
- - riscv64
28
goarm:
29
- "5"
30
- "6"
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