Add experimental alpine linux64 base image
This commit is contained in:
parent
3f7d7b73db
commit
d0f6bd727f
18 changed files with 134 additions and 10 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue