From 226376e15eb6d138587fd4a6389debf107f18b37 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Thu, 10 Sep 2015 12:37:56 +0200 Subject: [PATCH] Added image metadatas :pencil: --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 163a5fc..00b2a22 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,13 @@ TITLE = Archlinux DESCRIPTION = Archlinux latest SOURCE_URL = https://github.com/scaleway/image-archlinux +IMAGE_VOLUME_SIZE = 50G +IMAGE_BOOTSCRIPT = latest +IMAGE_NAME = Archlinux + ## Image tools (https://github.com/scaleway/image-tools) all: docker-rules.mk docker-rules.mk: wget -qO - http://j.mp/scw-builder | bash -include docker-rules.mk -## Below you can add custom makefile commands and overrides