Developer
Availability: AvailablePush images with short-lived tokens, no passwords
Your CI exchanges platform credentials at /v1/registry/token for a short-lived token scoped to your images, then pushes to registry.alawadi.cloud.
What you get
Short-lived push tokens
Your CI trades platform credentials at /v1/registry/token for a token scoped to your images.
Built for GitHub Actions
OIDC push keeps long-lived registry passwords out of your CI secrets entirely.
Manage images in the portal
List, inspect, and prune image tags from the dashboard, no terminal required.
Feeds Container Apps
Container Apps deploy the exact image your CI pushed, wired through GitHub Actions OIDC.
Private per tenant, live today
Your images live in a private per-tenant registry at registry.alawadi.cloud, running in production.
How it works
- 01
Connect from CI
Your GitHub Actions workflow requests a token at GET /v1/registry/token before it pushes.
- 02
Exchange for a scoped token
The platform trades your credentials for a short-lived bearer token scoped to your images.
- 03
Push, then deploy
CI pushes to registry.alawadi.cloud, and Container Apps deploy the new image.
Pricing
Each service uses its published meter against prepaid credit: provisioned time, storage, tokens, or another listed unit. Estimate any setup in the calculator.
Open the pricing calculator- Image storageList rate of 68 uUSD per GB-hour; storage is not yet metered or billed.
- $0.05 / GB-month
Questions
Do I run docker login with a password?
No. Your CI exchanges platform credentials at /v1/registry/token for a short-lived token, then pushes.
Where do my images live?
In your private per-tenant registry at registry.alawadi.cloud, live in production today.
How much does storage cost?
The list rate is $0.05 per GB-month. Storage is not yet metered or billed.
Can Container Apps deploy from this registry?
Yes. Container Apps pull the image your CI pushed, wired through GitHub Actions OIDC.
Related products
Deploy this in your first project.
Claim your $5 trial credit and go live today.