Skip to content

Commit

Permalink
Update paas docker images to pick up changes to bosh-cli-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
corlettb authored and risicle committed Aug 23, 2023
1 parent 9d808a0 commit f879d06
Show file tree
Hide file tree
Showing 30 changed files with 59 additions and 59 deletions.
36 changes: 18 additions & 18 deletions concourse/pipelines/create-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,72 +11,72 @@ meta:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/alpine
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
psql: &psql-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/psql
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
node: &node-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/node
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
node-chromium: &node-chromium-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/node-chromium
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
awscli: &awscli-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
bosh-cli-v2: &gov-paas-bosh-cli-v2-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/bosh-cli-v2
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
cf-acceptance-tests: &cf-acceptance-tests-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
cf-cli: &cf-cli-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-cli
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
cf-uaac: &cf-uaac-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-uaac
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
git-ssh: &git-ssh-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/git-ssh
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
ruby-slim: &ruby-slim-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/ruby
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
golang: &golang-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/golang
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
terraform: &terraform-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/terraform
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
curl-ssl: &curl-ssl-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/curl-ssl
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7


tasks:
Expand Down Expand Up @@ -272,7 +272,7 @@ resource_types:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/concourse-pool-resource
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

- name: s3-iam
type: registry-image
Expand Down Expand Up @@ -822,7 +822,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: paas-cf
Expand Down Expand Up @@ -5373,7 +5373,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/spruce
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: paas-cf
Expand Down Expand Up @@ -6638,7 +6638,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-uaac
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: passwords
Expand Down
8 changes: 4 additions & 4 deletions concourse/pipelines/deployment-kick-off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/alpine
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: deployment-timer
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

run:
path: ./paas-cf/concourse/scripts/rds_instances.sh
Expand All @@ -86,7 +86,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: paas-cf
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: d233a6d5064fc720fb90fdb1c1e773ac21f3857c
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: paas-cf
Expand Down
10 changes: 5 additions & 5 deletions concourse/pipelines/destroy-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: paas-cf
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-cli
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: config
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/bosh-cli-v2
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: bosh-vars-store
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/ruby
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: cf-tfstate
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/terraform
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: terraform-variables
Expand Down
6 changes: 3 additions & 3 deletions concourse/pipelines/fast-startup-and-shutdown-cf-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
params:
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/fast-startup-and-shutdown
tag: 6e1f473dd3902fddd6f74bbcd788fb1ec5390ce3
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
run:
path: bash
args:
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/fast-startup-and-shutdown
tag: 6e1f473dd3902fddd6f74bbcd788fb1ec5390ce3
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
run:
path: bash
args:
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/monitor-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

inputs:
- name: paas-cf
Expand Down
8 changes: 4 additions & 4 deletions concourse/pipelines/test-certificate-rotation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ meta:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

bosh-cli-v2: &gov-paas-bosh-cli-v2-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/bosh-cli-v2
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

cf-acceptance-tests: &cf-acceptance-tests-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7

cf-cli: &cf-cli-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-cli
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7


resource_types:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/aiven-broker-acceptance-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: test-config
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/app-autoscaler-acceptance-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: admin-creds
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/check-az-is-enabled-in-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/bosh-cli-v2
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
params:
DEPLOY_ENV:
BOSH_ENVIRONMENT:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/check-az-is-enabled-in-vpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
params:
AWS_DEFAULT_REGION:
EXPECTED_ACL_NAME:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/check-billing-comparison-with-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-billing
params:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/configure-grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/ruby
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-trusted-people
run:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/create_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-uaac
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: cf-manifest
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/create_nonadmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-cli
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
outputs:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/cronitor-monitor-ping-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
run:
path: sh
args:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/curl-az-healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/curl-ssl
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
params:
AVAILABILITY_ZONE:
ENABLE_AZ_HEALTHCHECK:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/custom-acceptance-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: test-config
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/custom-broker-acceptance-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-acceptance-tests
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: test-config
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/delete_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-cli
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: cf-manifest
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/forget-access-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/terraform
tag: 540813b98e23f9865b33c206a840a8d5633287e9
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
inputs:
- name: paas-cf
- name: cf-tfstate
Expand Down
Loading

0 comments on commit f879d06

Please sign in to comment.