chore(codebuild): aarch64 standard 2.0 and 3.0 build images are not deprecated#29580
chore(codebuild): aarch64 standard 2.0 and 3.0 build images are not deprecated#29580mergify[bot] merged 6 commits intoaws:mainfrom
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
|
Exemption Request: this change doesn't change any feature or functionality — thus, no test should and does not change |
lpizzinidev
left a comment
There was a problem hiding this comment.
Thanks 👍
Left a comment for updating v2 documentation as well.
I think you can mark the PR as a chore (CI won't require tests).
Also, can you please update the title to not be truncated?
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
I removed the |
|
Hey, guess I didn't open a PR for this (I was sure I did), but I already have a runner ready to update all of the CodeBuild images ( Regardless, you can confirm that these images are still available by using the $ aws codebuild list-curated-environment-images | jq '.platforms[] | select(.platform == "AMAZON_LINUX_2") | .languages[] | select(.language == "STANDARD") | .images[] | select(.name == "aws/codebuild/amazonlinux2-aarch64-standard:3.0")'
{
"name": "aws/codebuild/amazonlinux2-aarch64-standard:3.0",
"description": "AWS CodeBuild - Docker image based on Amazon Linux 2023 (aarch64) with multiple language support",
"versions": [
"aws/codebuild/amazonlinux2-aarch64-standard:3.0-23.04.25",
"aws/codebuild/amazonlinux2-aarch64-standard:3.0-24.01.29",
"aws/codebuild/amazonlinux2-aarch64-standard:3.0-24.03.06",
"aws/codebuild/amazonlinux2-aarch64-standard:3.0-24.03.21"
]
}$ aws codebuild list-curated-environment-images | jq '.platforms[] | select(.platform == "AMAZON_LINUX_2") | .languages[] | select(.language == "STANDARD") | .images[] | select(.name == "aws/codebuild/amazonlinux2-aarch64-standard:2.0")'
{
"name": "aws/codebuild/amazonlinux2-aarch64-standard:2.0",
"description": "AWS CodeBuild - Docker image based on Amazon Linux 2 (aarch64) with multiple language support",
"versions": [
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-20.06.15",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-20.08.13",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-21.01.12",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-21.03.02",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-21.08.20",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-21.10.15",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-24.01.29",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-24.03.06",
"aws/codebuild/amazonlinux2-aarch64-standard:2.0-24.03.21"
]
} |
|
I opened another PR to fix this issue, among other things: #29616 |
|
@Mergifyio update |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
☑️ Nothing to doDetails
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Issue # (if applicable)
Closes #.
Reason for this change
AWS CodeBuild Docker images
AMAZON_LINUX_2_ARM_3akaAMAZON_LINUX_2_STANDARD_3_0akaaws/codebuild/amazonlinux2-aarch64-standard:3.0andAMAZON_LINUX_2_ARM_2akaAMAZON_LINUX_2_STANDARD_2_0akaaws/codebuild/amazonlinux2-aarch64-standard:2.0are not deprecated but the currently actively maintained ones according to https://github.com/aws/aws-codebuild-docker-images and https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.htmlDescription of changes
I removed the JSDoc Deprecated flag for the currently active images and added their image names as a comment so that one can find the images also using those references.
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license