Skip to content

Commit 93cb268

Browse files
committed
docs: Update ghcr.io/d0ugal/ghcr-exporter Docker tag to v2.11.32
1 parent d4c6aae commit 93cb268

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

0 commit comments

Comments
 (0)