Skip to content

Commit e9610f3

Browse files
authored
Updated Docker images to test Prometheus v3.8.1 (#1376)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 3402073 commit e9610f3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

integration_test_suite/integration_tests/src/test/resources/prometheus-docker-images.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ prom/prometheus:v3.4.2
1515
prom/prometheus:v3.5.0
1616
prom/prometheus:v3.6.0
1717
prom/prometheus:v3.7.3
18+
prom/prometheus:v3.8.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prom/prometheus:v3.7.3
1+
prom/prometheus:v3.8.1

run-quick-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#
1818

1919
#
20-
# Bash script to build, package, and run the tests (single Docker container)
20+
# Bash script to build, package, and run a quick test
2121
#
2222

2323
(
24-
export JAVA_DOCKER_IMAGES="eclipse-temurin:25-alpine"
25-
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.7.3"
24+
export JAVA_DOCKER_IMAGES="amazoncorretto:25"
25+
export PROMETHEUS_DOCKER_IMAGES="prom/prometheus:v3.8.1"
2626
docker pull "$JAVA_DOCKER_IMAGES"
2727
docker pull "$PROMETHEUS_DOCKER_IMAGES"
2828
./mvnw clean verify

0 commit comments

Comments
 (0)