alpine-make-vm-image icon indicating copy to clipboard operation
alpine-make-vm-image copied to clipboard

Make customized Alpine Linux disk image for virtual machines

Results 17 alpine-make-vm-image issues
Sort by recently updated
recently updated
newest added

If `/etc/apk/cache` exists, bind mount it to the same path in the vm. Remove the symlink after the script is run in chroot. Confirmed package installs during chrooted setup and...

Hi! I am trying to build an aarch64 image using the new instructions provided (I've been building x86 images with this script for awhile! Thanks!) and unfortunately I can't get...

Hello, I'm building an image (on an Alpine 3.18 host) for deployment on OVH bare metal, using the following: ``` alpine-make-vm-image --image-format qcow2 \ --image-size 2G \ --boot-mode UEFI \...

Hi, would it be possible to build a diskless (read only) image?

I am behind a corporate proxy http://proxy_ip:port , getting below error while using apk update command as user ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main/: temporary error (try again later) fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/community/: temporary...

1. Created a new Alpine 3.20 image using https://github.com/benpye/alpine-droplet repository which uses this as a sub repository via git modules to build a "Digital Ocean Custom Image" compatible image. 2....