-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide Node 22 in images #733
Comments
It looks like they quietly merged in nodejs 22 support in for the al2023 and ubuntu based ones https://github.com/aws/aws-codebuild-docker-images/releases/tag/24.08.23 but no lambda ones yet |
Codebuild documentation was updated over the weekend, https://docs.aws.amazon.com/codebuild/latest/userguide/available-runtimes.html. Amazon Linux 2023 x86_64 standard:5.0 Amazon Linux 2023 AArch64 standard:3.0 Ubuntu standard:7.0 provide nodejs22 runtimes now |
Node 22 is available in our latest standard image: https://github.com/aws/aws-codebuild-docker-images/blame/master/ubuntu/standard/7.0/Dockerfile#L321 |
Sadly still not available for lambda build images https://docs.aws.amazon.com/codebuild/latest/userguide/lambda-compute-images.html |
Node.js 22 was released on April 24, 2024. Please provide this runtime at least on following codebuild images (or their successors):
aws/codebuild/standard:7.0
aws/codebuild/amazonlinux2-aarch64-standard:3.0
aws/codebuild/amazonlinux2-x86_64-standard:5.0
aws/codebuild/amazonlinux-aarch64-lambda-standard:nodejs22
aws/codebuild/amazonlinux-x86_64-lambda-standard:nodejs22
The text was updated successfully, but these errors were encountered: