Skip to content

Commit 917b8fd

Browse files
committed
feat: add some more OS_ defaults to make configuration easier
1 parent 0ae2ef3 commit 917b8fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

goreleaser.dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
FROM gcr.io/distroless/static-debian12
22

33
# Gophercloud expects this to be set
4-
ENV HOME=/home
4+
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
59
COPY external-dns-openstack-webhook /external-dns-openstack-webhook
610
ENTRYPOINT ["/external-dns-openstack-webhook"]

0 commit comments

Comments
 (0)