Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdalas committed Feb 8, 2022
1 parent 4a0b845 commit 5602461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dockers:
goos: linux
goarch: amd64
ids:
- sphinx-exporter
- kafka-exporter
image_templates:
- "foxdalas/kafka-exporter:v{{ .Version }}-amd64"
build_flag_templates:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM alpine:3.15
MAINTAINER Maxim Pogozhiy <foxdalas@gmail.com>

RUN apk add --no-cache gcompat
COPY kafka-exporter /bin/kafka_exporter

ENTRYPOINT ["/bin/kafka_exporter"]
Expand Down

0 comments on commit 5602461

Please sign in to comment.