Code cleanup & more tests

This commit is contained in:
heiko.reese
2021-09-13 02:40:12 +02:00
parent 1062248787
commit 781c716d8e
4 changed files with 102 additions and 46 deletions

View File

@ -73,7 +73,7 @@ for i in "${images[@]}"; do
vim; \
rm -rf /var/lib/apt/lists/*;'
buildah run "$ctr" /bin/sh -c \
'pip3 install meson ninja; \
'pip3 install --upgrade meson ninja; \
rm -rf ~/.cache/pip/*;'
TARGET="${REGISTRY}/${BASENAME}-${name}:${TAG}"
IMAGEID=$(buildah commit --format docker "$ctr" "${IMAGENAME}")