Skip to content

Releases: aracpac/aracpac-packer-builds

AracPac v2.2.0 boxes

13 Aug 23:35
Compare
Choose a tag to compare

Ubuntu 22.0.4.2 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu22/versions/2.2.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu22"
  config.vm.box_version = "<=2.2.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.2.0/ubuntu22/Vagrantfile.

CentOS Stream

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos9-stream/versions/2.2.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos9-stream"
  config.vm.box_version = "<=2.2.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.2.0/centos9-stream/Vagrantfile.

AracPac v2.1.0 boxes

06 Sep 01:37
Compare
Choose a tag to compare

Ubuntu 22.0.4.1 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu22/versions/2.1.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu22"
  config.vm.box_version = "<=2.1.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.1.0/ubuntu22/Vagrantfile.

CentOS Stream

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos9-stream/versions/2.1.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos9-stream"
  config.vm.box_version = "<=2.1.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.1.0/centos9-stream/Vagrantfile.

AracPac v2.0.0 boxes

03 Jun 15:31
Compare
Choose a tag to compare

Ubuntu 22.04 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu22/versions/2.0.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu22"
  config.vm.box_version = "<=2.0.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.0.0/ubuntu22/Vagrantfile.

CentOS Stream

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos9-stream/versions/2.0.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos9-stream"
  config.vm.box_version = "<=2.0.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v2.0.0/centos9-stream/Vagrantfile.

AracPac v1.4.1 boxes

23 Sep 05:20
Compare
Choose a tag to compare

Ubuntu 20.04.3 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.4.1.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "<=1.4.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.4.1/ubuntu20/Vagrantfile.

CentOS Stream

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos8-stream/versions/1.4.1.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos8-stream"
  config.vm.box_version = "<=1.4.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.4.1/centos8-stream/Vagrantfile.

AracPac v1.3.0 boxes

27 Jul 16:20
Compare
Choose a tag to compare

Ubuntu 20.04.2 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.3.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "<=1.3.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.3.0/ubuntu20/Vagrantfile.

Software summary

  • Linux 5.4.0-80-generic
  • Apache/2.4.41
  • mysql Ver 8.0.26-0ubuntu0.20.04.2
  • postgres (PostgreSQL) 13.3 (Ubuntu 13.3-1.pgdg20.04+1)
  • PHP 8.0.8 (cli) (built: Jul 1 2021 15:26:46)
  • Xdebug v3.0.4
  • varnish-6.6.1 revision e6a8c860944c4f6a7e1af9f40674ea78bbdcdc66

CentOS Stream

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos_stream/versions/1.3.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos_stream"
  config.vm.box_version = "<=1.3.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.3.0/centos_stream/Vagrantfile.

Software summary

  • Linux 4.18.0-315.el8.x86_64
  • Apache/2.4.37
  • mysql 15.1 Distrib 10.3.28-MariaDB
  • psql (PostgreSQL) 13.3
  • PHP 8.0.8 (cli) (built: Jun 29 2021 07:41:19)
  • Xdebug v3.0.4
  • varnish-6.6.1 revision e6a8c860944c4f6a7e1af9f40674ea78bbdcdc66

AracPac v1.2.0 boxes

21 Jun 16:28
Compare
Choose a tag to compare

Ubuntu 20.04.1 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.2.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "<=1.2.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.2.0/ubuntu20/Vagrantfile.

Software summary

  • Linux 5.4.0-74-generic
  • Apache/2.4.41
  • mysql Ver 8.0.25-0ubuntu0.20.04.1
  • PHP 8.0.7 (cli) (built: Jun 4 2021 21:26:10)
  • Xdebug v3.0.4
  • varnish-6.6.0 revision ef54768fc10f5b19556c7cf9866efc88cfbda8ff

CentOS Linux release 8.3.2011 (Core)

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.2.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos8"
  config.vm.box_version = "<=1.2.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.2.0/centos8/Vagrantfile.

Software summary

  • Linux 4.18.0-305.3.1.el8.x86_64
  • Apache/2.4.37
  • mysql Ver 15.1 Distrib 10.3.28-MariaDB
  • psql (PostgreSQL) 10.17
  • PHP 8.0.7 (cli) (built: Jun 1 2021 18:43:05)
  • Xdebug v3.0.4
  • varnish-6.6.0 revision ef54768fc10f5b19556c7cf9866efc88cfbda8ff

AracPac v1.1.1 boxes

