cr.root.io and tags mirror Docker Hub exactly.
Registry URL Structure
Root images follow this pattern:
The only change is the registry prefix. Tags, entrypoints, environment variables, and behavior are identical to Docker Hub.
Tagging Conventions
Root Image Catalog preserves Docker Hub tag conventions exactly:- Version tags -
python:3.12,node:20,nginx:1.25- track the same upstream release - Variant tags -
-slim,-alpine,-bookworm- same variant as Docker Hub - Major tags -
python:3,node:20- updated when the latest patch-level is updated latest- tracks the current default upstream image
Pulling with Docker
Authenticate first:--platform is recommended when running the mirror script on macOS or ARM hosts to avoid pulling the wrong variant.
Verify the pull: