From ba8a4fd597ca5a0ba5594b253d85844b430ebdbe Mon Sep 17 00:00:00 2001 From: Mehdi BEN ABDALLAH Date: Tue, 1 Feb 2022 22:23:46 +0100 Subject: [PATCH] docs --- Makefile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 94f6e9a..65cc70b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_IMAGE_NAME=mbenabda/promtool +DOCKER_IMAGE_NAME?=mbenabda/promtool PROMTOOL_VERSION= BASE_IMAGE= diff --git a/README.md b/README.md index c71cadf..071a57c 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ Makefile === - Build promtool container images from a given version ``` -make build PROMTOOL_VERSION=v1.7.1 +make build PROMTOOL_VERSION=v1.7.1 DOCKER_IMAGE_NAME=me/promtool ``` - Publish built promtool container images ``` -make publish PROMTOOL_VERSION=v1.7.1 +make publish PROMTOOL_VERSION=v1.7.1 DOCKER_IMAGE_NAME=me/promtool ``` - Build & publish promtool container images ``` -make sync PROMTOOL_VERSION=v1.7.1 +make sync PROMTOOL_VERSION=v1.7.1 DOCKER_IMAGE_NAME=me/promtool ``` - sync promtool cointainer images missing from the promtool repos ``` -make sync_missing_versions +make sync_missing_versions DOCKER_IMAGE_NAME=me/promtool ```