aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

feat: Add standard:8.0 image based on Ubuntu 24.04

Open dylanmtaylor opened this issue 1 year ago • 8 comments

Issue #, if available: #717

Description of changes: This copies standard:7.0 to standard:8.0 with the only change being the modification of the base image to Ubuntu 24.04

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

dylanmtaylor avatar Apr 26 '24 01:04 dylanmtaylor

Any word on if/when we can expect this to land in CodeBuild?

sdenardi avatar Mar 06 '25 17:03 sdenardi

It looks like @hanfangluo might be in charge of these images. If not, maybe he knows who can answer that.

dylanmtaylor avatar Mar 06 '25 17:03 dylanmtaylor

Hi, we may land it in the future, but we don't have a set timeline for this yet.

hanfangluo avatar Mar 06 '25 19:03 hanfangluo

Thanks @hanfangluo.

Assuming CodeBuild will continue supporting Ubuntu (and thus LTS releases), I'll check back in late next month (based on the fact that the first commit for Ubuntu LTS 22 was April 2023).

sdenardi avatar Mar 07 '25 14:03 sdenardi

@dylanmtaylor , thank you for you contribution. I think that the Dockerfile still suffers from hardcoded architecture types, which makes it hard to build on MacOS M1/M2 and such. This problem was earlier addressed in this PR. Maybe we can incorporate this as well?

deviant-syndrome avatar May 05 '25 08:05 deviant-syndrome

@dylanmtaylor , thank you for you contribution. I think that the Dockerfile still suffers from hardcoded architecture types, which makes it hard to build on MacOS M1/M2 and such. This problem was earlier addressed in this PR. Maybe we can incorporate this as well?

I'd be happy to make a second commit to tackle that.

dylanmtaylor avatar May 05 '25 16:05 dylanmtaylor

Thank you for continuing to work on this @dylanmtaylor!

sdenardi avatar May 07 '25 11:05 sdenardi

Hello, @dylanmtaylor , after your latest commit I still see hardcoded architecture types in 8.0 Dockerfile. I've created a PR into your fork, where I've tried to mitigate that to the best of my abilities. Thank you!

deviant-syndrome avatar May 07 '25 12:05 deviant-syndrome