Events
17 Mar, 9 pm - 21 Mar, 10 am
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The ca-certificates
package is no longer installed in .NET Alpine container images. The Alpine base image includes the ca-certificates-bundle
package, which provides the same baseline content that's needed for most .NET apps. It's expected that very few .NET apps will be affected by this change.
Prior to .NET 8, the ca-certificates
package was included in .NET's Alpine container images.
.NET no longer includes the ca-certificates
package in its Alpine container images.
.NET 8 Preview 7
This change can affect binary compatibility.
The package was removed to reduce the image size. The removal of this package reduces .NET 8 Alpine images by 0.6 MB.
If you require the affected package for your scenario, install it manually using the following Dockerfile instruction.
RUN apk add --upgrade ca-certificates
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
17 Mar, 9 pm - 21 Mar, 10 am
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now