|
35 | 35 | DOCKERFILE: src/Dockerfile |
36 | 36 | IMAGE_ARG_base_image: container-base/image.tar |
37 | 37 | IMAGE_ARG_builder_image: container-builder/image.tar |
38 | | - REGISTRY_MIRRORS: ((image_registry.artifactory_docker_mirror)) |
| 38 | + REGISTRY_MIRRORS: ((docker.registry_mirror)) |
39 | 39 | platform: linux |
40 | 40 | run: |
41 | 41 | path: build |
@@ -70,43 +70,43 @@ jobs: |
70 | 70 | resources: |
71 | 71 | - name: artifactory |
72 | 72 | source: |
73 | | - password: ((artifactory.password)) |
74 | | - repository: ((image_registry.artifactory_docker_registry))/concourse/github-pr-resource |
| 73 | + password: ((docker.password)) |
| 74 | + repository: ((docker.registry))/concourse/github-pr-resource |
75 | 75 | tag: 1.0.0 |
76 | | - username: ((artifactory.username)) |
| 76 | + username: ((docker.username)) |
77 | 77 | type: registry-image |
78 | 78 | - name: builder-task |
79 | 79 | source: |
80 | | - password: ((artifactory.password)) |
81 | | - repository: ((image_registry.artifactory_docker_mirror))/vito/oci-build-task |
82 | | - username: ((artifactory.username)) |
| 80 | + password: ((docker.password)) |
| 81 | + repository: ((docker.registry_mirror))/vito/oci-build-task |
| 82 | + username: ((docker.username)) |
83 | 83 | type: registry-image |
84 | 84 | - check_every: 24h0m0s |
85 | 85 | icon: docker |
86 | 86 | name: concourse-base |
87 | 87 | source: |
88 | | - password: ((artifactory.password)) |
89 | | - repository: ((image_registry.artifactory_docker_mirror))/concourse/base.node-18 |
90 | | - tag: 7.9.1 |
91 | | - username: ((artifactory.username)) |
| 88 | + password: ((docker.password)) |
| 89 | + repository: ((docker.registry_mirror))/concourse/base.node-18 |
| 90 | + tag: latest |
| 91 | + username: ((docker.username)) |
92 | 92 | type: registry-image |
93 | 93 | - check_every: 24h0m0s |
94 | 94 | icon: docker |
95 | 95 | name: container-base |
96 | 96 | source: |
97 | | - password: ((artifactory.password)) |
98 | | - repository: ((image_registry.artifactory_docker_mirror))/alpine |
| 97 | + password: ((docker.password)) |
| 98 | + repository: ((docker.registry_mirror))/alpine |
99 | 99 | tag: latest |
100 | | - username: ((artifactory.username)) |
| 100 | + username: ((docker.username)) |
101 | 101 | type: registry-image |
102 | 102 | - check_every: 24h0m0s |
103 | 103 | icon: docker |
104 | 104 | name: container-builder |
105 | 105 | source: |
106 | | - password: ((artifactory.password)) |
107 | | - repository: ((image_registry.artifactory_docker_mirror))/golang |
| 106 | + password: ((docker.password)) |
| 107 | + repository: ((docker.registry_mirror))/golang |
108 | 108 | tag: latest |
109 | | - username: ((artifactory.username)) |
| 109 | + username: ((docker.username)) |
110 | 110 | type: registry-image |
111 | 111 | - check_every: 1h0m0s |
112 | 112 | icon: github |
|
0 commit comments