Skip to content

Commit e3fc66e

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. Closes #2254. Related spring-projects/spring-data-build#1630.
1 parent 5516847 commit e3fc66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pipeline {
6161
steps {
6262
script {
6363
docker.withRegistry(p['docker.registry'], p['docker.credentials']) {
64-
docker.image("springci/spring-data-with-redis-6.2:${p['java.main.tag']}").inside('-v $HOME:/tmp/jenkins-home') {
64+
docker.image("harbor-repo.vmware.com/dockerhub-proxy-cache/springci/spring-data-with-redis-6.2:${p['java.main.tag']}").inside('-v $HOME:/tmp/jenkins-home') {
6565
sh 'PROFILE=none LONG_TESTS=true ci/test.sh'
6666
}
6767
}

0 commit comments

Comments
 (0)