Skip to content

Instantly share code, notes, and snippets.

@pmdroid
Created March 22, 2026 00:15
Show Gist options
  • Select an option

  • Save pmdroid/497a349980ad6849ccfcf2c796d349b6 to your computer and use it in GitHub Desktop.

Select an option

Save pmdroid/497a349980ad6849ccfcf2c796d349b6 to your computer and use it in GitHub Desktop.
repo.json
{
"name": "VirtUI Official",
"version": 1,
"images": [
{
"slug": "alpine-3.21-arm64",
"name": "Alpine Linux 3.21",
"description": "Lightweight virtual ISO for ARM64 (~75 MB)",
"imageType": "iso",
"arch": "arm64",
"version": "3.21.3",
"downloadUrl": "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/aarch64/alpine-virt-3.21.3-aarch64.iso",
"sizeBytes": 79204352
},
{
"slug": "alpine-3.21-x86",
"name": "Alpine Linux 3.21",
"description": "Lightweight virtual ISO for x86_64 (~63 MB)",
"imageType": "iso",
"arch": "x86",
"version": "3.21.3",
"downloadUrl": "https://dl-cdn.alpinelinux.org/alpine/v3.21/releases/x86_64/alpine-virt-3.21.3-x86_64.iso",
"sizeBytes": 66060288
},
{
"slug": "ubuntu-24.04-arm64",
"name": "Ubuntu 24.04 LTS",
"description": "Minimal cloud image for ARM64",
"imageType": "cloud-image",
"arch": "arm64",
"version": "24.04",
"downloadUrl": "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img",
"sizeBytes": 624435712
},
{
"slug": "ubuntu-24.04-amd64",
"name": "Ubuntu 24.04 LTS",
"description": "Minimal cloud image for x86_64",
"imageType": "cloud-image",
"arch": "x86",
"version": "24.04",
"downloadUrl": "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img",
"sizeBytes": 629380096
},
{
"slug": "debian-12-arm64",
"name": "Debian 12 Bookworm",
"description": "Generic cloud image for ARM64",
"imageType": "cloud-image",
"arch": "arm64",
"version": "12",
"downloadUrl": "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-arm64.qcow2",
"sizeBytes": 434186752
},
{
"slug": "debian-12-amd64",
"name": "Debian 12 Bookworm",
"description": "Generic cloud image for x86_64",
"imageType": "cloud-image",
"arch": "x86",
"version": "12",
"downloadUrl": "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2",
"sizeBytes": 444783616
},
{
"slug": "fedora-42-arm64",
"name": "Fedora 42 Cloud",
"description": "Cloud base image for ARM64",
"imageType": "cloud-image",
"arch": "arm64",
"version": "42",
"downloadUrl": "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/aarch64/images/Fedora-Cloud-Base-Generic-42-1.1.aarch64.qcow2",
"sizeBytes": 533069824
},
{
"slug": "fedora-42-amd64",
"name": "Fedora 42 Cloud",
"description": "Cloud base image for x86_64",
"imageType": "cloud-image",
"arch": "x86",
"version": "42",
"downloadUrl": "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2",
"sizeBytes": 532217856
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment