Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

18504128 - Update docker images #3198

Merged
merged 1 commit into from
May 19, 2023
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
6 changes: 3 additions & 3 deletions concourse/pipelines/autodelete-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/alpine
tag: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
inputs:
- name: paas-cf
params:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
34 changes: 17 additions & 17 deletions concourse/pipelines/create-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -5397,7 +5397,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/spruce
tag: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

inputs:
- name: paas-cf
Expand Down Expand Up @@ -6468,7 +6468,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/cf-uaac
tag: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

inputs:
- name: paas-cf
Expand Down
8 changes: 4 additions & 4 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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

inputs:
- name: paas-cf
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/terraform
tag: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

inputs:
- name: terraform-variables
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c

inputs:
- name: paas-cf
Expand Down
10 changes: 5 additions & 5 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: 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:
Expand All @@ -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
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
inputs:
- name: paas-cf
- name: cf-manifest
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
inputs:
- name: paas-cf
- name: test-config
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/delete_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-cli
tag: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
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: b25554b10d0efb9da2aef192f9a890199863f59e
tag: 826b547c6411b0fd22ac0b07bde11eed5523879c
inputs:
- name: paas-cf
- name: cf-tfstate
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/generate-git-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading
Loading