mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
build script
This commit is contained in:
parent
dbf265370f
commit
4d44a52e45
1 changed files with 7 additions and 7 deletions
|
|
@ -4,14 +4,14 @@ set -e
|
|||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
versions=("8.1")
|
||||
versions=("8.1" "8.2" "8.3" "8.4")
|
||||
|
||||
#for version in "${versions[@]}"; do
|
||||
# echo "building haze-php-$version"
|
||||
# docker build --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile" php
|
||||
# echo "building haze-php-$version-dbg"
|
||||
# docker build --build-arg BASE_IMAGE=icewind1991/php-dbg --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version-dbg" -f "php/Dockerfile" php
|
||||
#done
|
||||
for version in "${versions[@]}"; do
|
||||
echo "building haze-php-$version"
|
||||
docker build --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile" php
|
||||
echo "building haze-php-$version-dbg"
|
||||
docker build --build-arg BASE_IMAGE=icewind1991/php-dbg --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version-dbg" -f "php/Dockerfile" php
|
||||
done
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
echo "building haze-$version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue