machinate 0.0.0

Build and run Virtual Machines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
CPUS          4
DISK_SIZE     20G
MEMORY        4G
SSH_PORT      8822
SSH_TIMEOUT   1m
SSH_USERNAME  centos
SSH_PASSWORD  centos

CMD sudo dnf -y autoremove
CMD sudo dnf -y install epel-release
CMD sudo dnf -y install ccache clang cmake ninja
CMD sudo systemctl enable --now systemd-resolved