Skip to content

Commit 87eb70d

Browse files
committed
docs: Update ghcr.io/d0ugal/ghcr-exporter Docker tag to v2.11.33
1 parent cd7946f commit 87eb70d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

QUICKSTART.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Get ghcr-exporter running in minutes!
66

77
### 1. Pull the image
88
```bash
9-
docker pull ghcr.io/d0ugal/ghcr-exporter:v2.11.32
9+
docker pull ghcr.io/d0ugal/ghcr-exporter:v2.11.33
1010
```
1111

1212
### 2. Create a configuration file
@@ -24,7 +24,7 @@ docker run -d \
2424
--name ghcr-exporter \
2525
-p 8080:8080 \
2626
-v $(pwd)/config.yaml:/app/config.yaml:ro \
27-
ghcr.io/d0ugal/ghcr-exporter:v2.11.32
27+
ghcr.io/d0ugal/ghcr-exporter:v2.11.33
2828
```
2929

3030
### 4. Verify it's working
@@ -60,7 +60,7 @@ make build
6060
version: '3.8'
6161
services:
6262
ghcr-exporter:
63-
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.32
63+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.33
6464
ports:
6565
- "8080:8080"
6666
volumes:

README.md

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

33
A Prometheus exporter for GitHub Container Registry (GHCR) metrics.
44

5-
**Image**: `ghcr.io/d0ugal/ghcr-exporter:v2.11.32`
5+
**Image**: `ghcr.io/d0ugal/ghcr-exporter:v2.11.33`
66

77
## Metrics
88

@@ -30,7 +30,7 @@ A Prometheus exporter for GitHub Container Registry (GHCR) metrics.
3030
version: '3.8'
3131
services:
3232
ghcr-exporter:
33-
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.32
33+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.33
3434
ports:
3535
- "8080:8080"
3636
volumes:
@@ -85,7 +85,7 @@ packages:
8585
version: '3.8'
8686
services:
8787
ghcr-exporter:
88-
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.32
88+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.33
8989
ports:
9090
- "8080:8080"
9191
environment:
@@ -113,7 +113,7 @@ spec:
113113
spec:
114114
containers:
115115
- name: ghcr-exporter
116-
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.32
116+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.33
117117
ports:
118118
- containerPort: 8080
119119
env:

docker-compose.env.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
ghcr-exporter:
5-
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.32@sha256:c7431ce46ea00ece377dfe2311b8974754b8b9a3243366904c1efd7a8511b505
5+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.33@sha256:2f623449adfc5eb4782738c19bbfe821934f4178662b90ba79811698628c5851
66
container_name: ghcr-exporter
77
ports:
88
- "8080:8080"

docker-compose.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
ghcr-exporter:
5-
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.32@sha256:c7431ce46ea00ece377dfe2311b8974754b8b9a3243366904c1efd7a8511b505
5+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.33@sha256:2f623449adfc5eb4782738c19bbfe821934f4178662b90ba79811698628c5851
66
container_name: ghcr-exporter
77
ports:
88
- "8080:8080"

0 commit comments

Comments
 (0)