From 62eef576e012dca042e065a7b4969757c407c32e Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 22 Oct 2017 18:06:14 +0900 Subject: [PATCH] Derive builder and helper images from devuan/slim This will force package building to get its Build-Depends: correct as the slim variant will not install recommended packages. It also makes for smaller packages. --- derive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive.sh b/derive.sh index ae7e5a7..d95113c 100755 --- a/derive.sh +++ b/derive.sh @@ -5,7 +5,7 @@ # License: GPL-3.0+ SUITE=$1 -BASE_IMAGE=$CI_REGISTRY_IMAGE:$SUITE +BASE_IMAGE=$CI_REGISTRY_IMAGE/slim:$SUITE IMAGE=$CI_REGISTRY_IMAGE/builder STAMP=$(date +%F)