gns3-registry/packer/alpine-linux
2022-11-21 23:36:41 +01:00
..
files Remove remaining Ostinato related packer files 2021-09-13 12:48:03 +02:00
scripts packer/alpine-linux: update install script for alpine 3.16 2022-11-21 23:36:41 +01:00
.gitignore Update alpine packer, add GUI 2020-08-03 12:27:15 +02:00
alpine.json packer/alpine-linux: update isos from 3.15.0 to 3.16.3 2022-11-21 23:35:56 +01:00
frr.json Reduce image size of FRR appliance 2020-08-06 11:57:05 +02:00
gui.json Add upload directory to packer/alpine, small restructuring 2020-08-12 14:38:43 +02:00
README.rst Remove Ostinato related packer files 2021-09-10 17:34:52 +05:30

Packer for Alpine GNS3 appliance

For building an Alpine appliance.

https://alpinelinux.org/

Packer Version Dependency

Packer versions 1.6.0 or later do not accept templates that use the iso_checksum_type attribute. To use these newer versions, you must delete the line containing iso_checksum_type from alpine.json.

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