gns3-registry/packer/alpine-linux-virt
2023-10-15 01:11:40 +02:00
..
files Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
.gitignore Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
alpine.json Update Alpine Linux (Virt) to 3.18.4 2023-10-15 01:11:40 +02:00
macos.json Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
README.md Update Alpine Linux (Virt) to 3.18.4 2023-10-15 01:11:40 +02:00

Packer for Alpine (Virt) GNS3 appliance

This is the bare version of Alpine Linux installed from iso, no extra package added. From v3.18.4, the image file goes from 100MB to 200MB, and is using qcow2 format to allow compression.

Build in 1m14s on macOS Monterey.

Linux (tested)

packer build alpine.json

Uses kvm QEMU accelerator.

macOS (tested)

packer build -var-file macos.json alpine.json

Uses hvf QEMU accelerator. Packer will fail on macOS without hvf (timing issue).

See: