acd19b3df7 | ||
---|---|---|
patches | ||
.gitignore | ||
.travis.yml | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
Arch Linux image on Scaleway
Scripts to build an Arch Linux (x86_64) image on Scaleway
This image is built using Image Tools and is based on the official Ubuntu image.
This image is meant to be used on a VC1 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.
Building
Build and add the image to your account:
$ make image_on_local
Full list of commands available at: scaleway/image-tools
Testing
To test your image, run:
$ scw run --tmp-ssh-key --name="archlinux" <IMAGE_ID>
Links
- Community: Add Archlinux ARM image
- Community: New linux distributions (Debian, CoreOS, CentOS, Fedora, Arch Linux, ...)