Skip to content

Commit

Permalink
Update CI properties.
Browse files Browse the repository at this point in the history
See #335
  • Loading branch information
gregturn committed Feb 14, 2022
1 parent ef1bb86 commit 39e3193
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/pipeline.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ java.next.tag=11.0.13_8-jdk
java.lts.tag=17.0.1_12-jdk

# Docker container images - standard
docker.java.main.image=eclipse-temurin:${java.main.tag}
docker.java.next.image=eclipse-temurin:${java.next.tag}
docker.java.lts.image=eclipse-temurin:${java.lts.tag}
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.lts.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.lts.tag}

# Supported versions of MongoDB
docker.mongodb.4.0.version=4.0.23
Expand All @@ -26,3 +26,4 @@ docker.java.inside.docker=-u root -v /var/run/docker.sock:/var/run/docker.sock -
# Credentials
docker.registry=
docker.credentials=hub.docker.com-springbuildmaster
artifactory.credentials=02bd1690-b54f-4c9f-819d-a77cb7a9822c

0 comments on commit 39e3193

Please sign in to comment.