Skip to content

feat(codebuild): add STANDARD_8_0, AMAZON_LINUX_2023_6 and AMAZON_LINUX_2023_STANDARD_4_0 images#37588

Open
rgoltz wants to merge 5 commits intoaws:mainfrom
rgoltz:37586_NewCodeBuildVersions
Open

feat(codebuild): add STANDARD_8_0, AMAZON_LINUX_2023_6 and AMAZON_LINUX_2023_STANDARD_4_0 images#37588
rgoltz wants to merge 5 commits intoaws:mainfrom
rgoltz:37586_NewCodeBuildVersions

Conversation

@rgoltz
Copy link
Copy Markdown
Contributor

@rgoltz rgoltz commented Apr 13, 2026

Issue # (if applicable)

Closes #37586.

Reason for this change

AWS CodeBuild released new images on 2025-03-25 (release 26.03.25). CDK had no constants for these new images yet.

Description of changes

Added three new build image constants:

Constant Image Base OS
LinuxBuildImage.STANDARD_8_0 aws/codebuild/standard:8.0 Ubuntu 24.04
LinuxBuildImage.AMAZON_LINUX_2023_6 aws/codebuild/amazonlinux-x86_64-standard:6.0 Amazon Linux 2023
LinuxArmBuildImage.AMAZON_LINUX_2023_STANDARD_4_0 aws/codebuild/amazonlinux-aarch64-standard:4.0 Amazon Linux 2023 (ARM)

Updated README.md to include STANDARD_7_0, STANDARD_8_0 and AMAZON_LINUX_2023_6 in the example list of predefined images.

Describe any new or updated permissions being added

None.

Description of how you validated changes

Added unit tests for all three new constants in project.test.ts following the existing test.each pattern.

Updated integration tests for all three images (integ.project-standard-image.ts, integ.project-amazonlinux-image.lit.ts, integ.project-linux-arm.ts). All integration tests were deployed successfully and snapshots are included.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Apr 13, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team April 13, 2026 19:51
@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.


TestsPassed ✅SkippedFailed
Security Guardian Results264 ran264 passed
TestResult
No test annotations available

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.


TestsPassed ✅SkippedFailed
Security Guardian Results with resolved templates264 ran264 passed
TestResult
No test annotations available

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws-codebuild: new images 26.03.25

2 participants