Skip to content

Commit c9442a2

Browse files
committed
Update CI properties.
See #3229
1 parent aa8a8a9 commit c9442a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ci/pipeline.properties

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java versions
2-
java.main.tag=17.0.8_7-jdk-focal
3-
java.next.tag=21_35-jdk-jammy
2+
java.main.tag=17.0.9_9-jdk-focal
3+
java.next.tag=21.0.1_12-jdk-jammy
44

55
# Docker container images - standard
66
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
@@ -17,9 +17,11 @@ docker.redis.6.version=6.2.13
1717

1818
# Supported versions of Cassandra
1919
docker.cassandra.3.version=3.11.16
20+
2021
# Docker environment settings
2122
docker.java.inside.basic=-v $HOME:/tmp/jenkins-home
2223
docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker -v $HOME:/tmp/jenkins-home
24+
2325
# Credentials
2426
docker.registry=
2527
docker.credentials=hub.docker.com-springbuildmaster

0 commit comments

Comments
 (0)