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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stemcell and docker update #656

Merged
merged 2 commits into from
Sep 20, 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
2 changes: 1 addition & 1 deletion concourse/pipelines/concourse-lite-self-terminate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ meta:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d

resources:
- name: delete-timer
Expand Down
20 changes: 10 additions & 10 deletions concourse/pipelines/create-bosh-concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,47 @@ meta:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/alpine
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
awscli: &awscli-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
bosh-cli-v2: &gov-paas-bosh-cli-v2-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/bosh-cli-v2
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
certstrap: &certstrap-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/certstrap
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
git-ssh: &git-ssh-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/git-ssh
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
ruby-slim: &ruby-slim-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/ruby
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
self-update-pipelines: &self-update-pipelines-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
spruce: &spruce-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/spruce
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
terraform: &terraform-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/terraform
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d

groups:
- name: all
Expand Down Expand Up @@ -102,7 +102,7 @@ resource_types:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/keyval-resource
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d

resources:
- name: paas-bootstrap
Expand Down
8 changes: 4 additions & 4 deletions concourse/pipelines/destroy-bosh-concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ meta:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/awscli
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
bosh-cli-v2: &gov-paas-bosh-cli-v2-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/bosh-cli-v2
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
ruby-slim: &ruby-slim-image-resource
type: registry-image
source:
Expand All @@ -23,12 +23,12 @@ meta:
type: registry-image
source:
repository: ghcr.io/alphagov/paas/self-update-pipelines
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
terraform: &terraform-image-resource
type: registry-image
source:
repository: ghcr.io/alphagov/paas/terraform
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d

resource_types:
- name: s3-iam
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/delete-ssh-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/awscli
tag: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
inputs:
- name: paas-bootstrap
run:
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/render-bosh-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: acff07cc3f0d4f478f54a7dedd40d47c90ad62f7
tag: b5568301ae03da8220c5ea2f907088dfa38e963d
inputs:
- name: bosh-vars-store
optional: true
Expand Down
4 changes: 2 additions & 2 deletions manifests/bosh-manifest/operations.d/030-set-stemcell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
- type: replace
path: /resource_pools/name=vms/stemcell
value:
url: https://bosh.io/d/stemcells/bosh-aws-xen-hvm-ubuntu-jammy-go_agent?v=1.199
sha1: f96134443a645a08f5de509f8ecd85ce9a2f3d56
url: https://bosh.io/d/stemcells/bosh-aws-xen-hvm-ubuntu-jammy-go_agent?v=1.222
sha1: 09307535e4898228841aec7305c28fcb9dfa50e5
2 changes: 1 addition & 1 deletion manifests/concourse-manifest/concourse-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
meta:
stemcell:
name: bosh-aws-xen-hvm-ubuntu-jammy-go_agent
version: "1.199"
version: "1.222"

name: concourse

Expand Down