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 8 Lambda image #125

Open
McLovven opened this issue Nov 15, 2023 · 3 comments
Open

.NET 8 Lambda image #125

McLovven opened this issue Nov 15, 2023 · 3 comments

Comments

@McLovven
Copy link

With .NET 8 being released today, I was curious as to when we can expect the corresponding Lambda image (public.ecr.aws/lambda/dotnet:8) to be available: https://gallery.ecr.aws/lambda/dotnet

@John-Paul-R
Copy link

John-Paul-R commented Nov 16, 2023

Related: aws/aws-lambda-dotnet#1611

E: This is just for visibility purposes. I would also benefit from an approximate ETA!

@normj
Copy link
Member

normj commented Nov 16, 2023

@McLovven and @John-Paul-R If you want to help validate the base image you can build the .NET 8 base image locally running the build.ps1 script from the aws-lambda-dotnet.

./build.ps1 -Architecture amd64 -TargetFramework net8

@John-Paul-R
Copy link

The build process seems to have succeeded.

Here is a gist with the full execution logs, as well as system info. (Linux, x86_64)

Let me know if there is any more specific verification that might be helpful. (If I verify a deployed lambda, I'll update here)


Also, I saw your update on the other issue with the steps for getting started with dotnet8 on lambda before the managed runtime is available by using the al2 images. Thanks for that! Is a great help.

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

3 participants