modifs.mineures sans commentaires
This commit is contained in:
parent
94e4af7012
commit
f465b3b175
|
@ -30,7 +30,7 @@ fi
|
||||||
[ -n "$BUILDENV0" ] || BUILDENV0=.build.env.dist
|
[ -n "$BUILDENV0" ] || BUILDENV0=.build.env.dist
|
||||||
[ -n "$BUILDENV" ] || BUILDENV=build.env
|
[ -n "$BUILDENV" ] || BUILDENV=build.env
|
||||||
[ -n "$DIST" ] || DIST=d12
|
[ -n "$DIST" ] || DIST=d12
|
||||||
[ -n "$IMAGENAME" ] || IMAGENAME=nulib/runphp
|
[ -n "$IMAGENAME" ] || IMAGENAME=nulib/
|
||||||
|
|
||||||
[ "$COMPOSERPHAR" == none ] && COMPOSERPHAR=
|
[ "$COMPOSERPHAR" == none ] && COMPOSERPHAR=
|
||||||
[ "$BUILDENV0" == none ] && BUILDENV0=
|
[ "$BUILDENV0" == none ] && BUILDENV0=
|
||||||
|
|
|
@ -25,5 +25,5 @@ BUILD_FLAVOUR=
|
||||||
# d12=php8.2, d11=php7.4, d10=php7.3
|
# d12=php8.2, d11=php7.4, d10=php7.3
|
||||||
DIST=
|
DIST=
|
||||||
|
|
||||||
# Nom de base de l'image (sans le registry), e.g prefix/runphp
|
# Nom de base de l'image (sans le registry), e.g prefix/
|
||||||
IMAGENAME=
|
IMAGENAME=
|
||||||
|
|
Loading…
Reference in New Issue