Browse Source

Vagrant: note EOL for various versions of Ubuntu

c415-sdk
Peter Barker 4 years ago committed by Peter Barker
parent
commit
0f4d1cec54
  1. 6
      Vagrantfile

6
Vagrantfile vendored

@ -102,7 +102,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -102,7 +102,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
# 18.04 LTS
# 18.04 LTS EOL April 2023
# Only kept around for those few dev's who have already got this image and continue to use it; not available for download
config.vm.define "bionic32", autostart: false do |bionic32|
bionic32.vm.box = "ubuntu/bionic32"
@ -112,7 +112,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -112,7 +112,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
# 18.04 LTS
# 18.04 LTS EOL April 2023
config.vm.define "bionic64", primary: true do |bionic64|
bionic64.vm.box = "ubuntu/bionic64"
bionic64.vm.provision :shell, path: "Tools/vagrant/initvagrant.sh"
@ -121,7 +121,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -121,7 +121,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
# 18.04 LTS
# 18.04 LTS EOL April 2023
config.vm.define "bionic64-desktop", primary: true do |bionic64|
bionic64.vm.box = "ubuntu/bionic64"
bionic64.vm.provision :shell, path: "Tools/vagrant/initvagrant-desktop.sh"

Loading…
Cancel
Save