-
Notifications
You must be signed in to change notification settings - Fork 979
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
Why are Amazon Linux 2023 images called amazonlinux2? #726
Comments
Yet more idiocy. They have no idea how to explain anything to their users, and naming things like this doesn't help one bit. Not a single mention of this naming strategy anywhere they are used, nor in the Blog post mentioning the availability of AL2023 on Lambda. |
Came here after today's emails from AWS:
Seeing amazonlinux2 in several of our production buildspecs got me worried, but as pointed out, it looks like we've already migrated to AL2023. Very strange naming choices. |
I was also bitten by this naming inconsistency please add better documentation or warning in the UI |
+1 here |
+1 got confused and had to review config for a bit of time |
According to the docs the latest x84_64 image identifier for Amazon Linux 2023 is
aws/codebuild/amazonlinux2-x86_64-standard:5.0
:Take special note of the
amazonlinux2
in the identifier for the AL 2023 image.Despite it being called amazonlinux2, the image
[amazonlinux2-x86_64-standard:5.0](https://github.com/aws/aws-codebuild-docker-images/blob/master/al2/x86_64/standard/5.0)
does indeed point to an Amazon Linux 2023 image:aws-codebuild-docker-images/al2/x86_64/standard/5.0/Dockerfile
Line 12 in 9fcc604
This is quite confusing, especially when selecting an image in the codebuild console, because the option name suggests amazon linux 2, but it's actually an AL2023 image:
The text was updated successfully, but these errors were encountered: