Skip to content

Commit a02e43c

Browse files
committed
Use Harbor Proxy for containers.
Leverage internal infrastructure for pulling Docker container images. Reduces pressure on Docker Hub and reduces risk of hitting rate limits. See #1630.
1 parent 6f37ed0 commit a02e43c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/pipeline.properties

Lines changed: 3 additions & 3 deletions
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

0 commit comments

Comments
 (0)