- Overview
- Users
- Managing Models and Releases
- Uploading Artifacts
- Creating a Model
- Completing the Model
- Creating a Release
- Uploading Files
- Uploading Images
- Using a Model
- Requesting Access
- Personal Access Tokens
- Using a Pushed Docker Image
- Downloading files
- Reviews
- Reviewing Releases and Access Requests
- Reviewing a Release
- Reviewing an Access Request
- Reviewed Releases and Access Requests
- Releases
- Access Requests
- Programmatically using Bailo
- Authentication
- Open API
- Webhooks
- Python Client
- Administration
- Getting Started
- App Configuration
- Microservices
- File Scanners
- Helm
- Basic Usage
- Configuration
- Isolated Environments
- Schema
- Create a Schema
- Upload a Schema
- Migrations
- Bailo v0.4
- Bailo v2.0
- DataBase Scripts
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.
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
- When prompted for a password, use the
- 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.
Accessing an image
Images attached to a release are listed in the Releases tab.
You can pull an image using:
docker pull <imagePath>
Copyright © Crown Copyright 2026.
