mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-01-07 14:33:08 -06:00
Bump vagrant version and update README (#1321)
Update to the latest vagrant release and adjust README to align for latest changes for the docker container.
This commit is contained in:
parent
1f51841678
commit
4feb0424cd
@ -1,5 +1,5 @@
|
||||
# syntax = docker/dockerfile:1.0-experimental
|
||||
ARG VAGRANT_VERSION=2.2.10
|
||||
ARG VAGRANT_VERSION=2.2.16
|
||||
|
||||
|
||||
FROM ubuntu:bionic as base
|
||||
|
10
README.md
10
README.md
@ -114,11 +114,19 @@ Note the default image contains the full toolchain required to build and install
|
||||
and it's dependencies. There is also a smaller image published with the `-slim` suffix if you
|
||||
just need vagrant-libvirt and don't need to install any additional plugins for your environment.
|
||||
|
||||
To get the image:
|
||||
To get the image with the most recent release:
|
||||
```bash
|
||||
docker pull vagrantlibvirt/vagrant-libvirt:latest
|
||||
```
|
||||
|
||||
---
|
||||
**Note** If you want the very latest code you can use the `edge` tag instead.
|
||||
|
||||
```bash
|
||||
docker pull vagrantlibvirt/vagrant-libvirt:edge
|
||||
```
|
||||
---
|
||||
|
||||
Preparing the docker run, only once:
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user