Skip to main content

Operating System Images

Pre-configured operating system images used to create and deploy virtual machines.

An operating system (OS) image is a pre-configured representation of an operating system used for creating and deploying virtual machines (VMs). It includes all the necessary files, configurations, and settings needed to run the operating system in a virtualized environment. These OS images contain a fully installed and configured operating system, including system libraries, application software, and system settings essential for the functionality and performance of the virtual machine. By using OS images, administrators can quickly and consistently deploy multiple instances of virtual machines, ensuring uniformity and reducing the time required for installation and setup. Choose from our range of images, including those pre-installed with NVIDIA drivers and the CUDA toolkit, compatible with our GPU offerings.

Images Offered by Hyperstack

To select an Ubuntu image for a new virtual machine, simply choose your desired image from the dropdown menu in the "Choose an image" section of the "Deploy Virtual Machine” page. Explore details about each Ubuntu image provided by Hyperstack below.

Use the List Images API to get the latest and complete list of all images offered by Hyperstack.

Legacy image compatibility

Virtual machines and clusters that were previously created using older image versions (for example, Server 20.04) will continue to operate normally. These resources can still be hibernated and restored without issue. However, older images are no longer offered for new deployments, and we strongly recommend upgrading to one of the currently supported OS versions listed below to benefit from ongoing security updates, improved performance, and the latest platform features.

Driver/CUDA Pre-installed Images

These images come pre-configured with NVIDIA drivers and the CUDA toolkit, optimized for GPU workloads right out of the box. They are available with or without Docker support.

R535 Images

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on ImageRegions
Server 22.04 LTS R535 CUDA 12.2Ubuntu Server 22.04 LTS R535 CUDA 12.2Ubuntu 22.04R53512.25.15 (GA)6.5 (HWE)CANADA-1, NORWAY-1, US-1
Server 22.04 LTS R535 CUDA 12.2 with DockerUbuntu Server 22.04 LTS R535 CUDA 12.2 with DockerUbuntu 22.04R53512.25.15 (GA)6.5 (HWE)CANADA-1, NORWAY-1, US-1

R550 Images

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on ImageRegions
Server 22.04 LTS R550 CUDA 12.4Ubuntu Server 22.04 LTS R550 CUDA 12.4Ubuntu 22.04R55012.45.15 (GA)6.8 (HWE)CANADA-1, NORWAY-1, US-1
Server 22.04 LTS R550 CUDA 12.4 with DockerUbuntu Server 22.04 LTS R550 CUDA 12.4 with DockerUbuntu 22.04R55012.45.15 (GA)6.8 (HWE)CANADA-1, NORWAY-1, US-1

R570 Images

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on ImageRegions
Server 22.04 LTS R570 CUDA 12.8Ubuntu Server 22.04 LTS R570 CUDA 12.8Ubuntu 22.04R57012.85.15 (GA)6.9 (HWE)CANADA-1, NORWAY-1, US-1
Server 22.04 LTS R570 CUDA 12.8 with DockerUbuntu Server 22.04 LTS R570 CUDA 12.8 with DockerUbuntu 22.04R57012.85.15 (GA)6.9 (HWE)CANADA-1, NORWAY-1, US-1
Server 24.04 LTS R570 CUDA 12.8Ubuntu Server 24.04 LTS R570 CUDA 12.8Ubuntu 24.04R57012.86.8 (GA)6.8 (GA)CANADA-1, NORWAY-1, US-1
Server 24.04 LTS R570 CUDA 12.8 with DockerUbuntu Server 24.04 LTS R570 CUDA 12.8 with DockerUbuntu 24.04R57012.86.8 (GA)6.8 (GA)CANADA-1, NORWAY-1, US-1

Vanilla Images (No Driver/CUDA Installed)

These images are minimal Ubuntu installations without NVIDIA drivers or CUDA, suitable for standard Linux workloads or custom installations. They are ideal for CPU-based tasks or user-managed GPU installations.

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on ImageRegions
Server 22.04 LTSUbuntu Server 22.04 LTS (Jammy Jellyfish)Ubuntu 22.04Not installedNot installed5.15 (GA)6.8 (HWE)CANADA-1, NORWAY-1, US-1
Server 24.04 LTSUbuntu Server 24.04 LTS (Noble Numbat)Ubuntu 24.04Not installedNot installed6.8 (GA)6.8 (GA)CANADA-1, NORWAY-1, US-1

AlmaLinux and Debian Images

These plain images do not include GPU drivers or CUDA and are ideal for lightweight or general-purpose workloads.

Hyperstack Image NameAPI Image NameDistributionVersionSizeRegions
AlmaLinux 9 PlainAlmaLinux 9 PlainAlmaLinux9 Plain1.46 GiBCANADA-1, NORWAY-1, US-1
Debian 12 PlainDebian 12 PlainDebian12 Plain1.92 GiBCANADA-1, NORWAY-1, US-1

Kubernetes Compatible Images

The image listed below is compatible for deploying Kubernetes clusters in Hyperstack. Kubernetes-compatible images are marked with the k8s label, which is visible in the Hyperstack UI and returned by the List Images API.

Hyperstack Image NameAPI Image NameDistributionNVIDIA DriverCUDA ToolkitShipped With Kernel VersionKernel Version Installed on ImageRegions
Server 22.04 LTS R535 CUDA 12.2Ubuntu Server 22.04 LTS R535 CUDA 12.2Ubuntu 22.04R53512.25.15 (GA)6.5 (HWE)CANADA-1, NORWAY-1, US-1

Image and Flavor Compatibility for VM Deployment

To help guide successful VM deployments and improve performance outcomes, Hyperstack checks for known compatibility issues between selected images and flavors before launch. When a selected image is paired with a flavor that may lead to suboptimal performance or is explicitly unsupported, an alert is displayed on the Virtual Machine Deployment page.

  • Compatibility Warning: Indicates potential for reduced performance. Deployment is allowed, and an alert is shown.
  • Incompatible Selection: The image and flavor combination is blocked. Deployment is prevented, and an alert is shown informing the user to select another compatible flavor.
Image and Flavor Compatibility via API

To programmatically check whether an image can be used with a particular flavor, call the List Images API. The image response includes a flavor_restrictions object, which lists any restrictions for each image.


Back to top