Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #3197
  • Loading branch information
gregturn committed Oct 16, 2023
1 parent f52aa75 commit 5c244e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Java versions
java.main.tag=17.0.8_7-jdk-focal
java.next.tag=21-jdk-bullseye
java.next.tag=21_35-jdk-jammy

# 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}
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.25
Expand Down

0 comments on commit 5c244e1

Please sign in to comment.