https://github.com/eviweb/devboxes
Set of Packer templates
https://github.com/eviweb/devboxes
Last synced: 8 months ago
JSON representation
Set of Packer templates
- Host: GitHub
- URL: https://github.com/eviweb/devboxes
- Owner: eviweb
- License: mit
- Created: 2016-03-24T12:36:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T13:03:13.000Z (about 10 years ago)
- Last Synced: 2025-01-19T21:46:17.989Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
DevBoxes
========
Set of [Packer](https://www.packer.io/) templates.
Requirements
------------
The `packer` command must first be installed on your machine as described [here](https://www.packer.io/docs/installation.html).
Build a boxe
------------
1. First clone this repository: `git clone https://github.com/eviweb/devboxes && cd devboxes`
2. From within the project directory, run: `packer build PACKER_FILE` where *PACKER_FILE* is one of the Packer templates.
Boxes
-----
### umini-1404
A frenchie ubuntu minimal box...
* **Vagrant provider**: libvirt
* **OS**: Ubuntu Trusty 14.04.4 LTS
* **Base ISO**: [minimal CD](http://archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/mini.iso)
* **Linux Kernel**: linux-signed-generic 3.13.0
* **Architecture**: amd64
* **Packages**:
* openssh-server
* curl
* unzip
* nfs-common
* **Locale**: fr_FR.UTF-8
* **Timezone**: Europe/Paris
* **RAM**: 512MB
* **HD size**: 8GB
* **Partition template**: LVM with separated _/home_
* **User/Password**: _vagrant/vagrant_
* **Root privileges**: yes _(sudo without password)_
* **Authorized_keys**: vagrant insecure public key
* **Packer template**: ubuntu-1404-amd64-mini-libvirt-fr.json
* **Build command**: `packer build ./ubuntu-1404-amd64-mini-libvirt-fr.json`
License
-------
This project is licensed under the terms of the [MIT License](/LICENSE)
> **Note**: this package is grandly inspired by [jakobadam/packer-qemu-templates](https://github.com/jakobadam/packer-qemu-templates.git)