Skip to content

Commit 78cfd4b

Browse files
updated readme with now working links to quay.io and the new distroless image - closes #389 (#390)
Signed-off-by: Sebastian Schubert <basti@schubert.digital>
1 parent c4d7fe6 commit 78cfd4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Go](https://github.com/prometheus-community/fortigate_exporter/workflows/Go/badge.svg)
44
![Docker](https://github.com/prometheus-community/fortigate_exporter/workflows/Docker/badge.svg)
5-
[![Docker Repository on Quay](https://quay.io/repository/prometheuscommunity/fortigate_exporter/status "Docker Repository on Quay")](https://quay.io/repository/prometheuscommunity/fortigate_exporter)
5+
[![Docker Repository on Quay](https://quay.io/repository/prometheuscommunity/fortigate-exporter/status "Docker Repository on Quay")](https://quay.io/repository/prometheuscommunity/fortigate-exporter)
66
[![Matrix](https://img.shields.io/matrix/fortigate_exporter:matrix.org)](https://matrix.to/#/#fortigate_exporter:matrix.org)
77

88
Prometheus exporter for FortiGate® firewalls.
@@ -38,7 +38,7 @@ Example:
3838
```
3939
$ ./fortigate_exporter -auth-file ~/fortigate-key.yaml
4040
# or
41-
$ docker run -d -p 9710:9710 -v /path/to/fortigate-key.yaml:/config/fortigate-key.yaml quay.io/prometheuscommunity/fortigate_exporter:master
41+
$ docker run -d -p 9710:9710 -v /path/to/fortigate-key.yaml:/config/fortigate-key.yaml quay.io/prometheuscommunity/fortigate-exporter:main-distroless
4242
```
4343

4444
Where `fortigate-key.yaml` contains pairs of FortiGate targets and API keys in the following format:

0 commit comments

Comments
 (0)