gns3-registry/packer/alpine-linux
2022-12-23 01:27:21 +00:00
..
files Remove remaining Ostinato related packer files 2021-09-13 12:48:03 +02:00
scripts packer/alpine-linux: delete MOTD (and related terminal mode resetting) 2022-11-21 23:36:41 +01:00
.gitignore Update alpine packer, add GUI 2020-08-03 12:27:15 +02:00
alpine.json Update alpine linux to v 3.17 2022-12-23 01:27:21 +00: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 packer/alpine-linux: remove iso_checksum_type and packer version requirement 2022-11-21 23:51:01 +01:00

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