Skip to content

Commit

Permalink
Vagrantfile: require at least 240 GB of disk space
Browse files Browse the repository at this point in the history
Using `docker buildx build` increased the disk size requirement.
There is an alternate cache cleaned with `docker buildx prune`.
  • Loading branch information
fishilico committed Aug 15, 2024
1 parent 34391cd commit 67a512e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# script -c "echo '/vagrant/machines/docker_test_all.sh' | vagrant ssh" dockers.log
# ./machines/update_list_nobuild_from_log.py dockers.log

# In order to carry all possible Docker environments, at least 230 GB of storage
# In order to carry all possible Docker environments, at least 240 GB of storage
# is needed in the virtual machine. To expand a disk of a VM created using
# packer-arch and using libvirt, perform the following steps:
# * On the host, expand the QCow2 disk file:
#
# cd /var/lib/libvirt/images
# qemu-img resize shared_default.img +190G
# qemu-img resize shared_default.img +200G
# qemu-img info shared_default.img |grep 'virtual size:'
#
# * Power on the VM.
Expand Down

0 comments on commit 67a512e

Please sign in to comment.