Skip to content
Snippets Groups Projects
Commit fb101fc3 authored by Lucas Roesler's avatar Lucas Roesler Committed by Alex Ellis
Browse files

Ensure contib prom docker tags match the installed version


**What**
- For each prometheus and alert manager contrib makefile, ensure that
the docker tag matches the version installed in the dockerfile.  This
will ensure that no one pushes mistmatched versions

Signed-off-by: default avatarLucas Roesler <roesler.lucas@gmail.com>
parent 8d8a59bc
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ all: ci-armhf-build ci-armhf-push
.PHONY: ci-armhf-build
ci-armhf-build:
docker build -t functions/alertmanager:0.15.0-armhf .
docker build -t functions/alertmanager:0.16.1-armhf .
.PHONY: ci-armhf-push
ci-armhf-push:
docker push functions/alertmanager:0.15.0-armhf
docker push functions/alertmanager:0.16.1-armhf
build:
docker build -t alexellis2/prometheus:2.3.1-armhf .
docker build -t alexellis2/prometheus:2.2.0-armhf .
......@@ -3,8 +3,8 @@ all: ci-armhf-build ci-armhf-push
.PHONY: ci-armhf-build
ci-armhf-build:
docker build -t functions/prometheus:2.7.0-armhf .
docker build -t functions/prometheus:2.7.1-armhf .
.PHONY: ci-armhf-push
ci-armhf-push:
docker push functions/prometheus:2.7.0-armhf
docker push functions/prometheus:2.7.1-armhf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment