Skip to content

Update Lambda Runtime Images for NET 11#2302

Merged
philasmar merged 2 commits intodevfrom
asmarp/add-net11
Mar 18, 2026
Merged

Update Lambda Runtime Images for NET 11#2302
philasmar merged 2 commits intodevfrom
asmarp/add-net11

Conversation

@philasmar
Copy link
Contributor

Issue #, if available:
DOTNET-8546

Description of changes:

  • Added .NET 11 Lambda Runtime Images
  • Switched NET 10 and NET 11 SDK Docker stages to use Ubuntu images instead of Debian which is no longer produced starting NET 10. We missed updating NET 10 earlier so doing it now. This change caused me to stop using apt-get and instead use sed to remove Windows line endings from the shell script. sed is available by default on Ubuntu.
  • Updated the existing GitHub workflows to include the NET 11 images
  • Added new GitHub workflow that builds all Lambda Runtime images anytime a file in the LambdaRuntimeDockerfiles directory is updated.
  • Added NET 11 target to RuntimeSupport and SnapshotRestore.Registry

NOTE: Another PR is still needed to update the Pipelines to build these new images

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@philasmar philasmar added the Release Not Needed Add this label if a PR does not need to be released. label Mar 16, 2026
@philasmar philasmar merged commit a239961 into dev Mar 18, 2026
17 checks passed
philasmar added a commit that referenced this pull request Mar 18, 2026
Update Lambda Runtime Images for NET 11 (#2302)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Not Needed Add this label if a PR does not need to be released.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants