Registry Access
Base URL: registry.dev.alpscale.io
Image Format: registry.dev.alpscale.io/<product>/<image>:<tag>
All images are signed and verified. Authentication is required for pull access.
Available Products
| Product | Namespace | Image | Description |
|---|
Contact support to request access to specific products.
Release Channels
Release
ProductionStable, production-ready images. These images have passed all testing stages and are recommended for production environments.
:release or :v1.2.3
Staging
TestingPre-release images for testing. Use these to validate upcoming releases before they reach production.
:staging or :rc-1.2.3
Usage Instructions
Login to Registry
docker login registry.dev.alpscale.io
Pull an Image
docker pull registry.dev.alpscale.io/<product>/<image>:<tag>
List Tags
# Using curl with authentication
curl -u "username:password" \
https://registry.dev.alpscale.io/v2/<product>/<image>/tags/list
Login to Registry
podman login registry.dev.alpscale.io
Pull an Image
podman pull registry.dev.alpscale.io/<product>/<image>:<tag>
List Local Images
podman images registry.dev.alpscale.io/*
Login to Registry
helm registry login registry.dev.alpscale.io
Add Helm Repository
helm repo add alpscale \
https://registry.dev.alpscale.io/chartrepo/<project> \
--username <username> --password <password>
helm repo update
Search Charts
helm search repo alpscale
Pull Chart
# OCI-based pull
helm pull oci://registry.dev.alpscale.io/<project>/<chart> --version <version>
# Repository-based pull
helm pull alpscale/<chart> --version <version>
Install Chart
# OCI-based install
helm install <release-name> \
oci://registry.dev.alpscale.io/<project>/<chart> \
--version <version>
# Repository-based install
helm install <release-name> alpscale/<chart> --version <version>
Show Chart Info
helm show all oci://registry.dev.alpscale.io/<project>/<chart> --version <version>
System Health
Checking...
Last updated: -