Download Images from Google Artifact Registry
Export Artifact Registry images from any OS in the browser (Windows, macOS, Linux, ChromeOS, mobile). Ideal for offline or USB transfers.
Base URL
https://containerdl.com
Artifact Registry export ready
Public Artifact Registry images
Use docker.pkg.dev/project/repo/image:tag references.
USB and offline transfer
Export TAR files and move them to isolated networks.
No Docker required
Use any browser on Windows, macOS, Linux, or mobile without Docker Desktop.
How it works
-
Paste your docker.pkg.dev image reference.
-
Export a TAR and download it.
-
Automate with:Bearer token
Authorization: Bearer <key>
Example
Export an Artifact Registry image
curlcurl -X POST https://containerdl.com/v1/exports \
-H "Content-Type: application/json" \
-H "Authorization: Bearer cdl_live_xxx" \
-d '{"image":"us-docker.pkg.dev/project/repo/image:tag"}'
- Public Artifact Registry images work instantly.
- Private registry auth is supported only for GHCR and Docker Hub today.
Common use cases
- Offline transfer to USB or air-gapped servers.
- Container scans without Docker installed.
- Preparing Artifact Registry images for offline clusters.
- Sharing base images across teams.
FAQs
Is Artifact Registry the replacement for GCR?
Yes. Artifact Registry is the successor and uses docker.pkg.dev domains.
Do you support private Artifact Registry?
No. Private registry auth is supported only for GHCR and Docker Hub today.
Do you store credentials?
No. Credentials are never stored or logged.