Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #3071
  • Loading branch information
sxhinzvc committed Aug 14, 2023
1 parent 2319429 commit df66231
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,18 +1,18 @@
# Java versions
java.main.tag=17.0.7_7-jdk-focal
java.main.tag=17.0.8_7-jdk-focal
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/openjdk:${java.next.tag}

# Supported versions of MongoDB
docker.mongodb.4.4.version=4.4.22
docker.mongodb.5.0.version=5.0.18
docker.mongodb.6.0.version=6.0.7
docker.mongodb.4.4.version=4.4.23
docker.mongodb.5.0.version=5.0.19
docker.mongodb.6.0.version=6.0.8

# 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 df66231

Please sign in to comment.