Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #1592
  • Loading branch information
gregturn committed Sep 5, 2023
1 parent 99a8b01 commit b08dde9
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=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
Expand Down

0 comments on commit b08dde9

Please sign in to comment.