Skip to content

Commit 3e37f59

Browse files
authored
Add docs for GHCR and AWS ECR (#234)
1 parent 615e088 commit 3e37f59

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ template: |
6868
6969
## Upgrade
7070
71-
- Use the $RESOLVED_VERSION image from our DockerHub: `nginx/nginx-prometheus-exporter:$RESOLVED_VERSION`
71+
- Use the $RESOLVED_VERSION image from our [DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1&ordering=last_updated&name=$RESOLVED_VERSION), [GitHub Container](https://github.com/nginxinc/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter) or [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter)
7272
- Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v$RESOLVED_VERSION).
7373
7474
## Compatibility

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ The exporter logs errors to the standard output. When using Docker, if the expor
253253
254254
## Releases
255255
256-
For each release, we publish the corresponding Docker image at `nginx/nginx-prometheus-exporter` [DockerHub repo](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/) and the binaries on the GitHub [releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases).
256+
For each release, we publish the corresponding Docker image on [DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/), [GitHub Container](https://github.com/nginxinc/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter) and [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter). We publish the binaries on the GitHub [releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases).
257+
258+
As an alternative, you can choose the *edge* version built from the [latest commit](https://github.com/nginxinc/nginx-prometheus-exporter/commits/master) from the master branch. The edge version is useful for experimenting with new features that are not yet published in a stable release.
257259
258260
## Building the Exporter
259261

0 commit comments

Comments
 (0)