1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00
Files
prometheus-operator/Dockerfile
Max Leonard Inden 19f3150e8a *: Refactor build system
- 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`
2018-06-12 13:56:57 +02:00

6 lines
97 B
Docker

FROM quay.io/prometheus/busybox:latest
ADD operator /bin/operator
ENTRYPOINT ["/bin/operator"]