Skip to content

Commit 715e5e2

Browse files
committed
docs: Update ghcr.io/d0ugal/ghcr-exporter Docker tag to v2.11.29
1 parent 0db11b0 commit 715e5e2

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.28
9+
docker pull ghcr.io/d0ugal/ghcr-exporter:v2.11.29
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.28
27+
ghcr.io/d0ugal/ghcr-exporter:v2.11.29
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.28
63+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.29
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.28`
5+
**Image**: `ghcr.io/d0ugal/ghcr-exporter:v2.11.29`
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.28
33+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.29
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.28
88+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.29
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.28
116+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.29
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.28@sha256:d3df4f5b1f1b57603ff4b4f68ad88daa4147202d29bd30d244e1172e0a10b3f3
5+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.29@sha256:491c89bbcbec4573daf0d538c467af47b5fba684f8fbbce4e4edb6006d7a3132
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.28@sha256:d3df4f5b1f1b57603ff4b4f68ad88daa4147202d29bd30d244e1172e0a10b3f3
5+
image: ghcr.io/d0ugal/ghcr-exporter:v2.11.29@sha256:491c89bbcbec4573daf0d538c467af47b5fba684f8fbbce4e4edb6006d7a3132
66
container_name: ghcr-exporter
77
ports:
88
- "8080:8080"

0 commit comments

Comments
 (0)