When I initialize Vagrant, I can succeed vagrant init hashicorp/bionic64 and vagrant init hashicorp/precise64.
I found some Vagrant tutorials online is using either hashicorp/bionic64 or hashicorp/precise64.
What is the difference between hashicorp/precise64 and hashicorp/bionic64?
I only found these info:
- https://app.vagrantup.com/hashicorp/boxes/bionic64
- https://app.vagrantup.com/hashicorp/boxes/precise64
So
- hashicorp/precise64 v1.1.0 is created almost 8 years ago.
- hashicorp/bionic64 v1.0.282 is created over 2 years ago.
Is hashicorp/bionic64 just a new version of hashicorp/precise64? Feel there would be something else difference.
Thanks!
>Solution :
The Ubuntu operating system uses alliterative animal names for each of its major releases. "Precise Pangolin" is the name for Ubuntu 12.04 and "Bionic Beaver" is the name for Ubuntu 18.04.
hashicorp/precise64 is an Ubuntu 12.04 64-bit operating system, and hashicorp/bionic64 is an Ubuntu 18.04 64-bit operating system.