Skip to content

Commit aff63aa

Browse files
author
Rory Price-Coggins
committed
chore: update pipeline
1 parent 13cf23c commit aff63aa

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

pipeline.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
DOCKERFILE: src/Dockerfile
3636
IMAGE_ARG_base_image: container-base/image.tar
3737
IMAGE_ARG_builder_image: container-builder/image.tar
38-
REGISTRY_MIRRORS: ((image_registry.artifactory_docker_mirror))
38+
REGISTRY_MIRRORS: ((docker.registry_mirror))
3939
platform: linux
4040
run:
4141
path: build
@@ -70,43 +70,43 @@ jobs:
7070
resources:
7171
- name: artifactory
7272
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
7575
tag: 1.0.0
76-
username: ((artifactory.username))
76+
username: ((docker.username))
7777
type: registry-image
7878
- name: builder-task
7979
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))
8383
type: registry-image
8484
- check_every: 24h0m0s
8585
icon: docker
8686
name: concourse-base
8787
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))
9292
type: registry-image
9393
- check_every: 24h0m0s
9494
icon: docker
9595
name: container-base
9696
source:
97-
password: ((artifactory.password))
98-
repository: ((image_registry.artifactory_docker_mirror))/alpine
97+
password: ((docker.password))
98+
repository: ((docker.registry_mirror))/alpine
9999
tag: latest
100-
username: ((artifactory.username))
100+
username: ((docker.username))
101101
type: registry-image
102102
- check_every: 24h0m0s
103103
icon: docker
104104
name: container-builder
105105
source:
106-
password: ((artifactory.password))
107-
repository: ((image_registry.artifactory_docker_mirror))/golang
106+
password: ((docker.password))
107+
repository: ((docker.registry_mirror))/golang
108108
tag: latest
109-
username: ((artifactory.username))
109+
username: ((docker.username))
110110
type: registry-image
111111
- check_every: 1h0m0s
112112
icon: github

0 commit comments

Comments
 (0)