mirror of
https://github.com/prometheus-community/json_exporter
synced 2024-12-18 04:26:08 +00:00
2d1678ed95
* Add Dockerfile and prometheuscommunity. * Add promehteus common Version handler. * Update README. Signed-off-by: Ben Kochie <superq@gmail.com>
11 lines
334 B
Makefile
11 lines
334 B
Makefile
# Ensure that 'all' is the default target otherwise it will be the first target from Makefile.common.
|
|
all::
|
|
|
|
# Needs to be defined before including Makefile.common to auto-generate targets
|
|
DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le
|
|
DOCKER_REPO ?= prometheuscommunity
|
|
|
|
include Makefile.common
|
|
|
|
DOCKER_IMAGE_NAME ?= json-exporter
|