Skip to content

Commit bcaa020

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 b0d3488 commit bcaa020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
java.main.tag=17.0.2_8-jdk
33

44
# Docker container images - standard
5-
docker.java.main.image=eclipse-temurin:${java.main.tag}
5+
docker.java.main.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/eclipse-temurin:${java.main.tag}
66

77
# Supported versions of MongoDB
88
docker.mongodb.4.4.version=4.4.4

0 commit comments

Comments
 (0)