Skip to content

Commit c0c5578

Browse files
committed
Update Porter/Oxbow build image names
The old values had been aliased to the new values since 2024
1 parent a7c9fd6 commit c0c5578

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

devops/oxbow-cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Resources:
207207
Value: !Ref AWS::AccountId
208208
- Name: ECR_REPOSITORY_NAME
209209
Value: !Ref FFmpegEcrRepository
210-
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
210+
Image: aws/codebuild/amazonlinux-x86_64-standard:5.0
211211
PrivilegedMode: true
212212
Type: LINUX_CONTAINER
213213
LogsConfig:

devops/porter-cd-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Resources:
224224
Value: !Ref AWS::AccountId
225225
- Name: ECR_REPOSITORY_NAME
226226
Value: !Ref TranscodeEcrRepository
227-
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
227+
Image: aws/codebuild/amazonlinux-x86_64-standard:5.0
228228
PrivilegedMode: true
229229
Type: LINUX_CONTAINER
230230
LogsConfig:
@@ -350,7 +350,7 @@ Resources:
350350
Value: !Ref AWS::AccountId
351351
- Name: ECR_REPOSITORY_NAME
352352
Value: !Ref FtpEcrRepository
353-
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
353+
Image: aws/codebuild/amazonlinux-x86_64-standard:5.0
354354
PrivilegedMode: true
355355
Type: LINUX_CONTAINER
356356
LogsConfig:
@@ -489,7 +489,7 @@ Resources:
489489
EnvironmentVariables:
490490
- Name: PORTER_TEST_BUCKET_NAME
491491
Value: !Ref AcceptanceTestsBucket
492-
Image: aws/codebuild/amazonlinux2-x86_64-standard:5.0
492+
Image: aws/codebuild/amazonlinux-x86_64-standard:5.0
493493
Type: LINUX_CONTAINER
494494
LogsConfig:
495495
CloudWatchLogs:

0 commit comments

Comments
 (0)