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

.Net 6 runtime #497

Closed
darrenlewis1985 opened this issue Nov 10, 2021 · 22 comments
Closed

.Net 6 runtime #497

darrenlewis1985 opened this issue Nov 10, 2021 · 22 comments

Comments

@darrenlewis1985
Copy link

.Net 6 was recently released. When will this be supported in the standard images as a runtime version?

@humayunkhan2019
Copy link

+1

1 similar comment
@mohananukalasf
Copy link

+1

@mbp
Copy link

mbp commented Nov 12, 2021

Until we get official support for .NET 6, I want to share that in order to get it working, you can put the following command in your buildspec:

/usr/local/bin/dotnet-install.sh --channel LTS

This worked for me when using the aws/codebuild/standard:5.0 image.

@Ratomir
Copy link

Ratomir commented Dec 16, 2021

+1

@JarvisPos
Copy link

.NET 6 için resmi destek alana kadar, çalışmasını sağlamak için yapınıza aşağıdaki komutu koyabileceğinizi paylaşmak istiyorum:

/usr/local/bin/dotnet-install.sh --channel LTS

Bu görüntüyü kullanırken bende işe yaradı.aws/codebuild/standard:5.0

can you share a code sample?

@brantsrasmus
Copy link

@JarvisPos

Replace

phases:   
  install:
    runtime-versions:
      dotnet: latest

with

phases:   
  install:
    commands:
      - /usr/local/bin/dotnet-install.sh --channel LTS

@ajmcateer
Copy link

Is there an ETA on this .Net 6 has been out a few months and .Net 5 is going out of support in May would be nice to have .Net 6 support ready to go to use the new features and performance improvements.

@georg-ikegps
Copy link

+1

@aws aws deleted a comment from humayunkhan2019 Feb 24, 2022
@HudsonAkridge
Copy link

There's a PR that @cdonnellytx has here #499 that's been open for a while that should resolve this issue. If anyone can review/merge :)

@hounddog22030
Copy link

+1

5 similar comments
@TruffleMuffin
Copy link

+1

@mohananukalasf
Copy link

+1

@udlose
Copy link

udlose commented Apr 6, 2022

+1

@pariesz
Copy link

pariesz commented Apr 8, 2022

+1

@juniorporfirio
Copy link

+1

@hounddog22030
Copy link

I don't think the +1 is very effective here.... ;-)

@hauntingEcho
Copy link

dotnet 6 is a supported lambda runtime now. This is really needed to package our lambdas.

@PeterSHL
Copy link

Can we please look into getting #499 merged soon?
It's been a while since net 5 went EOS

@kle-sd
Copy link

kle-sd commented Jun 22, 2022

Just chiming in as another customer (Second Dinner) that requires this to be implemented before being able to migrate to .net 6.0.

@darrenlewis1985
Copy link
Author

Until we get official support for .NET 6, I want to share that in order to get it working, you can put the following command in your buildspec:

/usr/local/bin/dotnet-install.sh --channel LTS

This worked for me when using the aws/codebuild/standard:5.0 image.

Just wanted to say we've been using that install script since it was posted back in November and has worked perfectly for us. It'd be nice to have native support in the CodeBuild image but that script has allowed us to migrate everything over to .net 6 with no issues. It doesn't even take that long to run and install the SDK which is great. Thanks for the answer @mbp 👍

@subinataws
Copy link
Contributor

Addressed in https://github.com/aws/aws-codebuild-docker-images/releases/tag/22.06.30

@aws aws deleted a comment from hounddog22030 Jul 1, 2022
@MohammedEsameel
Copy link

@brantsrasmus
Thanks , fixed my issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests