Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Failing after 15s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Failing after 15s
Markdown linter / markdown-lint (push) Failing after 13s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 28s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 2m39s
5 lines
152 B
Docker
5 lines
152 B
Docker
FROM scratch AS build
|
|
|
|
COPY prometheus-fail2ban-exporter-* /usr/bin/prometheus-fail2ban-exporter
|
|
|
|
ENTRYPOINT [ "/usr/bin/prometheus-fail2ban-exporter" ] |