Skip to content

Commit

Permalink
Merge pull request #89 from cloud-gov/update-openresty
Browse files Browse the repository at this point in the history
use hardened openresty image
  • Loading branch information
dandersonsw authored Sep 11, 2024
2 parents 0b099de + ff63dba commit 2b95f62
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: openresty/openresty
tag: buster-fat
aws_access_key_id: ((ecr_aws_key))
aws_secret_access_key: ((ecr_aws_secret))
repository: openresty
aws_region: us-gov-west-1
tag: latest

inputs:
- name: secureproxy-release-git-repo
Expand Down

0 comments on commit 2b95f62

Please sign in to comment.