Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrywang/vagrantboxes
Handcrafted Arch Linux Vagrant base box with :heart:
https://github.com/terrywang/vagrantboxes
arch archlinux linux vagrant vagrantbox virtualbox
Last synced: about 1 month ago
JSON representation
Handcrafted Arch Linux Vagrant base box with :heart:
- Host: GitHub
- URL: https://github.com/terrywang/vagrantboxes
- Owner: terrywang
- Created: 2013-01-17T03:12:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T11:50:26.000Z (6 months ago)
- Last Synced: 2024-09-30T23:43:10.880Z (about 2 months ago)
- Topics: arch, archlinux, linux, vagrant, vagrantbox, virtualbox
- Language: Shell
- Homepage:
- Size: 226 KB
- Stars: 249
- Watchers: 7
- Forks: 29
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrantboxes
============**Handcrafted** Vagrant Base Boxes for [vagrantbox.es](http://vagrantbox.es).
# Distros
List of boxes currently maintained
- Arch Linux x86_64
- ~~Fedora 33 (to be added)~~
- ~~Oracle Linux 7.6 x86_64~~
- ~~Oracle Linux 6.9 x86_64~~
- ~~Oracle Linux 5.11 x86_64~~> The initial intention was to package my favourite `Arch Linux` virtual machine into Vagrant box form, to be used as building blocks, which can be easily thrown into development & testing scenarios, fit very well into `Ops` workflows & pipelines in a `burn after using` fashion.
>
> Over time, the curated practices has evolved into a collection of: 1. must-have (or good to have) packages 2. SysAdmin / Ops best practices and 3. important and/or notable changes for listed distrosVeewee definitions are in [`veewee/definitions`](https://github.com/terrywang/vagrantboxes/tree/master/veewee/definitions) to automate the building of Vagrant Base Boxes;-) Check its [README.md](https://github.com/terrywang/vagrantboxes/blob/master/veewee/README.md) for usage.
# Other sources of vagrant boxes
Additional list of places where you can get all sorts of vagrant base boxes for different purposes: development, testing, or even production.
- [**vagrantbox.es**](http://vagrantbox.es)
A List of vagrant base boxes. Initiated by Gareth Rushgrove `@garethr` hosted on Heroku using Nginx. See the story here: [**The Vagrantbox.es Story**](http://www.morethanseven.net/2012/07/01/The-vagrantbox.es-story/).
- [**Official Oracle Linux Vagrant Boxes**](https://yum.oracle.com/boxes)
Now that Oracle offers official Vagrant Boxes, why NOT?
- **Chef** [**bento**](https://github.com/chef/bento)
We all know what **bento** means in Japanese, right? In this case, they are **NOT** lunch boxes **BUT** handy base boxes (and packer templates) which can be used to test cookbooks or anything you want. Distributions included: Fedora, Ubuntu Server, Debian, CentOS and Amazon Linux.
- [**Ubuntu Cloud Images**](https://cloud-images.ubuntu.com)
It's been there since Jan, 2013. To get latest LTS, 18.04 bionic in this case, simply use the URL: [https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64-vagrant.box](https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64-vagrant.box)
> NOTE: OVA, Azure/Hyper-V VHD, VMware VMDK, KVM img, LXD images are also available for supported architectures.- [**Fedora Cloud Base Images for Vagrant**](https://alt.fedoraproject.org/cloud/)
Fedora Server (minimal install) base images for Vagrant. Available for VirtualBox and `libvirt/KVM`.
Have fun!