Skip to content

Which runtime versions are supported without self-contained? #1167

Answered by ganeshnj
mpetito asked this question in Q&A
Discussion options

You must be logged in to vote

@mpetito thanks for point this out. We had some issue with the docker images publishing internally to https://gallery.ecr.aws/lambda/dotnet which resulted in older version of .NET runtime in the image.

This has been fixed now and I have verified the image now contains the 6.0.4 runtime which is latest available as of now.

└ $ docker run -it --entrypoint bash public.ecr.aws/lambda/dotnet:6
bash-4.2# dotnet --list-runtimes
Microsoft.AspNetCore.App 6.0.4 [/var/lang/bin/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.4 [/var/lang/bin/shared/Microsoft.NETCore.App]
bash-4.2#

It is recommended to use https://gallery.ecr.aws/lambda/dotnet base image as we regularly patch the images as…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ganeshnj
Comment options

@mpetito
Comment options

Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants