Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi BEN ABDALLAH committed Feb 1, 2022
1 parent 8b5d2a8 commit ba8a4fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_IMAGE_NAME=mbenabda/promtool
DOCKER_IMAGE_NAME?=mbenabda/promtool
PROMTOOL_VERSION=
BASE_IMAGE=

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ba8a4fd

Please sign in to comment.