Skip to content

Commit 8f38113

Browse files
committed
Update CI properties.
See #3935
1 parent 39593a0 commit 8f38113

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ci/pipeline.properties

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ java.next.tag=11.0.13_8-jdk
44
java.lts.tag=17.0.1_12-jdk
55

66
# Docker container images - standard
7-
docker.java.main.image=eclipse-temurin:${java.main.tag}
8-
docker.java.next.image=eclipse-temurin:${java.next.tag}
9-
docker.java.lts.image=eclipse-temurin:${java.lts.tag}
7+
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
8+
docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.next.tag}
9+
docker.java.lts.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.lts.tag}
1010

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

0 commit comments

Comments
 (0)