Ruby + Vagrant in a container. Helpful for testing plugins/providers.
10K+
Useful for testing plugins against many vagrant versions. Contains ruby, vagrant, and jenkins user. See tags for vagrant versions. Example usage via Jenkins can be found here
docker build . --build-arg vagrant_version=1.9.2docker run \
-d \
-v $(pwd):/opt/vagrant-plugin \
myoung34/vagrant:1.9.1 \
/bin/bash -ex \
-c "cd /opt/vagrant-plugin; bundle install; bundle exec rspec"
Content type
Image
Digest
Size
422.8 MB
Last updated
over 9 years ago
docker pull myoung34/vagrant