The 3.20.3 version is hardcoded, and points to a binary qcow2 image on git releases.
Downloading from GitHub releases also sometimes was laggy for me. I don't know if they throttle it after a while.
Describe alternatives you've considered
Build my own with this script and replace ~/.macpine/cache/alpine_3.20.3-aarch64.qcow2 with it. I recall it went wrong, though.
Is it possible to script the setup-alpine installation, and avoid downloading the binary image to spin up machines?
The 3.20.3 version is hardcoded, and points to a binary qcow2 image on git releases.
Downloading from GitHub releases also sometimes was laggy for me. I don't know if they throttle it after a while.
Describe alternatives you've considered
Build my own with this script and replace
~/.macpine/cache/alpine_3.20.3-aarch64.qcow2with it. I recall it went wrong, though.Is it possible to script the
setup-alpineinstallation, and avoid downloading the binary image to spin up machines?