Alternative guide

An ORAS Pull Alternative for Container Images

ORAS is great for OCI artifacts, but not always installable. ContainerDL gives you a hosted way to export images.

Base URL https://containerdl.com

Why teams pick ContainerDL

No CLI install

Use a browser or API instead of installing ORAS.

Image exports

Download container images as TAR and share them easily.

Secure downloads

Private credentials are temporary and never stored.

How it works

  1. Enter an image reference in ContainerDL.
  2. Export and download the TAR.
  3. Automate with:
    Bearer token Authorization: Bearer <key>

Example

Export an image without a local CLI

curl
curl -X POST https://containerdl.com/v1/exports \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer cdl_live_xxx" \
  -d '{"image":"alpine:latest"}'
  • Use ContainerDL when installing ORAS is not possible.
  • For OCI artifacts beyond images, ORAS is still the right tool.

Common use cases

FAQs

Does this replace oras pull?

For container images, yes. For OCI artifacts and signatures, ORAS is still best.

Do I need docker login?

No for public images. Private access is supported for GHCR and Docker Hub on Light/Pro.

Is there an API?

Yes. API access is available on Light and Pro plans.

Related guides