File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ Vagrant.configure("2") do |config|
3535 rm -f go1.14.3.linux-amd64.tar.gz
3636 fi
3737
38- # Install nomad-1.0.2
38+ # Install nomad-1.1.0
3939 if [ ! -f "/usr/bin/nomad" ]; then
40- wget --quiet https://releases.hashicorp.com/nomad/1.0.2 /nomad_1.0.2_linux_amd64 .zip
41- unzip nomad_1.0.2_linux_amd64 .zip -d /usr/bin
40+ wget --quiet https://releases.hashicorp.com/nomad/1.1.0 /nomad_1.1.0_linux_amd64 .zip
41+ unzip nomad_1.1.0_linux_amd64 .zip -d /usr/bin
4242 chmod +x /usr/bin/nomad
43- rm -f nomad_1.0.2_linux_amd64 .zip
43+ rm -f nomad_1.1.0_linux_amd64 .zip
4444 fi
4545
4646 # Install containerd-1.3.4
Original file line number Diff line number Diff line change 22
33set -eo pipefail
44
5- export NOMAD_VERSION=1.0.2
5+ export NOMAD_VERSION=1.1.0
66export CONTAINERD_VERSION=1.3.4
77export PATH=$PATH :/usr/local/go/bin
88export PATH=$PATH :/usr/local/bin
144144 sudo chmod +x /usr/local/go
145145 rm -f go${GO_VERSION} .linux-amd64.tar.gz
146146
147- # Install nomad 1.0.2
147+ # Install nomad 1.1.0
148148 curl -L -o nomad_${NOMAD_VERSION} _linux_amd64.zip https://releases.hashicorp.com/nomad/${NOMAD_VERSION} /nomad_${NOMAD_VERSION} _linux_amd64.zip
149149 sudo unzip -d /usr/local/bin nomad_${NOMAD_VERSION} _linux_amd64.zip
150150 sudo chmod +x /usr/local/bin/nomad
You can’t perform that action at this time.
0 commit comments