Skip to content

Commit 089db21

Browse files
committed
Backport usage of 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 4b6c709 commit 089db21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/pipeline.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ java.11.tag=11.0.13_8-jdk
44
java.15.tag=15.0.2_7-jdk-hotspot
55

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

1111
# Supported versions of MongoDB
1212
docker.mongodb.4.0.version=4.0.23

0 commit comments

Comments
 (0)