04 Jun 01:17
Compare
Choose a tag to compare

Ubuntu 20.04.1 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.1.1.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "<=1.1.1"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.1.1/ubuntu20/Vagrantfile.

Software summary

  • Linux 5.4.0-73-generic
  • Apache/2.4.41
  • mysql Ver 8.0.25-0ubuntu0.20.04.1
  • PHP 8.0.5 (cli) (built: May 3 2021 11:30:57)
  • Xdebug v3.0.4
  • varnish-6.5.1 revision 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64

CentOS Linux release 8.3.2011 (Core)

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.1.1.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos8"
  config.vm.box_version = "<=1.1.1"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.1.1/centos8/Vagrantfile.

Software summary

  • Linux 4.18.0-305.3.1.el8.x86_64
  • Apache/2.4.37
  • mysql Ver 15.1 Distrib 10.3.28-MariaDB
  • PHP 8.0.7 (cli) (built: Jun 1 2021 18:43:05)
  • Xdebug v3.0.4
  • varnish-6.5.1 revision 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64

AracPac v1.1.0 boxes

02 Jun 06:22
Compare
Choose a tag to compare

Ubuntu 20.04.1 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.1.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "1.1.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.1.0/ubuntu20/Vagrantfile.

Software summary

  • Linux 5.4.0-73-generic
  • Apache/2.4.41
  • mysql Ver 8.0.25-0ubuntu0.20.04.1
  • PHP 8.0.5 (cli) (built: May 3 2021 11:30:57)
  • Xdebug v3.0.4
  • varnish-6.5.1 revision 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64

CentOS Linux release 8.3.2011 (Core)

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.1.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos8"
  config.vm.box_version = "1.1.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.1.0/centos8/Vagrantfile.

Software summary

  • Linux 4.18.0-240.22.1.el8_3.x86_64
  • Apache/2.4.37
  • mysql Ver 15.1 Distrib 10.3.28-MariaDB
  • PHP * 8.0.6 (cli) (built: May 4 2021 17:26:18)
  • Xdebug v3.0.4
  • varnish-6.5.1 revision 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64

AracPac v1.0 boxes

17 Jan 23:35
Compare
Choose a tag to compare

Ubuntu 20.04.1 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "1.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.0/ubuntu20/Vagrantfile.

Software summary

  • Linux 5.4.0-62-generic
  • Apache/2.4.41
  • mysql Ver 8.0.22-0ubuntu0.20.04.3
  • PHP 8.0.1 (cli) (built: Jan 13 2021 08:22:35)
  • Xdebug v3.0.2
  • varnish-6.5.1 revision 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64

CentOS Linux release 8.3.2011 (Core)

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/1.0.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos8"
  config.vm.box_version = "1.0"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v1.0/centos8/Vagrantfile.

Software summary

  • Linux 4.18.0-240.1.1.el8_3.x86_64
  • Apache/2.4.37
  • mysql Ver 15.1 Distrib 10.3.27-MariaDB
  • PHP 8.0.1 (cli) (built: Jan 5 2021 13:54:54)
  • Xdebug v3.0.2
  • varnish-6.5.1 revision 1dae23376bb5ea7a6b8e9e4b9ed95cdc9469fb64

AracPac v0.1-beta boxes

16 Jan 23:22
Compare
Choose a tag to compare
Pre-release

Ubuntu 20.04.1 LTS

Usage

Download from https://app.vagrantup.com/aracpac/boxes/ubuntu20/versions/0.1.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/ubuntu20"
  config.vm.box_version = "0.1"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v0.1-beta/ubuntu20/Vagrantfile.

Software summary

CentOS Linux release 8.2.2004 (Core)

Usage

Download from https://app.vagrantup.com/aracpac/boxes/centos8/versions/0.1.

Basic

Vagrant.configure("2") do |config|
  config.vm.box = "aracpac/centos8"
  config.vm.box_version = "0.1"
end

Optimized

Download at https://github.com/aracpac/aracpac-vagrantfiles/blob/v0.1-beta/centos8/Vagrantfile.

Software summary

  • Linux 4.18.0-193.14.2.el8_2.x86_64
  • Apache/2.4.37
  • mysql Ver 15.1 Distrib 10.3.17-MariaDB
  • PHP 7.4.9 (cli) (built: Aug 4 2020 08:28:13) ( NTS )
  • Xdebug v2.9.0
  • varnish-6.4.0 revision 13f137934ec1cf14af66baf7896311115ee35598