Skip to content
Distr
Book Demo Start free trial Login

Customer Portal Artifact Registry

As an end customer, you will be given access to a Customer Portal by the software vendor. The portal provides access to the artifact registry for downloading software distributed by your vendor.

This guide walks you through using the registry from the Customer Portal.

Registry quickstart from the Customer Portal

Section titled “Registry quickstart from the Customer Portal”

A typical onboarding journey looks like this:

Navigate to Artifacts in the sidebar to browse the artifacts your vendor has made available to you:

Customer Portal artifacts page

Click on the artifact name to see details like available versions, creation date, and a download counter:

Artifact details view

3. Authenticate with a Personal Access Token

Section titled “3. Authenticate with a Personal Access Token”

Generate a Personal Access Token (PAT) in your Distr account and use it to log in:

Terminal window
echo "YOUR-ACCESS-TOKEN" | docker login registry.distr.sh:8585 --password-stdin -u -

Once authenticated, you can pull the artifacts using Docker, ORAS or Helm for example:

Terminal window
docker pull registry.distr.sh/slug/hello-world:1.0.0
oras pull registry.distr.sh/slug/vendor-artifact:1.0.0
helm pull registry.distr.sh/slug/vendor-helm-chart:1.0.0

Refer to the deployment instructions in your Customer Portal dashboard or coordinate directly with your vendor for specific deployment guidance.