Skip to content

Instantly share code, notes, and snippets.

@f4rx
Created September 1, 2019 20:17
Show Gist options
  • Select an option

  • Save f4rx/fefba18cb0c6e047c98a7736461b9365 to your computer and use it in GitHub Desktop.

Select an option

Save f4rx/fefba18cb0c6e047c98a7736461b9365 to your computer and use it in GitHub Desktop.
Packer install

Важно использовать версию 1.4.2

Установка Packer под linux

wget https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_linux_amd64.zip
unzip packer_1.4.2_linux_amd64.zip
mkdir bin
mv packer ~/bin
export PATH=~/bin:$PATH
echo "PATH=$PATH" >> ~/.bashrc

Страница по загрузке Packer под другие дистрибутивы https://www.packer.io/downloads.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment