#container-images
Tagged “container-images”
6 articlesMinIO is archived. Docker wants to rent you the patches.
Docker is pitching Extended Lifecycle Support as the answer to MinIO reaching end of life, promising patched images and audit evidence for up to five years past upstream archival. For CI/CD owners carrying an EOL dependency, that reframes a migration deadline as billable time.
Sep 7, 2026 · Tomás VegaRunners & infrastructureA slimmer Dragonfly for teams who just want faster image pulls
A CNCF post walks through a lightweight Dragonfly install that keeps peer-to-peer image and file distribution, but drops the Manager, MySQL and Redis. If registry pulls are your CI's slowest step, this is the shape of Dragonfly worth trying first.
Aug 24, 2026 · Priya NairDeveloper experienceCloud Native Buildpacks graduates in the CNCF
The Cloud Native Buildpacks project reached graduated status at the CNCF on August 11, formalising the source-to-image build path many CI pipelines already lean on.
Aug 18, 2026 · Priya NairSupply chain securityUnsigned images meet an autonomous puller. What could go wrong.
The New Stack argues unsigned container images have always been a risk and become a bigger one when the puller is an AI agent with no human in the loop. The fix, image signing, has been on the shelf for years.
Aug 16, 2026 · Tomás VegaDeveloper experienceCloud Native Buildpacks reaches CNCF graduation, and the no-Dockerfile path gets its stamp
The CNCF graduated Cloud Native Buildpacks on August 11, formalising a build primitive that turns source code into OCI images without a hand-written Dockerfile. For teams tired of maintaining base-image drift across every service, the endorsement lands at a useful moment.
Aug 12, 2026 · Priya NairRunners & infrastructureMulti-gigabyte image pulls are now the EKS cold-start problem
The New Stack walks through why container image pull time has become a first-class bottleneck on Amazon EKS, driven by machine-learning workloads that ship in much larger images than a typical application. Pull latency is now something CI/CD and platform teams have to design for, not wait out.
Aug 12, 2026 · Maya Okonkwo