Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ resources:
uri: https://github.com/cloudfoundry/cf-deployment-concourse-tasks.git

- name: cf-deployment-concourse-tasks-bbl-dev
type: docker-image
type: registry-image
source:
repository: cfinfrastructure/cf-deployment-concourse-tasks-bbl-dev
tag: main
Expand All @@ -171,7 +171,7 @@ resources:
email: cf-release-integration+dockerhub-push-bot@pivotal.io

- name: cf-deployment-concourse-tasks-docker-image
type: docker-image
type: registry-image
source:
repository: cloudfoundry/cf-deployment-concourse-tasks
tag: latest
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/acceptance/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/bbl-up-concourse/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/cf-deployment-concourse-tasks
tag: latest
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/build-bbl-docs/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cfinfrastructure/mkdocs

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/build-release/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/bump-brew-tap/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/bump-deployments/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: bosh/integration
tag: main
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/create-bosh-deployment-source-file/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/download-terraform/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: bosh/integration
tag: main
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/generate-version-from-sha/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/get-concourse-test-vars/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/leftovers/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/cf-deployment-concourse-tasks
tag: latest
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/merge-bump-deployments-change/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cfinfrastructure/minimal

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/setup-github-release/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/test-bosh-bootloader/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bbl-deployment

Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/test-bosh-ssh/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cloudfoundry/cf-deployment-concourse-tasks
tag: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: bosh/main-bosh-docker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: bosh/main-bosh-docker

Expand Down