Skip to content

Commit 1488b67

Browse files
committed
Use docker credentials for fetching CI images
1 parent e163078 commit 1488b67

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ci/pipeline.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ anchors:
2626
docker-resource-source: &docker-resource-source
2727
username: ((docker-hub-username))
2828
password: ((docker-hub-password))
29-
tag: ((milestone))
3029
slack-fail-params: &slack-fail-params
3130
text: >
3231
:concourse-failed: <https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}|${BUILD_PIPELINE_NAME} ${BUILD_JOB_NAME} failed!>
@@ -44,24 +43,34 @@ anchors:
4443
GITHUB_TOKEN: ((github-ci-release-token))
4544

4645
resource_types:
46+
- name: registry-image
47+
type: registry-image
48+
source:
49+
<<: *docker-resource-source
50+
repository: concourse/registry-image-resource
51+
tag: 1.7.1
4752
- name: artifactory-resource
4853
type: registry-image
4954
source:
55+
<<: *docker-resource-source
5056
repository: springio/artifactory-resource
5157
tag: 0.0.17
5258
- name: github-release
5359
type: registry-image
5460
source:
61+
<<: *docker-resource-source
5562
repository: concourse/github-release-resource
5663
tag: 1.5.5
5764
- name: github-status-resource
5865
type: registry-image
5966
source:
67+
<<: *docker-resource-source
6068
repository: dpb587/github-status-resource
6169
tag: master
6270
- name: slack-notification
6371
type: registry-image
6472
source:
73+
<<: *docker-resource-source
6574
repository: cfcommunity/slack-notification-resource
6675
tag: latest
6776
resources:
@@ -90,12 +99,14 @@ resources:
9099
source:
91100
<<: *docker-resource-source
92101
repository: ((docker-hub-organization))/spring-framework-ci
102+
tag: ((milestone))
93103
- name: ci-image-jdk11
94104
type: docker-image
95105
icon: docker
96106
source:
97107
<<: *docker-resource-source
98108
repository: ((docker-hub-organization))/spring-framework-ci-jdk11
109+
tag: ((milestone))
99110
- name: artifactory-repo
100111
type: artifactory-resource
101112
icon: package-variant

0 commit comments

Comments
 (0)