scaleway-image-archlinux/Makefile

19 lines
481 B
Makefile
Raw Normal View History

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/
2015-09-10 12:37:56 +02:00
IMAGE_VOLUME_SIZE = 50G
IMAGE_BOOTSCRIPT = latest
2016-04-28 21:29:30 +02:00
IMAGE_NAME = ArchLinux
2015-09-10 12:37:56 +02:00
2015-04-07 10:17:01 +02:00
## Image tools (https://github.com/scaleway/image-tools)
all: docker-rules.mk
docker-rules.mk:
2016-04-13 11:06:04 +02:00
wget -qO - https://j.mp/scw-builder | bash
-include docker-rules.mk