Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #4507
  • Loading branch information
jxblum committed Oct 5, 2023
1 parent 17a9539 commit fd96974
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Java versions
java.main.tag=17.0.8_7-jdk-focal
java.next.tag=20-jdk-jammy
java.next.tag=21-jdk-bullseye

# Docker container images - standard
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.next.tag}
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/openjdk:${java.next.tag}

# Supported versions of MongoDB
docker.mongodb.4.4.version=4.4.23
docker.mongodb.5.0.version=5.0.19
docker.mongodb.6.0.version=6.0.8
docker.mongodb.7.0.version=7.0.1
docker.mongodb.4.4.version=4.4.25
docker.mongodb.5.0.version=5.0.21
docker.mongodb.6.0.version=6.0.10
docker.mongodb.7.0.version=7.0.2

# Supported versions of Redis
docker.redis.6.version=6.2.13

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

# Docker environment settings
docker.java.inside.basic=-v $HOME:/tmp/jenkins-home
Expand Down

0 comments on commit fd96974

Please sign in to comment.