scaleway-image-archlinux/Makefile

16 lines
450 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-04-07 10:17:01 +02:00
## Image tools (https://github.com/scaleway/image-tools)
all: docker-rules.mk
docker-rules.mk:
2015-04-07 10:17:01 +02:00
wget -qO - http://j.mp/scw-image-tools | bash
-include docker-rules.mk
## Below you can add custom makefile commands and overrides