Add experimental alpine linux64 base image

This commit is contained in:
BtbN 2021-05-12 19:50:12 +02:00
parent 3f7d7b73db
commit d0f6bd727f
18 changed files with 134 additions and 10 deletions

View file

@ -5,7 +5,10 @@ source util/vars.sh
export DOCKER_BUILDKIT=1
docker build --tag "$BASE_IMAGE" images/base
if grep "FROM.*base.*" "images/base-${TARGET}/Dockerfile" >/dev/null 2>&1; then
docker build --tag "$BASE_IMAGE" images/base
fi
docker build --build-arg GH_REPO="$REPO" --tag "$TARGET_IMAGE" "images/base-${TARGET}"
./generate.sh "$TARGET" "$VARIANT" "${ADDINS[@]}"