mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-15 16:56:24 +00:00
- Move prometheus-config-reloader to cmd/ - Refactor Makefile & contrib/kube-prometheus/Makefile - Only execute a target if its dependencies changed - Create empty target file for docker builds - Replace promu with plain static `go build`
5 lines
151 B
Docker
5 lines
151 B
Docker
FROM quay.io/prometheus/busybox:latest
|
|
|
|
ADD prometheus-config-reloader /bin/prometheus-config-reloader
|
|
|
|
ENTRYPOINT ["/bin/prometheus-config-reloader"]
|