Registry guide

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

  1. Paste your docker.pkg.dev image reference.
  2. Export a TAR and download it.
  3. Automate with:
    Bearer token Authorization: Bearer <key>

Example

Export an Artifact Registry image

curl
curl -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

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.

Related guides