---
title: "Moving from Minimus to Docker Hardened Images"
url: https://daily.dev/posts/moving-from-minimus-to-docker-hardened-images-192ripfs6
source_url: https://www.docker.com/blog/moving-from-minimus-to-docker-hardened-images
type: article
source: "Docker"
published: 2026-08-25T22:28:41.093Z
updated: 2026-08-25T23:18:41.358Z
tags: ["security", "docker", "containers"]
reading_time: 3
upvotes: 5
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Moving from Minimus to Docker Hardened Images

**[Docker](https://daily.dev/sources/docker)** · 3 min read · 5 upvotes · 1 comments

## Summary

Minimus is shutting down its hardened container image registry, with a 60-day maintenance window ending October 22, 2026, after which images stop receiving updates and unpatched CVEs accumulate. Docker is offering free migration assistance to affected Minimus customers, positioning Docker Hardened Images (DHI) as a drop-in replacement compatible with Alpine and Debian Dockerfiles. Docker outlines its migration guide, checklist, worked examples, and an AI assistant (Gordon) to help with the swap, while touting DHI's 4,000+ image catalog, near-zero CVEs, SBOMs, SLSA Build Level 3 provenance, and cryptographic signatures.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.docker.com/blog/moving-from-minimus-to-docker-hardened-images>

## Questions this post answers

### When does the Minimus container image registry shut down and what happens to images after that?

The Minimus registry goes offline on October 22, 2026, following a 60-day maintenance window during which images still receive upstream updates. Images already pulled will keep running after that date, but no further updates will ship and any new CVE discovered afterward stays unpatched, so teams running Minimus images in production need a migration plan before then.

_Track migration deadlines like this one and plan container upgrades ahead of time on daily.dev._

### How do I migrate from Minimus images to Docker Hardened Images?

Migration is largely a drop-in swap rather than a rebuild, since for most services the only change needed is updating the FROM line in the Dockerfile, because Docker Hardened Images are compatible with Alpine and Debian. Docker provides a migration guide, a checklist to track each image through the swap and verification, worked examples, and an AI assistant called Gordon that runs the first migration pass.

_Developers evaluating container base image migrations can follow ongoing coverage on daily.dev._

### What security guarantees do Docker Hardened Images provide compared to standard public images?

Docker Hardened Images ship with near-zero CVEs, full unsuppressed CVE visibility, a complete SBOM, SLSA Build Level 3 provenance, and cryptographic signatures. Teams moving from standard public images see up to 95% CVE reduction and up to 90% attack-surface reduction, with paid tiers adding SLA-backed remediation, FIPS and STIG variants, and up to five years of coverage past end of life.

_Compare hardened image options and container security trade-offs by following updates on daily.dev._

## Community discussion

Top comments from developers on daily.dev.

**@pdfopsdev** · 0 upvotes

> the 'just swap the FROM line' framing undersells it every time. Last base image swap I did broke a native binary because glibc vs musl assumptions were baked into three Dockerfiles down the chain. worth the free migration email just to catch that stuff before prod does.

## Similar posts on daily.dev

- [Minimus Makes Hardened Container Images Freely Available to All Developers](https://daily.dev/posts/minimus-makes-hardened-container-images-freely-available-to-all-developers-0jwwguhlz) · Cloud Native Now · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#docker](https://daily.dev/tags/docker), [#containers](https://daily.dev/tags/containers)

[View this post on daily.dev](https://daily.dev/posts/moving-from-minimus-to-docker-hardened-images-192ripfs6)
