Skip to content

Commit 9ecd960

Browse files
committed
docs: Update ghcr.io/d0ugal/ghcr-exporter Docker tag to v2.11.37
1 parent 008409e commit 9ecd960

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

0 commit comments

Comments
 (0)