AIARCOASC Docs

Images

Container image registry. Per-tenant private, automatic vulnerability scan.

What it is

Images is your private container registry. Push from any Docker-compatible client; pull from any Atlas pod, function or workspace with zero egress. Every push triggers a vulnerability scan; criticality summary appears in the dashboard and the API.

When to use it

  • Store your training and inference images close to compute.
  • Get a private image scan before deploy.
  • Sign images with cosign (optional).

Quickstart

asc images login
docker push registry.asc.aiarco.com/<project>/my-img:latest
asc images scans get my-img:latest
client.images.scans.get('my-img:latest')
await client.images.scans.get('my-img:latest');

Limits & quotas

LimitDefaultBurstNotes
Per GB-mo stored$0.05
Vulnerability scanEvery push

Pricing

See pricing. Pay-as-you-go, billed monthly via Stripe.

API surface

  • POST /v1/images/{name}/scan

Required scope(s): images:read, images:write. See Scopes.

Security

All access is authenticated and scoped. See Auth & scopes and Network controls.