Scripts to build the official Ubuntu images on Scaleway
These images are built using Image Tools and depends on the armhf port of ubuntu-deboostrap docker images.
This image is meant to be used on a C1 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.**
- precise (12.04.5, 12.04)
- trusty (14.04.1, 14.04, lts)
- utopic (14.10, latest)
- vivid (15.04)
Build and write the image to /dev/nbd1 (see documentation)
$ make install
Full list of commands available at: scaleway/image-tools