Skip to content

Commit

Permalink
replace deprecated cf-deployment-concourse-tasks docker image
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Boyles <sboyles@pivotal.io>
Co-authored-by: David Alvarado <alvaradoda@vmware.com>
  • Loading branch information
sethboyles and dalvarado committed Feb 9, 2023
1 parent 5471f7e commit 28b5322
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions ci/acceptance-test-utils/cats_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down
6 changes: 3 additions & 3 deletions ci/bbl-tasks/extract_bbl_environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
platform: linux


image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
tag: 'v5'
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down
4 changes: 2 additions & 2 deletions ci/bbl-tasks/run-bosh-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down
5 changes: 2 additions & 3 deletions ci/bbl-tasks/update-runtime-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
tag: 'v5'
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down
4 changes: 2 additions & 2 deletions ci/bosh/bosh-upload-stemcell.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/bosh-cli
repository: cloudfoundry/cf-deployment-concourse-tasksimage_resource

inputs:
- name: bbl-state
Expand Down
5 changes: 3 additions & 2 deletions ci/bosh/create-elsa-vars-files.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: elsa-aws-storage-terraform
Expand Down
4 changes: 2 additions & 2 deletions ci/bosh/update_cloud_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down
4 changes: 2 additions & 2 deletions ci/bosh/upload-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down
4 changes: 2 additions & 2 deletions ci/bosh/upload-windows-stemcell-for-gcp.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
repository: cloudfoundry/cf-deployment-concourse-tasks

inputs:
- name: capi-ci
Expand Down

0 comments on commit 28b5322

Please sign in to comment.