File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
6060version : ' 3.8'
6161services :
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 :
Original file line number Diff line number Diff line change 22
33A 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.
3030version : ' 3.8'
3131services :
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:
8585version: '3.8'
8686services:
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:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
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"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22
33services :
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"
You can’t perform that action at this time.
0 commit comments