Skip to content
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

Closed
2 tasks
mikelhamer opened this issue Jul 1, 2022 · 3 comments · Fixed by #20992
Closed
2 tasks

aws-codebuild: Support for Standard (6.0) and Amazon Linux (4.0) images #20960

mikelhamer opened this issue Jul 1, 2022 · 3 comments · Fixed by #20992
Assignees
Labels
@aws-cdk/aws-codebuild Related to AWS CodeBuild feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@mikelhamer
Copy link

mikelhamer commented Jul 1, 2022

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.3.0

Environment details (OS name and version, etc.)

Linux

@mikelhamer mikelhamer added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 1, 2022
@github-actions github-actions bot added the @aws-cdk/aws-codebuild Related to AWS CodeBuild label Jul 1, 2022
@mergify mergify bot closed this as completed in #20992 Jul 6, 2022
mergify bot pushed a commit that referenced this issue Jul 6, 2022
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*
@github-actions
Copy link

github-actions bot commented Jul 6, 2022

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

daschaa added a commit to daschaa/aws-cdk that referenced this issue Jul 9, 2022
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*
@npvisual
Copy link

@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.

@daschaa
Copy link
Contributor

daschaa commented Aug 23, 2022

@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.
@TheRealAmazonKendra @peterwoodworth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codebuild Related to AWS CodeBuild feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants