Skip to content

Commit

Permalink
Merge pull request #69 from cloud-gov/update-images
Browse files Browse the repository at this point in the history
update to use hardened images
  • Loading branch information
dandersonsw authored Jul 1, 2024
2 parents 255b221 + 16d12fe commit 0d08877
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ resource_types:
tag: latest

- name: bosh-deployment
type: docker-image
type: registry-image
source:
repository: cloudfoundry/bosh-deployment-resource
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: bosh-deployment-resource
aws_region: us-gov-west-1
tag: latest

- name: slack-notification
type: registry-image
Expand All @@ -31,6 +35,33 @@ resource_types:
aws_region: us-gov-west-1
tag: latest

- name: git
type: registry-image
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: git-resource
aws_region: us-gov-west-1
tag: latest

- name: bosh-io-stemcell
type: registry-image
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: bosh-io-stemcell-resource
aws_region: us-gov-west-1
tag: latest

- name: bosh-io-release
type: registry-image
source:
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: bosh-io-release-resource
aws_region: us-gov-west-1
tag: latest

resources:
- name: uaa-config
type: git
Expand Down

0 comments on commit 0d08877

Please sign in to comment.