Skip to content

Commit b081717

Browse files
authored
Merge pull request #27 from inovex/properEnvDefaults
Proper env defaults
2 parents c1ccfd8 + 917b8fd commit b081717

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.goreleaser.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ builds:
2424
- amd64
2525
- arm
2626
- arm64
27-
- riscv64
2827
goarm:
2928
- "5"
3029
- "6"

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)