- 26 Sep, 2020 13 commits
-
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Remove python and linux-headers and only install netctl in the vagrant images Closes #111 See merge request archlinux/arch-boxes!120
-
netctl is only required by vagrant < v2.2.10
-
Python was added due to DevOps demands (Ansible). linux-headers is not needed and I'm not sure why it was added. Fix #111
-
Sven-Hendrik Haase authored
Fix incorrect path to packer-virtualbox.vmdk See merge request archlinux/arch-boxes!122
-
Kristian Klausen authored
-
Sven-Hendrik Haase authored
Add size metric report See merge request archlinux/arch-boxes!121
-
Sven-Hendrik Haase authored
See also https://docs.gitlab.com/ee/ci/metrics_reports.html
-
Sven-Hendrik Haase authored
Our security concept doesn't allow us to move artifacts built in non-secure environments to secure environments. This means we'll have to make sure that the boxes we release are built on a runner marked as 'secure'.
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Replace packer with two custom shell scripts See merge request archlinux/arch-boxes!118
-
- 02 Sep, 2020 4 commits
-
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
... and use readonly, local and adding a few more comments.
-
- 01 Sep, 2020 2 commits
-
-
Kristian Klausen authored
-
Kristian Klausen authored
Running QEMU without hardware virtualization is very slow, so the timeout is set very high. Especially running qemu-img is very slow (the compression isn't helping): qemu-img convert -c -f raw -O qcow2 cloud-img.img Arch-Linux-x86_64-cloudimg-2020-08-31.qcow2
-
- 30 Aug, 2020 8 commits
-
-
Kristian Klausen authored
-
Kristian Klausen authored
A machine-id is never generated, as the system isn't booted.
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
-
Kristian Klausen authored
Using actual VMs to build VMs is slow and error-prone (you need to use VNC to see what is going on, and booting takes over +110 seconds as we wait to be sure Arch Linux is ready). build.sh can build all three images in ~135 seconds (assuming all the packages is cached), we still need to use a VM for the actually building in GitLab CI (as that is the only safe way it can be done at the moment), which is a bit slower (~22 min vs ~13 min (Packer)), but that isn't really a big issue. In the future we can hopefully switch to Kate Containers[1] and reduce the build time significantly. [1] infrastructure#108
-
Sven-Hendrik Haase authored
Perform publish via cli instead of packer See merge request archlinux/arch-boxes!119
-
- 28 Aug, 2020 1 commit
-
- 16 Aug, 2020 12 commits
-
-
Sven-Hendrik Haase authored
Build the VirtualBox image with the qemu builder and convert it Closes #108 and #106 See merge request archlinux/arch-boxes!114
-
Fix #108
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Attempt to use tcg instead of kvm as qemu accelerator Closes #106 See merge request archlinux/arch-boxes!115
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-