Added image metadatas 📝
This commit is contained in:
parent
3e23c375a3
commit
226376e15e
5
Makefile
5
Makefile
|
@ -6,10 +6,13 @@ TITLE = Archlinux
|
||||||
DESCRIPTION = Archlinux latest
|
DESCRIPTION = Archlinux latest
|
||||||
SOURCE_URL = https://github.com/scaleway/image-archlinux
|
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)
|
## Image tools (https://github.com/scaleway/image-tools)
|
||||||
all: docker-rules.mk
|
all: docker-rules.mk
|
||||||
docker-rules.mk:
|
docker-rules.mk:
|
||||||
wget -qO - http://j.mp/scw-builder | bash
|
wget -qO - http://j.mp/scw-builder | bash
|
||||||
-include docker-rules.mk
|
-include docker-rules.mk
|
||||||
## Below you can add custom makefile commands and overrides
|
|
||||||
|
|
Loading…
Reference in New Issue