Download Images from Amazon ECR
Export public ECR images from any OS in the browser (Windows, macOS, Linux, ChromeOS, mobile) and move TAR files to USB or offline hosts.
Base URL
https://containerdl.com
ECR export ready
Public ECR images
Use public.ecr.aws/namespace/image:tag references.
USB and offline transfer
Export to TAR or ZIP, then copy to USB or air-gapped servers.
No local tooling
Works in any browser on Windows, macOS, Linux, or mobile without Docker Desktop.
How it works
-
Paste your public.ecr.aws image reference.
-
Export a TAR or bundle multiple images.
-
Automate with:Bearer token
Authorization: Bearer <key>
Example
Export an Amazon ECR image
curlcurl -X POST https://containerdl.com/v1/exports \
-H "Content-Type: application/json" \
-H "Authorization: Bearer cdl_live_xxx" \
-d '{"image":"public.ecr.aws/amazonlinux/amazonlinux:latest"}'
- Public ECR images work instantly.
- Private registry auth is supported only for GHCR and Docker Hub today.
Common use cases
- USB transfers to offline servers.
- Security scans without Docker Desktop.
- Windows machines without WSL.
- Team distribution of base images.
FAQs
What is the public ECR image format?
Use public.ecr.aws/alias/repository:tag references.
Do you support private ECR?
No. Private registry auth is supported only for GHCR and Docker Hub today.
Do you store credentials?
No. Credentials are never stored or logged.