We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0b845 commit 5602461Copy full SHA for 5602461
.github/.goreleaser.yml
@@ -17,7 +17,7 @@ dockers:
17
goos: linux
18
goarch: amd64
19
ids:
20
- - sphinx-exporter
+ - kafka-exporter
21
image_templates:
22
- "foxdalas/kafka-exporter:v{{ .Version }}-amd64"
23
build_flag_templates:
Dockerfile
@@ -1,6 +1,7 @@
1
FROM alpine:3.15
2
MAINTAINER Maxim Pogozhiy <[email protected]>
3
4
+RUN apk add --no-cache gcompat
5
COPY kafka-exporter /bin/kafka_exporter
6
7
ENTRYPOINT ["/bin/kafka_exporter"]
0 commit comments