2015-10-02 18:59:12 +02:00
|
|
|
NAME = archlinux
|
2014-12-18 11:30:58 +01:00
|
|
|
VERSION = latest
|
|
|
|
VERSION_ALIASES = 2014-12-02
|
2016-04-28 21:00:27 +02:00
|
|
|
TITLE = Arch Linux
|
|
|
|
DESCRIPTION = A simple, lightweight distribution
|
|
|
|
SOURCE_URL = https://github.com/lesderid/image-archlinux
|
|
|
|
VENDOR_URL = https://www.archlinux.org/
|
2014-12-18 11:03:01 +01:00
|
|
|
|
2015-09-10 12:37:56 +02:00
|
|
|
IMAGE_VOLUME_SIZE = 50G
|
|
|
|
IMAGE_BOOTSCRIPT = latest
|
2016-04-28 21:00:27 +02:00
|
|
|
IMAGE_NAME = Arch Linux
|
2015-09-10 12:37:56 +02:00
|
|
|
|
2014-12-18 11:03:01 +01:00
|
|
|
|
2015-04-07 10:17:01 +02:00
|
|
|
## Image tools (https://github.com/scaleway/image-tools)
|
|
|
|
all: docker-rules.mk
|
2014-12-18 11:03:01 +01:00
|
|
|
docker-rules.mk:
|
2016-04-13 11:06:04 +02:00
|
|
|
wget -qO - https://j.mp/scw-builder | bash
|
2014-12-18 11:03:01 +01:00
|
|
|
-include docker-rules.mk
|