8
8
username : ((docker-hub-username))
9
9
password : ((docker-hub-password))
10
10
ci-registry-image-resource-source : &ci-registry-image-resource-source
11
- username : ((docker-hub -username))
12
- password : ((docker-hub -password))
11
+ username : ((harbor-registry -username))
12
+ password : ((harbor-registry -password))
13
13
tag : ((milestone))
14
14
gradle-enterprise-task-params : &gradle-enterprise-task-params
15
15
GRADLE_ENTERPRISE_ACCESS_KEY : ((gradle_enterprise_secret_access_key))
@@ -99,31 +99,31 @@ resource_types:
99
99
type : registry-image
100
100
source :
101
101
<< : *registry-image-resource-source
102
- repository : concourse/registry-image-resource
103
- tag : 1.7.1
102
+ repository : ((dockerhub-proxy-cache)) concourse/registry-image-resource
103
+ tag : 1.9.0
104
104
- name : artifactory-resource
105
105
type : registry-image
106
106
source :
107
107
<< : *registry-image-resource-source
108
- repository : springio/artifactory-resource
108
+ repository : ((dockerhub-proxy-cache)) springio/artifactory-resource
109
109
tag : 0.0.18
110
110
- name : github-status-resource
111
111
type : registry-image
112
112
source :
113
113
<< : *registry-image-resource-source
114
- repository : dpb587/github-status-resource
114
+ repository : ((dockerhub-proxy-cache)) dpb587/github-status-resource
115
115
tag : master
116
116
- name : slack-notification
117
117
type : registry-image
118
118
source :
119
119
<< : *registry-image-resource-source
120
- repository : cfcommunity/slack-notification-resource
120
+ repository : ((dockerhub-proxy-cache)) cfcommunity/slack-notification-resource
121
121
tag : latest
122
122
- name : github-release
123
123
type : registry-image
124
124
source :
125
125
<< : *registry-image-resource-source
126
- repository : concourse/github-release-resource
126
+ repository : ((dockerhub-proxy-cache)) concourse/github-release-resource
127
127
tag : 1.8.0
128
128
resources :
129
129
- name : git-repo
@@ -168,18 +168,18 @@ resources:
168
168
icon : docker
169
169
source :
170
170
<< : *ci-registry-image-resource-source
171
- repository : ((docker-hub-organization))/((docker-hub-repository-prefix)) -ci
171
+ repository : projects.registry.vmware.com/springboot/spring-boot -ci
172
172
- name : ci-image-jdk21
173
173
type : registry-image
174
174
icon : docker
175
175
source :
176
176
<< : *ci-registry-image-resource-source
177
- repository : ((docker-hub-organization))/((docker-hub-repository-prefix)) -ci-jdk21
177
+ repository : projects.registry.vmware.com/springboot/spring-boot -ci-jdk21
178
178
- name : paketo-builder-base-image
179
179
type : registry-image
180
180
icon : docker
181
181
source :
182
- repository : paketobuildpacks/builder-jammy-base
182
+ repository : ((dockerhub-proxy-cache)) paketobuildpacks/builder-jammy-base
183
183
tag : latest
184
184
- name : artifactory-repo
185
185
type : artifactory-resource
@@ -242,13 +242,15 @@ jobs:
242
242
image : ci-image
243
243
vars :
244
244
ci-image-name : ci-image
245
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
245
246
- task : build-ci-image-jdk21
246
247
privileged : true
247
248
file : git-repo/ci/tasks/build-ci-image.yml
248
249
output_mapping :
249
250
image : ci-image-jdk21
250
251
vars :
251
252
ci-image-name : ci-image-jdk21
253
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
252
254
- in_parallel :
253
255
- put : ci-image
254
256
params :
@@ -481,6 +483,8 @@ jobs:
481
483
<< : *artifactory-task-params
482
484
- task : generate-changelog
483
485
file : git-repo/ci/tasks/generate-changelog.yml
486
+ vars :
487
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
484
488
params :
485
489
RELEASE_TYPE : M
486
490
GITHUB_USERNAME : ((github-username))
@@ -503,6 +507,8 @@ jobs:
503
507
save_build_info : true
504
508
- task : promote
505
509
file : git-repo/ci/tasks/promote.yml
510
+ vars :
511
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
506
512
params :
507
513
RELEASE_TYPE : RC
508
514
<< : *artifactory-task-params
@@ -585,6 +591,8 @@ jobs:
585
591
save_build_info : true
586
592
- task : publish-to-sdkman
587
593
file : git-repo/ci/tasks/publish-to-sdkman.yml
594
+ vars :
595
+ dockerhub-proxy-cache : ((dockerhub-proxy-cache))
588
596
params :
589
597
<< : *sdkman-task-params
590
598
RELEASE_TYPE : RELEASE
0 commit comments