Commit cfaba771 authored by Łukasz Nowak's avatar Łukasz Nowak

packer: Point to newer version

parent e5681ab8
...@@ -14,8 +14,8 @@ How to build one VM? ...@@ -14,8 +14,8 @@ How to build one VM?
mkdir /opt/packer/ mkdir /opt/packer/
cd /opt/packer/ cd /opt/packer/
wget https://releases.hashicorp.com/packer/0.10.1/packer_0.10.1_linux_amd64.zip wget https://releases.hashicorp.com/packer/1.7.3/packer_1.7.3_linux_amd64.zip
unzip packer_0.10.1_linux_amd64.zip unzip packer_1.7.3_linux_amd64.zip
2) Building one VM (example):: 2) Building one VM (example)::
......
...@@ -12,8 +12,8 @@ How to build VM with differents images size? ...@@ -12,8 +12,8 @@ How to build VM with differents images size?
mkdir /opt/packer/ mkdir /opt/packer/
cd /opt/packer/ cd /opt/packer/
wget https://releases.hashicorp.com/packer/0.10.1/packer_0.10.1_linux_amd64.zip wget https://releases.hashicorp.com/packer/1.7.3/packer_1.7.3_linux_amd64.zip
unzip packer_0.10.1_linux_amd64.zip unzip packer_1.7.3_linux_amd64.zip
2) Check and install qemu 2) Check and install qemu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment