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.
This commit is contained in:
Olaf Meeuwissen 2017-10-22 18:06:14 +09:00
parent 5e70ba3b52
commit 62eef576e0
1 changed files with 1 additions and 1 deletions

View File

@ -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)