Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #835
  • Loading branch information
sxhinzvc committed Aug 14, 2023
1 parent a9cf284 commit 05b4082
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Java versions
java.main.tag=8u372-b07-jdk-focal
java.main.tag=8u382-b05-jdk-focal
java.next.tag=20-jdk-jammy
java.lts.tag=17.0.7_7-jdk-focal
java.lts.tag=17.0.8_7-jdk-focal

# Docker container images - standard
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
Expand All @@ -10,11 +10,11 @@ docker.java.lts.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclip

# Supported versions of MongoDB
docker.mongodb.4.0.version=4.0.28
docker.mongodb.4.4.version=4.4.22
docker.mongodb.5.0.version=5.0.18
docker.mongodb.4.4.version=4.4.23
docker.mongodb.5.0.version=5.0.19

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

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

0 comments on commit 05b4082

Please sign in to comment.