Showing results for Containers - .NET Blog

Apr 30, 2024
Post comments count2
Post likes count6

Secure your container build and publish with .NET 8

Richard Lander
Richard Lander

.NET 8 has new security features for containers, including non-root images and SDK tools. Discover how to create non-root container images, configure Kubernetes pods, and inspect images and containers for enhanced security.

.NETCloud NativeContainers
Apr 25, 2024
Post comments count18
Post likes count5

What’s new for .NET in Ubuntu 24.04

Richard Lander
Richard Lander

Ubuntu 24.04 is now available with .NET from day one in the official Ubuntu feeds! Thanks to the partnership between Canonical and Microsoft, you can start using .NET with Ubuntu 24.04 today!

.NETCloud NativeLifecycle
Apr 15, 2024
Post comments count9
Post likes count3

Streamline your container build and publish with .NET 8

Richard Lander
Richard Lander

.NET 8 is a big step forward for building and using containers, with improvements for performance, security, and usability. Let's take a look at some enhancements to the .NET CLI for building and publishing containers.

.NETCloud NativeContainers
Mar 29, 2023
Post comments count1
Post likes count9

Improving multi-platform container support

Richard Lander
Richard Lander

Learn how to build containers for multiple architectures, including building containers on Apple M1 machines for an x64 cloud.

.NETContainersLinux
Mar 21, 2023
Post comments count6
Post likes count9

Secure your .NET cloud apps with rootless Linux Containers

Richard Lander
Richard Lander

Learn about patterns for securing your containers with a non-root user, and changes to .NET container images in .NET 8 to enable this behavior.

Containers.NETSecurity