Documentation Index
Fetch the complete documentation index at: https://docs.polystack.tech/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Pre-built cloud images are official distribution releases packaged for virtual machine deployment. Each image includes cloud-init for first-boot customization, SSH server access, and storage drivers optimized for virtual environments. Use these images as the starting point for new instances rather than installing an operating system from scratch.Prerequisites
- An active Polystack account with appropriate permissions
- Access to the Polystack Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
Available Images
All images listed below require cloud-init to function
correctly in Polystack. Images without cloud-init will not receive SSH keys, hostname
assignments, or network configuration on launch.
| Distribution | Download URL | Format | Default User |
|---|---|---|---|
| Ubuntu 24.04 LTS | cloud-images.ubuntu.com | QCOW2 | ubuntu |
| Ubuntu 22.04 LTS | cloud-images.ubuntu.com | QCOW2 | ubuntu |
| CentOS Stream 9 | cloud.centos.org | QCOW2 | cloud-user |
| AlmaLinux 9 | repo.almalinux.org | QCOW2 | almalinux |
| Rocky Linux 9 | dl.rockylinux.org | QCOW2 | rocky |
| Debian 12 | cloud.debian.org | QCOW2 | debian |
| Fedora 41 | fedoraproject.org | QCOW2 | fedora |
| CirrOS 0.6.2 | download.cirros-cloud.net | QCOW2 | cirros / pass: gocubsgo |
| Windows Server and Windows Desktop | Prepare from licensed installation media or evaluation media | VHD / QCOW2 | Administrator |
Polystack supports Windows Server and Windows desktop images when they are prepared
for virtualization with Cloudbase-Init and the required VirtIO drivers. Common
versions include Windows Server 2016, 2019, 2022, and 2025, plus Windows 10 and
Windows 11 desktop images. Use your organization’s licensed media or approved
evaluation media, convert the disk to the required image format, and upload it as a
Windows image.
Download and Upload an Image
- Dashboard
- CLI
Configure the image record
| Field | Recommended Value |
|---|---|
| Name | ubuntu-24.04-lts |
| Upload Type | File URL (for web download) or Upload File (for local upload) |
| File URL | Paste the download URL from the table above |
| Disk Format | QCOW2 |
| OS | Select the matching distribution (e.g., Ubuntu) |
| OS Version | 24.04 |
| OS Admin | root (Linux) or Administrator (Windows) |
| Min System Disk (GiB) | 10 for most Linux images; 40 for Windows |
| Min Memory (GiB) | 1 for Linux; 2 for Windows |
Validation
Confirm the uploaded image is registered and ready before launching instances.- Dashboard
- CLI
Navigate to Compute > Images. Locate the image by name and verify:
- Status: Active (green indicator)
- Format: Matches the selected disk format
- Size: Matches the expected download size
Image shows Active status and is selectable when launching a new instance.
Next Steps
Image Requirements
Understand what makes an image compatible with Polystack Compute.
Upload an Image
Upload images from local files or import via web URL.
Convert Formats
Convert VMDK, VHD, or RAW images to QCOW2 before uploading.
Image Properties
Set OS metadata, hardware requirements, and scheduler hints.
