Skip to content

Commit 5602461

Browse files
committed
fix dockerfile
1 parent 4a0b845 commit 5602461

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dockers:
1717
goos: linux
1818
goarch: amd64
1919
ids:
20-
- sphinx-exporter
20+
- kafka-exporter
2121
image_templates:
2222
- "foxdalas/kafka-exporter:v{{ .Version }}-amd64"
2323
build_flag_templates:

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM alpine:3.15
22
MAINTAINER Maxim Pogozhiy <[email protected]>
33

4+
RUN apk add --no-cache gcompat
45
COPY kafka-exporter /bin/kafka_exporter
56

67
ENTRYPOINT ["/bin/kafka_exporter"]

0 commit comments

Comments
 (0)