Skip to content

Commit

Permalink
fix: binary paths
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Nov 14, 2023
1 parent 84aafde commit 83f02d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/docker/arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache ca-certificates && \
update-ca-certificates

COPY c3-exporterd /
COPY sbin/c3-exporterd /

# NOTE: mount custom config as /c3-exporter.yaml
# COPY etc/example-c3-exporter.yaml /c3-exporter.yaml
Expand Down
2 changes: 1 addition & 1 deletion builds/docker/x86_64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/distroless/static

COPY c3-exporterd /
COPY sbin/c3-exporterd /

# NOTE: mount custom config as /c3-exporter.yaml
# COPY etc/example-c3-exporter.yaml /c3-exporter.yaml
Expand Down

0 comments on commit 83f02d7

Please sign in to comment.