https://github.com/jessestuart/vagrant-builder
Automated CentOS 7-based Docker image with Vagrant preinstalled. Test ya' CI builds in a jiffy.
https://github.com/jessestuart/vagrant-builder
ci continuous-integration devbox development-environment docker vagrant
Last synced: 3 months ago
JSON representation
Automated CentOS 7-based Docker image with Vagrant preinstalled. Test ya' CI builds in a jiffy.
- Host: GitHub
- URL: https://github.com/jessestuart/vagrant-builder
- Owner: jessestuart
- Created: 2017-12-21T03:15:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T04:03:09.000Z (about 7 years ago)
- Last Synced: 2025-03-12T23:33:53.755Z (4 months ago)
- Topics: ci, continuous-integration, devbox, development-environment, docker, vagrant
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vagrant Builder
[![CircleCI][circleci-badge]][circleci-url]Builds a CentOS 7-based (amd64) image with Vagrant and related dependencies
preinstalled. Comes in handy as a base image in CI environments — especially
Docker-native CI's like CircleCI, Drone, Concourse, etc. — in order to validate
e.g., whether a given Vagrant configuration succeeds in provisioning a Vagrant
box. Also works great for quickly testing Ansible playbooks in an sandboxed
environment.#### Prior Art
Partially adapted from [Patrick Double's excellent post][op-post] on the _Object
Partners_ Blog in August 2017.[circleci-badge]: https://circleci.com/gh/jessestuart/vagrant-build-base.svg?style=shield
[circleci-url]: https://circleci.com/gh/jessestuart/vagrant-build-base
[op-post]: https://objectpartners.com/2017/08/03/test-vagrant-boxes-using-docker/