gns3-registry/packer/alpine-linux/README.rst
Gianluca Merlo e27dd3302c packer/alpine-linux: remove iso_checksum_type and packer version requirement
Even in packer 1.5.6, the checksum validation works fine without explicitly
specifing the checksum type, probably using the go-getter length-based
autodetection mentioned in the docs. As such, specifying iso_checksum_type only
prevents building in packer >=1.6.0.
2022-11-21 23:51:01 +01:00

556 B

Packer for Alpine GNS3 appliance

For building an Alpine appliance.

https://alpinelinux.org/

Alpine CLI installation

The only added packages are:

  • busybox-extras
  • nano
packer build alpine.json

FRR

A build of Alpine with FRRouting preinstalled.

packer build -var-file=frr.json alpine.json

Alpine GUI installation

The GUI version has XFCE4 installed.

packer build -var-file=gui.json alpine.json