.NET 10: Default Container Images Changed from Debian to Ubuntu
.NET 10's default Docker images now use Ubuntu instead of Debian, which may break existing Dockerfiles.
.NET 10's default Docker images now use Ubuntu instead of Debian, which may break existing Dockerfiles.
Explores how AKS Artifact Streaming preview feature dramatically reduces pod startup times by streaming container images instead of fully downloading them.
A technical guide on using a Kubernetes DaemonSet to pre-pull container images onto all cluster nodes, ensuring faster pod startup for demos.
A tutorial on extracting the filesystem of a Docker image without running a container, using standard Docker commands like `docker export`.
Explores methods for creating slim, secure container images, comparing Alpine, Distroless, Apko, Chisel, and DockerSlim, and analyzing developer priorities.
A tutorial on creating an Azure Container Registry using the Azure Portal to deploy Docker images for a Python web app.
A tutorial on using the containerd command-line client (ctr) for managing container images and operations directly.
A developer shares a frustrating experience and solution for loading locally built Docker images into a KiND Kubernetes cluster for local testing.
Explains how to use Azure's new preview feature to automatically purge old container images from ACR on-demand or on a schedule.
Guide to using custom Docker images as runtimes for AWS Lambda, including setup with AWS SAM and ECR.
AWS Lambda now supports deploying functions as container images, enabling custom runtimes, larger packages, and familiar Docker workflows.
A guide to understanding and mitigating Docker Hub's rate limits on image pulls, especially in Kubernetes and CI/CD environments.
A guide on using Go libraries (containers/image and containers/storage) to programmatically pull, store, and manage container images without external daemons.