You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/monitoring/Makefile

12 lines
239 B
Makefile

5 years ago
all: .prometheus.uptodate
.PHONY: all
.prometheus.uptodate: Dockerfile.prometheus prometheus.yml
docker build -t wubloader_prometheus:latest -f Dockerfile.prometheus .
touch "$@"
prometheus.yml: prometheus.jsonnet
./generate-config