-
Notifications
You must be signed in to change notification settings - Fork 4.1k
aws-codebuild: missing CodeBuild image types for newly supported environment types #32978
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
Comments
So, |
Can we also support Per CodeBuild service API [CreateProject] (https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateProject.html):[environment](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateProject.html#API_CreateProject_RequestSyntax) > ProjectEnvironment, type could have the following valid values: Per AWS::CodeBuild::Project Environment, Type could have following allowed values: |
#34365 I'd appreciate it if someone could review my PR. |
Describe the feature
The CodeBuild CDK code needs to add new image types to match newly supported environment types:
LINUX_EC2
,ARM_EC2
andWINDOWS_EC2
.Use Case
Users can not create project with fleet configured with
LINUX_EC2
,ARM_EC2
orWINDOWS_EC2
environment type using CDK.Proposed Solution
Add new image types
LINUX_EC2
,ARM_EC2
andWINDOWS_EC2
into file.Other Information
No response
Acknowledgements
CDK version used
Any
Environment details (OS name and version, etc.)
Any
The text was updated successfully, but these errors were encountered: