scaleway-image-archlinux/Makefile

19 lines
461 B
Makefile
Raw Normal View History

DOCKER_NAMESPACE = armbuild/
2015-04-07 10:17:01 +02:00
NAME = scw-distrib-archlinux
2014-12-18 11:30:58 +01:00
VERSION = latest
VERSION_ALIASES = 2014-12-02
TITLE = Archlinux
DESCRIPTION = Archlinux latest
2015-04-07 10:17:01 +02:00
SOURCE_URL = https://github.com/scaleway/image-archlinux
2015-09-10 12:37:56 +02:00
IMAGE_VOLUME_SIZE = 50G
IMAGE_BOOTSCRIPT = latest
IMAGE_NAME = Archlinux
2015-04-07 10:17:01 +02:00
## Image tools (https://github.com/scaleway/image-tools)
all: docker-rules.mk
docker-rules.mk:
2015-04-16 10:59:56 +02:00
wget -qO - http://j.mp/scw-builder | bash
-include docker-rules.mk