Skip to content

Commit

Permalink
Bump CodeBuild image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Feb 6, 2024
1 parent 180f684 commit c0ff605
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Resources:
- Name: PRX_APPLICATION_CODE_BUCKET
Value:
Fn::ImportValue: !Sub ${InfrastructureStorageStackName}-InfrastructureApplicationCodeBucket
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
PrivilegedMode: true
Type: LINUX_CONTAINER
Name: !Sub ${AWS::StackName}-Runner2
Expand Down
2 changes: 1 addition & 1 deletion devops/oxbow-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Resources:
Value: !Ref AWS::AccountId
- Name: ECR_REPOSITORY_NAME
Value: !Ref FFmpegEcrRepository
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
PrivilegedMode: true
Type: LINUX_CONTAINER
LogsConfig:
Expand Down
6 changes: 3 additions & 3 deletions devops/porter-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Resources:
Value: !Ref AWS::AccountId
- Name: ECR_REPOSITORY_NAME
Value: !Ref TranscodeEcrRepository
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
PrivilegedMode: true
Type: LINUX_CONTAINER
LogsConfig:
Expand Down Expand Up @@ -345,7 +345,7 @@ Resources:
Value: !Ref AWS::AccountId
- Name: ECR_REPOSITORY_NAME
Value: !Ref FtpEcrRepository
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
PrivilegedMode: true
Type: LINUX_CONTAINER
LogsConfig:
Expand Down Expand Up @@ -484,7 +484,7 @@ Resources:
EnvironmentVariables:
- Name: PORTER_TEST_BUCKET_NAME
Value: !Ref AcceptanceTestsBucket
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
Type: LINUX_CONTAINER
LogsConfig:
CloudWatchLogs:
Expand Down
2 changes: 1 addition & 1 deletion devops/tooling-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Resources:
Description: Builds and packages chat ops via SAM for future deployment
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
Type: LINUX_CONTAINER
LogsConfig:
CloudWatchLogs:
Expand Down
2 changes: 1 addition & 1 deletion spire/cd/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,7 @@ Resources:
Description: Runs acceptance tests for PRX platform
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Image: aws/codebuild/amazonlinux2-x86_64-standard:4.0
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
PrivilegedMode: true
Type: LINUX_CONTAINER
Name: !Sub ${AWS::StackName}-AcceptanceTests
Expand Down

0 comments on commit c0ff605

Please sign in to comment.