Skip to content

Commit

Permalink
update DIND image (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaljoy authored Oct 4, 2023
1 parent 606cc80 commit 2513011
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
5 changes: 4 additions & 1 deletion concourse/tasks/integration-tests-jdk11-scala-2-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ platform: linux
image_resource:
type: registry-image
source:
repository: karlkfi/concourse-dcind
repository: shared-concourse-dind
aws_access_key_id: ((prod-images-aws-access-key-id))
aws_secret_access_key: ((prod-images-aws-secret-key))
aws_region: us-east-2

params:
FAUNA_ROOT_KEY:
Expand Down
5 changes: 4 additions & 1 deletion concourse/tasks/integration-tests-jdk11-scala-2-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ platform: linux
image_resource:
type: registry-image
source:
repository: karlkfi/concourse-dcind
repository: shared-concourse-dind
aws_access_key_id: ((prod-images-aws-access-key-id))
aws_secret_access_key: ((prod-images-aws-secret-key))
aws_region: us-east-2

params:
FAUNA_ROOT_KEY:
Expand Down
6 changes: 4 additions & 2 deletions concourse/tasks/integration-tests-oracle-jdk11-scala-2-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ platform: linux
image_resource:
type: registry-image
source:
repository: karlkfi/concourse-dcind
tag: latest
repository: shared-concourse-dind
aws_access_key_id: ((prod-images-aws-access-key-id))
aws_secret_access_key: ((prod-images-aws-secret-key))
aws_region: us-east-2

params:
FAUNA_ROOT_KEY:
Expand Down
6 changes: 4 additions & 2 deletions concourse/tasks/integration-tests-oracle-jdk11-scala-2-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ platform: linux
image_resource:
type: registry-image
source:
repository: karlkfi/concourse-dcind
tag: latest
repository: shared-concourse-dind
aws_access_key_id: ((prod-images-aws-access-key-id))
aws_secret_access_key: ((prod-images-aws-secret-key))
aws_region: us-east-2

params:
FAUNA_ROOT_KEY:
Expand Down

0 comments on commit 2513011

Please sign in to comment.