-
Notifications
You must be signed in to change notification settings - Fork 4.4k
(codebuild): missing AMAZON_LINUX_2_ARM v2.0 #16930
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-codebuildRelated to AWS CodeBuildRelated to AWS CodeBuildeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p2
Description
What is the problem?
The LinuxBuildImage class is missing the build image aws/codebuild/amazonlinux2-aarch64-standard:2.0.
I did try to use LinuxBuildImage.fromCodeBuildImageId but it sets the type to LINUX_CONTAINER instead of ARM_CONTAINER.
See also https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html
Reproduction Steps
None
What did you expect to happen?
Would like v2.0 to be available please.
What actually happened?
Was not available and the workaround doesn't work for ARM containers.
CDK CLI Version
1.126.0
Framework Version
1.126.0
Node.js Version
v16.10.0
OS
macOS Big Sur 11.5.2
Language
Python
Language Version
Python 3.9.7
Other information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-codebuildRelated to AWS CodeBuildRelated to AWS CodeBuildeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p2