From c5da4d20dd96998afe9bf3b297b23d785a9bc1a8 Mon Sep 17 00:00:00 2001 From: Bohdan Ohorodnii <273991985+varex83agent@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:46:38 +0200 Subject: [PATCH] build(test-infra): pin prometheus and grafana image tags Closes #90. Co-Authored-By: Bohdan Ohorodnii <35969035+varex83@users.noreply.github.com> --- test-infra/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-infra/docker-compose.yml b/test-infra/docker-compose.yml index b36084b9..234a66dc 100644 --- a/test-infra/docker-compose.yml +++ b/test-infra/docker-compose.yml @@ -17,7 +17,7 @@ services: command: -config.file=/etc/promtail/config.yml prometheus: - image: prom/prometheus:latest + image: prom/prometheus:v3.14.0 volumes: - ./prometheus.yml:/etc/prometheus/prometheus.yml - ./rules.yml:/etc/prometheus/rules.yml @@ -29,7 +29,7 @@ services: - "host.docker.internal:host-gateway" # Allows access to host machine grafana: - image: grafana/grafana:latest + image: grafana/grafana:12.4.9 ports: - "3000:3000" environment: