mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
minimize dockerfile diffs
This commit is contained in:
parent
abd37ff9a5
commit
406bbbc687
5 changed files with 176 additions and 166 deletions
|
|
@ -4,7 +4,7 @@ versions=("7.2" "7.3" "7.4" "8.0")
|
|||
|
||||
for version in "${versions[@]}"; do
|
||||
echo "building haze-php-$version"
|
||||
docker build -t "icewind1991/haze-php:$version" -f "php/Dockerfile.$version" php
|
||||
docker build --build-arg PHP_VERSION=$version -t "icewind1991/haze-php:$version" -f "php/Dockerfile.$version" php
|
||||
done
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue