add mbstring redis and pgsql to php7.2 build

This commit is contained in:
2020-04-29 08:52:55 -04:00
parent 33e945f662
commit 39dfc3bb87
4 changed files with 27 additions and 9 deletions

View File

@@ -12,6 +12,9 @@ build() {
#test
docker run --rm --entrypoint php xaicorp/php:${version} --version | grep ${version}
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep curl
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep pgsql
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep redis
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep mbstring
#register artifact
docker tag xaicorp/php:${version} dkregistry.xai-corp.net:5000/xaicorp/php:${version}
@@ -36,14 +39,14 @@ build_dev() {
build 7.0
build_dev 7.0
#build 7.1
#build_dev 7.1
#
#build 7.2
#build_dev 7.2
build 7.1
build_dev 7.1
build 7.3
build_dev 7.3
build 7.2
build_dev 7.2
#build 7.3
#build_dev 7.3
exit