Describe the feature
Currently cdk pipelines are using the aws/codebuild/standard:6.0 image on CodeBuild. Please update the default image to aws/codebuild/standard:7.0 or to aws/codebuild/amazonlinux2-aarch64-standard:3.0.
Use Case
Node 16 is approaching end-of-life and will no longer be supported in new releases after 2023-09-11
Please upgrade to a supported node version as soon as possible.
Proposed Solution
Update the CDKP_DEFAULT_CODEBUILD_IMAGE to LinuxBuildImage.STANDARD_7_0 or to AMAZON_LINUX_2_5 in packages/aws-cdk-lib/pipelines/lib/private/default-codebuild-image.ts
Other Information
No response
Acknowledgements
CDK version used
2.92.0 (build bf62e55)
Environment details (OS name and version, etc.)
CodeBuild
Describe the feature
Currently cdk pipelines are using the
aws/codebuild/standard:6.0image on CodeBuild. Please update the default image toaws/codebuild/standard:7.0or toaws/codebuild/amazonlinux2-aarch64-standard:3.0.Use Case
Node 16 is approaching end-of-life and will no longer be supported in new releases after 2023-09-11
Please upgrade to a supported node version as soon as possible.
Proposed Solution
Update the
CDKP_DEFAULT_CODEBUILD_IMAGEtoLinuxBuildImage.STANDARD_7_0or toAMAZON_LINUX_2_5in packages/aws-cdk-lib/pipelines/lib/private/default-codebuild-image.tsOther Information
No response
Acknowledgements
CDK version used
2.92.0 (build bf62e55)
Environment details (OS name and version, etc.)
CodeBuild