Scripts to build the official Alpine image on Scaleway
This image is built using Image Tools and is sourced from the official Alpine Linux docker repository available on Docker Hub.
This image is meant to be used on a VC1, START, or C2 server.
We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.
Build and create your image using Image Tools:
image-tools $ make IMAGE_DIR=/path/to/image-alpine/latest/ EXPORT_DIR=$(mktemp -d) scaleway_image
Full list of commands available at: scaleway/image-tools