Logo

Model Images

Pushing a Docker image

Docker images can be pushed to the Bailo registry and associated with a specific model. These images can later be used in model releases.

model registry tab with push image button circled

The process is:

  • Create a token in the UI to obtain Docker credentials
  • Run docker login <registryAddress> -u <accessKey>
    • When prompted for a password, use the secretKey
  • Tag the image: docker tag <image> <registryAddress>/<modelId>/<imageName>:<tag>
  • Push the image: docker push <registryAddress>/<modelId>/<imageName>:<tag>

Using a image in a release

After pushing an image, it becomes selectable when drafting a release. Choose the image from the dropdown in the release creation form.

image dropdown displaying model-assigned images for use in a release

Accessing an image

Images attached to a release are listed in the Releases tab.

release in releases tab with attached docker images

You can pull an image using:

docker pull <imagePath>


Copyright © Crown Copyright 2026.