-
Notifications
You must be signed in to change notification settings - Fork 987
Add .NET 5.0, 6.0 to Amazon Linux 2 x86-64 image #499
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and something needed by our group as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PLZ Merge
#497 also related |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Straight forward enough..
@leoherran-aws , could you help us understand what the next steps are to getting this merged in please? Our group also opened up an AWS support ticket a while back to request this be merged in and was told that the AWS team that supports Codebuild was made aware of the PR and would merge it in as soon as they were able. Could we get an ETA of that please? The delay is causing some exceptional workarounds, such as: Our team has shifted one project over to Github Actions and custom Docker Images to pull us off Codebuild completely. Thank you! |
I cannot provide an ETA but the release process is in progress and we will update this ticket when it's complete. |
Looking at the changes everything looks ok as far as I know. The only thing I would be concerned about is including dotnet5 as it is EOS on May 8, 2022 |
@bryantqo fair enough. However, this code does (did) have latest master merged in it. Whenever 5.0 support gets dropped from the current version, we can merge master again. |
Can we please get this merged. We are waiting for .Net 6 runtime for AWS Codebuild |
Hi @subinataws / @leoherran-aws Please feel free to tag others with write access. Much appreciated. Thanks |
Seriously, .Net 3.1 is EOS in a few months. Can we get some official support for .Net 6? I know I can run scripts to install this myself, but that is sort of counter to the point of the CodeBuild/CodePipeline managed services. If I wanted to build my own images I would not use CodeBuild. This is getting really late in the process. In a few months, .Net 6 will be the only supported .Net version available, yet there's no support here. |
I would also add that unless I'm mistaken here, this .NET support in AWS is not open source; we're paying for it. (if this work by AWS is actually open source/free, then I apologize). |
I've resolved the conflict due to the patch version updated on master. I also updated to 5.0.408 (again, to match the other image) and to 6.0.301. |
.net 6 is now supported in https://github.com/aws/aws-codebuild-docker-images/releases/tag/22.06.30 |
Issue #, if available:
N/A
Description of changes:
.NET upgrades for parity with aws/codebuild/standard:5.0 image.
404419By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.