From b6050298f929e8e2f2e69cf292ae0a3f4b0c890c Mon Sep 17 00:00:00 2001 From: nimalank7 Date: Mon, 15 May 2023 16:39:30 +0100 Subject: [PATCH] 18504128 - Update docker images Description: - Updates all docker images to the latest ghcr version see [https://github.com/alphagov/paas-docker-cloudfoundry-tools/pull/276](https://github.com/alphagov/paas-docker-cloudfoundry-tools/pull/276) --- .../pipelines/autodelete-cloudfoundry.yml | 6 ++-- concourse/pipelines/create-cloudfoundry.yml | 34 +++++++++---------- concourse/pipelines/deployment-kick-off.yml | 8 ++--- concourse/pipelines/destroy-cloudfoundry.yml | 8 ++--- concourse/pipelines/monitor-remote.yml | 2 +- .../pipelines/test-certificate-rotation.yml | 10 +++--- .../aiven-broker-acceptance-tests-run.yml | 2 +- .../app-autoscaler-acceptance-tests-run.yml | 2 +- .../tasks/check-az-is-enabled-in-manifest.yml | 2 +- .../tasks/check-az-is-enabled-in-vpc.yml | 2 +- .../check-billing-comparison-with-cf.yml | 2 +- concourse/tasks/configure-grafana.yml | 2 +- concourse/tasks/create_admin.yml | 2 +- .../tasks/cronitor-monitor-ping-action.yml | 2 +- concourse/tasks/curl-az-healthcheck.yml | 2 +- .../tasks/custom-acceptance-tests-run.yml | 2 +- .../custom-broker-acceptance-tests-run.yml | 2 +- concourse/tasks/delete_admin.yml | 2 +- concourse/tasks/forget-access-keys.yml | 2 +- concourse/tasks/generate-git-keys.yml | 2 +- concourse/tasks/generate-test-config.yml | 2 +- concourse/tasks/get-cf-cli-config.yml | 2 +- concourse/tasks/remove-db.yml | 2 +- concourse/tasks/send-nagging-email-alert.yml | 2 +- concourse/tasks/smoke-tests-run.yml | 2 +- concourse/tasks/tag-repo.yml | 2 +- concourse/tasks/upload-test-artifacts.yml | 2 +- .../tasks/wait-for-api-availability-tests.yml | 2 +- .../tasks/wait-for-app-availability-tests.yml | 2 +- 29 files changed, 57 insertions(+), 57 deletions(-) diff --git a/concourse/pipelines/autodelete-cloudfoundry.yml b/concourse/pipelines/autodelete-cloudfoundry.yml index d69dcdc5fb..eb5fafbb92 100644 --- a/concourse/pipelines/autodelete-cloudfoundry.yml +++ b/concourse/pipelines/autodelete-cloudfoundry.yml @@ -115,7 +115,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/alpine - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf params: @@ -142,7 +142,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: sh args: @@ -178,7 +178,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: ./paas-cf/concourse/scripts/rds_instances.sh args: diff --git a/concourse/pipelines/create-cloudfoundry.yml b/concourse/pipelines/create-cloudfoundry.yml index 1e7e929e36..271268a964 100644 --- a/concourse/pipelines/create-cloudfoundry.yml +++ b/concourse/pipelines/create-cloudfoundry.yml @@ -11,32 +11,32 @@ meta: type: registry-image source: repository: ghcr.io/alphagov/paas/alpine - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c psql: &psql-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/psql - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c node: &node-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/node - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c node-chromium: &node-chromium-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/node-chromium - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c awscli: &awscli-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c bosh-cli-v2: &gov-paas-bosh-cli-v2-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c cf-acceptance-tests: &cf-acceptance-tests-image-resource type: registry-image source: @@ -46,37 +46,37 @@ meta: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-cli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c cf-uaac: &cf-uaac-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/cf-uaac - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c git-ssh: &git-ssh-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/git-ssh - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c ruby-slim: &ruby-slim-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/ruby - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c golang: &golang-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/golang - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c terraform: &terraform-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/terraform - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c curl-ssl: &curl-ssl-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/curl-ssl - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c tasks: @@ -272,7 +272,7 @@ resource_types: type: registry-image source: repository: ghcr.io/alphagov/paas/concourse-pool-resource - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c - name: s3-iam type: registry-image @@ -835,7 +835,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/self-update-pipelines - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf @@ -5397,7 +5397,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/spruce - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf @@ -6468,7 +6468,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-uaac - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: passwords diff --git a/concourse/pipelines/deployment-kick-off.yml b/concourse/pipelines/deployment-kick-off.yml index 730f893d5a..4e01f4fb75 100644 --- a/concourse/pipelines/deployment-kick-off.yml +++ b/concourse/pipelines/deployment-kick-off.yml @@ -41,7 +41,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/alpine - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: deployment-timer @@ -71,7 +71,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: ./paas-cf/concourse/scripts/rds_instances.sh @@ -86,7 +86,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/self-update-pipelines - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf @@ -119,7 +119,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/self-update-pipelines - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf diff --git a/concourse/pipelines/destroy-cloudfoundry.yml b/concourse/pipelines/destroy-cloudfoundry.yml index fb7ac53a65..bf7ff5d8af 100644 --- a/concourse/pipelines/destroy-cloudfoundry.yml +++ b/concourse/pipelines/destroy-cloudfoundry.yml @@ -99,7 +99,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/self-update-pipelines - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf @@ -189,7 +189,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: bosh-vars-store @@ -243,7 +243,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/ruby - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: cf-tfstate @@ -286,7 +286,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/terraform - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: terraform-variables diff --git a/concourse/pipelines/monitor-remote.yml b/concourse/pipelines/monitor-remote.yml index 55742ed577..be1bff7871 100644 --- a/concourse/pipelines/monitor-remote.yml +++ b/concourse/pipelines/monitor-remote.yml @@ -57,7 +57,7 @@ jobs: type: registry-image source: repository: ghcr.io/alphagov/paas/self-update-pipelines - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf diff --git a/concourse/pipelines/test-certificate-rotation.yml b/concourse/pipelines/test-certificate-rotation.yml index cf65d7cd1a..77a591c77a 100644 --- a/concourse/pipelines/test-certificate-rotation.yml +++ b/concourse/pipelines/test-certificate-rotation.yml @@ -5,25 +5,25 @@ meta: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c bosh-cli-v2: &gov-paas-bosh-cli-v2-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c cf-acceptance-tests: &cf-acceptance-tests-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c cf-cli: &cf-cli-image-resource type: registry-image source: repository: ghcr.io/alphagov/paas/cf-cli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c resource_types: @@ -40,7 +40,7 @@ resource_types: type: registry-image source: repository: ghcr.io/alphagov/paas/olhtbr-metadata-resource - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c - name: s3-iam type: registry-image diff --git a/concourse/tasks/aiven-broker-acceptance-tests-run.yml b/concourse/tasks/aiven-broker-acceptance-tests-run.yml index fa24cfdbd4..6dbab59b14 100644 --- a/concourse/tasks/aiven-broker-acceptance-tests-run.yml +++ b/concourse/tasks/aiven-broker-acceptance-tests-run.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: test-config diff --git a/concourse/tasks/app-autoscaler-acceptance-tests-run.yml b/concourse/tasks/app-autoscaler-acceptance-tests-run.yml index 8a4962e84d..f17da69142 100644 --- a/concourse/tasks/app-autoscaler-acceptance-tests-run.yml +++ b/concourse/tasks/app-autoscaler-acceptance-tests-run.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: admin-creds diff --git a/concourse/tasks/check-az-is-enabled-in-manifest.yml b/concourse/tasks/check-az-is-enabled-in-manifest.yml index 48379630c4..b6a1f98d9e 100644 --- a/concourse/tasks/check-az-is-enabled-in-manifest.yml +++ b/concourse/tasks/check-az-is-enabled-in-manifest.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c params: DEPLOY_ENV: BOSH_ENVIRONMENT: diff --git a/concourse/tasks/check-az-is-enabled-in-vpc.yml b/concourse/tasks/check-az-is-enabled-in-vpc.yml index bd40d73a95..219fbde346 100644 --- a/concourse/tasks/check-az-is-enabled-in-vpc.yml +++ b/concourse/tasks/check-az-is-enabled-in-vpc.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c params: AWS_DEFAULT_REGION: EXPECTED_ACL_NAME: diff --git a/concourse/tasks/check-billing-comparison-with-cf.yml b/concourse/tasks/check-billing-comparison-with-cf.yml index a8e19725cb..db06bbb701 100644 --- a/concourse/tasks/check-billing-comparison-with-cf.yml +++ b/concourse/tasks/check-billing-comparison-with-cf.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-billing params: diff --git a/concourse/tasks/configure-grafana.yml b/concourse/tasks/configure-grafana.yml index 43dcb452c1..4c46b9417d 100644 --- a/concourse/tasks/configure-grafana.yml +++ b/concourse/tasks/configure-grafana.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/ruby - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-trusted-people run: diff --git a/concourse/tasks/create_admin.yml b/concourse/tasks/create_admin.yml index 1afda1852f..70992ac864 100644 --- a/concourse/tasks/create_admin.yml +++ b/concourse/tasks/create_admin.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-uaac - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: cf-manifest diff --git a/concourse/tasks/cronitor-monitor-ping-action.yml b/concourse/tasks/cronitor-monitor-ping-action.yml index 0ad2147149..8daaf7addd 100644 --- a/concourse/tasks/cronitor-monitor-ping-action.yml +++ b/concourse/tasks/cronitor-monitor-ping-action.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: sh args: diff --git a/concourse/tasks/curl-az-healthcheck.yml b/concourse/tasks/curl-az-healthcheck.yml index d0e1a00510..4ff2087be2 100644 --- a/concourse/tasks/curl-az-healthcheck.yml +++ b/concourse/tasks/curl-az-healthcheck.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/curl-ssl - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c params: AVAILABILITY_ZONE: ENABLE_AZ_HEALTHCHECK: diff --git a/concourse/tasks/custom-acceptance-tests-run.yml b/concourse/tasks/custom-acceptance-tests-run.yml index 9886abb1c2..ad608d10dc 100644 --- a/concourse/tasks/custom-acceptance-tests-run.yml +++ b/concourse/tasks/custom-acceptance-tests-run.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: test-config diff --git a/concourse/tasks/custom-broker-acceptance-tests-run.yml b/concourse/tasks/custom-broker-acceptance-tests-run.yml index 88ceb5e497..ca013dba55 100644 --- a/concourse/tasks/custom-broker-acceptance-tests-run.yml +++ b/concourse/tasks/custom-broker-acceptance-tests-run.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: test-config diff --git a/concourse/tasks/delete_admin.yml b/concourse/tasks/delete_admin.yml index 0c320d9809..c396e449f7 100644 --- a/concourse/tasks/delete_admin.yml +++ b/concourse/tasks/delete_admin.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-cli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: cf-manifest diff --git a/concourse/tasks/forget-access-keys.yml b/concourse/tasks/forget-access-keys.yml index 986e3dfb85..1fd9373b67 100644 --- a/concourse/tasks/forget-access-keys.yml +++ b/concourse/tasks/forget-access-keys.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/terraform - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: cf-tfstate diff --git a/concourse/tasks/generate-git-keys.yml b/concourse/tasks/generate-git-keys.yml index 008edd7b15..8027a90352 100644 --- a/concourse/tasks/generate-git-keys.yml +++ b/concourse/tasks/generate-git-keys.yml @@ -3,7 +3,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: sh args: diff --git a/concourse/tasks/generate-test-config.yml b/concourse/tasks/generate-test-config.yml index 233f38b4ea..a5f0af7e52 100644 --- a/concourse/tasks/generate-test-config.yml +++ b/concourse/tasks/generate-test-config.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/bosh-cli-v2 - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: admin-creds diff --git a/concourse/tasks/get-cf-cli-config.yml b/concourse/tasks/get-cf-cli-config.yml index 1fc71602ca..f6a2313605 100644 --- a/concourse/tasks/get-cf-cli-config.yml +++ b/concourse/tasks/get-cf-cli-config.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/ruby - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: cf-manifest diff --git a/concourse/tasks/remove-db.yml b/concourse/tasks/remove-db.yml index 6e8b0ee1e0..aa179aff7e 100644 --- a/concourse/tasks/remove-db.yml +++ b/concourse/tasks/remove-db.yml @@ -7,7 +7,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-cli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: sh args: diff --git a/concourse/tasks/send-nagging-email-alert.yml b/concourse/tasks/send-nagging-email-alert.yml index 3bdc1a54a1..66ac94572c 100644 --- a/concourse/tasks/send-nagging-email-alert.yml +++ b/concourse/tasks/send-nagging-email-alert.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf params: diff --git a/concourse/tasks/smoke-tests-run.yml b/concourse/tasks/smoke-tests-run.yml index 61b98ebed0..e99c85ef7a 100644 --- a/concourse/tasks/smoke-tests-run.yml +++ b/concourse/tasks/smoke-tests-run.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-acceptance-tests - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: cf-smoke-tests-release diff --git a/concourse/tasks/tag-repo.yml b/concourse/tasks/tag-repo.yml index a963f97018..869f14e7ef 100644 --- a/concourse/tasks/tag-repo.yml +++ b/concourse/tasks/tag-repo.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/git-ssh - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: git-repo params: diff --git a/concourse/tasks/upload-test-artifacts.yml b/concourse/tasks/upload-test-artifacts.yml index bd12a35915..24935dc26a 100644 --- a/concourse/tasks/upload-test-artifacts.yml +++ b/concourse/tasks/upload-test-artifacts.yml @@ -4,7 +4,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c inputs: - name: paas-cf - name: artifacts diff --git a/concourse/tasks/wait-for-api-availability-tests.yml b/concourse/tasks/wait-for-api-availability-tests.yml index 1cb5732062..b2c336438b 100644 --- a/concourse/tasks/wait-for-api-availability-tests.yml +++ b/concourse/tasks/wait-for-api-availability-tests.yml @@ -11,7 +11,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/awscli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: sh args: diff --git a/concourse/tasks/wait-for-app-availability-tests.yml b/concourse/tasks/wait-for-app-availability-tests.yml index 9a66c08593..f549d36283 100644 --- a/concourse/tasks/wait-for-app-availability-tests.yml +++ b/concourse/tasks/wait-for-app-availability-tests.yml @@ -13,7 +13,7 @@ image_resource: type: registry-image source: repository: ghcr.io/alphagov/paas/cf-cli - tag: b25554b10d0efb9da2aef192f9a890199863f59e + tag: 826b547c6411b0fd22ac0b07bde11eed5523879c run: path: sh args: