Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #174
  • Loading branch information
jxblum committed Oct 5, 2023
1 parent 8aebbc1 commit 0180c15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/pipeline.properties
Expand Up @@ -7,15 +7,15 @@ docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/ecli
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${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.4.4.version=4.4.25
docker.mongodb.5.0.version=5.0.21
docker.mongodb.6.0.version=6.0.10

# 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 0180c15

Please sign in to comment.