Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #3229
  • Loading branch information
mp911de committed Dec 14, 2023
1 parent aa8a8a9 commit c9442a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java versions
java.main.tag=17.0.8_7-jdk-focal
java.next.tag=21_35-jdk-jammy
java.main.tag=17.0.9_9-jdk-focal
java.next.tag=21.0.1_12-jdk-jammy

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

# Supported versions of Cassandra
docker.cassandra.3.version=3.11.16

# Docker environment settings
docker.java.inside.basic=-v $HOME:/tmp/jenkins-home
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

# Credentials
docker.registry=
docker.credentials=hub.docker.com-springbuildmaster
Expand Down

0 comments on commit c9442a2

Please sign in to comment.