Registry Access

Base URL: registry.alpscale.io

Image Format: registry.alpscale.io/<project>/<image>:<tag>

Each customer receives a dedicated project with customer-specific image versions. Contact support to request access credentials for your project.

Projects & Images

Images are organized into projects. Each project contains a set of container images tailored for a specific deployment or customer.

Versioning

Semantic Versioning

v1.2.3

All images follow semantic versioning. Production deployments should pin to specific version tags.

:v1.0.0

Latest

Development

The :latest tag points to the most recent build. Use for development and testing only.

:latest

Quick Start

Login

docker login registry.alpscale.io

Pull Image

docker pull registry.alpscale.io/<project>/<image>:<tag>

Example

docker pull registry.alpscale.io/alp-connex/alp-connex-mqtt:v1.0.0

Login

podman login registry.alpscale.io

Pull Image

podman pull registry.alpscale.io/<project>/<image>:<tag>

Example

podman pull registry.alpscale.io/alp-connex/alp-connex-iec104:v1.0.0

Login

helm registry login registry.alpscale.io

Pull Chart (OCI)

helm pull oci://registry.alpscale.io/<project>/<chart> --version <version>

Install Chart

helm install <release> oci://registry.alpscale.io/<project>/<chart> --version <version>

Registry Status

Checking...

Last updated: -