Update quay.io/prometheus/node-exporter Docker tag to v1.10.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Successful in 11s

This commit is contained in:
2025-10-25 19:01:28 +00:00
parent f30d766894
commit cd3c106ff2
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
node-exporter: node-exporter:
image: quay.io/prometheus/node-exporter:v1.10.0 image: quay.io/prometheus/node-exporter:v1.10.1
container_name: node-exporter container_name: node-exporter
command: command:
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'

View File

@@ -1,7 +1,7 @@
--- ---
services: services:
node-exporter: node-exporter:
image: quay.io/prometheus/node-exporter:v1.10.0 image: quay.io/prometheus/node-exporter:v1.10.1
container_name: node-exporter container_name: node-exporter
command: command:
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'

View File

@@ -20,7 +20,7 @@ services:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
node-exporter: node-exporter:
image: quay.io/prometheus/node-exporter:v1.10.0 image: quay.io/prometheus/node-exporter:v1.10.1
container_name: node-exporter container_name: node-exporter
command: command:
- '--path.rootfs=/rootfs' - '--path.rootfs=/rootfs'