Use images
How to browse, filter, and select images when creating an instance, including OCI application images and architecture selection.
You pick an image as part of creating an instance. This page covers browsing and filtering the image selector, choosing between container and VM images, selecting an architecture, and using OCI application images. For the full creation flow, see Create an instance.
Browse images
- Go to Instances → Create instance.
- Under
Base Image, click Browse images. - The
Select base imagedialog opens. It merges your project's local images with the public image catalog into one list. - Click a row (or its Select button) to choose the image.
Each row shows the image's Distribution, Release, Variant, Type, Alias, Source, and Status:
| Column | Meaning |
|---|---|
Type | container, virtual-machine, or all (usable for both) |
Source | Where the image comes from: the public catalog, or a local/custom image in your project |
Status | Cached (already downloaded to your deployment) or Remote (downloaded on first use) |
The public catalog is deployment-dependent: air-gapped deployments may not reach it, in which case only your project's local images are listed. If the list looks incomplete, ask your administrator.
Filter the list
The dialog offers a search box and filters:
- Search — matches alias, distribution, release, and architecture.
- Distribution and Release — pick a distribution first; the release filter then lists that distribution's releases.
- Variant — for example
default,cloud, ordesktop. Cloud variants ship with cloud-init preinstalled, which you need for cloud-init customization. - Architecture — defaults to
amd64; only architectures your deployment supports are offered. - Type —
Any,Container, orVM. - Show only cached images — hides remote catalog entries and shows only images already present locally.
Container vs VM images
The image you choose determines which instance types you can create:
- Container-only images are hidden when you filter for VMs, and vice versa.
- Some images support only one type — desktop variants, for example, are VM-only. Selecting such an image locks the
Instance typefield on the create form. - Images marked
allcan create either type; pickContainerorVMon the create form.
Cached remote images are downloaded once and reused; the first instance from a Remote image takes longer to create while the image downloads. Downloaded images then appear on your project's Images page.
Use a specific architecture
Set the Architecture filter in the selector to the target architecture before choosing an image. The instance is created for that architecture; it must be one your deployment supports (the filter only lists supported values).
Use an OCI application image
To run an application container directly from an OCI registry:
- Go to Instances → Create instance.
- Under
Base Image, click Use OCI. - Enter the
RegistryURL and theImagename. - Continue with the normal create flow.
The result is an application container, shown as type Container (App) in the instance list.
Launch from a project image
You can also start from an image you already have: go to Images, find the image, and click its Create instance action. The create form opens with that image preselected.