-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws-codebuild: Support for Standard (6.0) and Amazon Linux (4.0) images #20960
Comments
Fixes #20960. Adds support for the new CodeBuild images `Linux Standard 6.0` and `Amazon Linux 4.0`. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [x] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [x] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Fixes aws#20960. Adds support for the new CodeBuild images `Linux Standard 6.0` and `Amazon Linux 4.0`. ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [x] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [x] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@daschaa / @mikelhamer : is it possible to get this for CDK v1 ? I am looking at 1.169.0 and STANDARD_6_0 isn't available there. |
@npvisual As far as I know CDK v1 is in maintenance mode since June 2022. I doubt that there will be updates for v1. But that's a question for a member of the AWS Team. |
Describe the feature
AWS CodeBuild Standard (6.0) and Amazon Linux (4.0) images are now available with this release
https://github.com/aws/aws-codebuild-docker-images/releases/tag/22.06.30
Use Case
To use the latest versions of Code Build Standard and Amazon Linux
Proposed Solution
Make the following IBuildImage properties available in LinuxBuildImage
STANDARD_6_0
AMAZON_LINUX_2_4
Other Information
No response
Acknowledgements
CDK version used
2.3.0
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: