Skip to content

Commit

Permalink
Use latest image tag in documentation (#276)
Browse files Browse the repository at this point in the history
* Remove note about latest tag

* Remove specific tag, use latest instead
  • Loading branch information
tomkerkhove authored Jan 9, 2019
1 parent 34b98e9 commit dbf31c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _For more information about advanced configuration, read our documentation [here
❯ docker run -d -p 8999:80 -e PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
-e PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
-v C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-scraper:0.4
tomkerkhove/promitor-scraper
```

# Kubernetes
Expand All @@ -31,7 +31,7 @@ Depending on your scenario you might need a different update cadence for Docker

We provide a few options by offering multiple Docker tags:

- **latest** - Ideal for experimentation and proof-of-concepts, but not recommended for running production workloads. _(Not supported yet, see [#273](https://github.com/tomkerkhove/promitor/issues/273))_
- **latest** - Ideal for experimentation and proof-of-concepts, but not recommended for running production workloads.
- **{major}.{minor}** - Representation of a specific feature set, but will be updated with feature & security patches.
- **{major}.{minor}.{patch}** - Run a specific version of the runtime.
_(Alternative could be to use [image digest pinning](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier))_
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run -d -p 8999:80 --name promitor-scraper
--env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
--env PROMITOR_AUTH_APPKEY='<azure-ad-app-key>' \
--volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml \
tomkerkhove/promitor-scraper:0.4
tomkerkhove/promitor-scraper
```

Docker image is available on [Docker Hub](https://hub.docker.com/r/tomkerkhove/promitor-scraper/).
Expand Down

0 comments on commit dbf31c4

Please sign in to comment.