16 lines
449 B
Makefile
16 lines
449 B
Makefile
DOCKER_NAMESPACE = armbuild/
|
|
NAME = ocs-distrib-archlinux
|
|
VERSION = latest
|
|
VERSION_ALIASES = 2014-12-02
|
|
TITLE = Archlinux
|
|
DESCRIPTION = Archlinux latest
|
|
SOURCE_URL = https://github.com/online-labs/image-archlinux
|
|
|
|
|
|
## Image tools (https://github.com/online-labs/image-tools)
|
|
all: docker-rules.mk
|
|
docker-rules.mk:
|
|
wget -qO - http://j.mp/image-tools | bash
|
|
-include docker-rules.mk
|
|
## Below you can add custom makefile commands and overrides
|