fix launch script bugs
This commit is contained in:
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y software-properties-common python-softw
|
||||
&& apt-get update && apt-get install -y \
|
||||
curl nano sed libwww-perl htop ca-certificates \
|
||||
php7.1 php7.1-cli php7.1-fpm php-curl php-pear php-mcrypt php-zip php-mbstring php7.1-xml \
|
||||
php-pgsql php-redis php-soap \
|
||||
php-mysql php-pgsql php-redis php-soap \
|
||||
\
|
||||
&& apt-cache pkgnames | grep php7.1 \
|
||||
&& rm /usr/bin/php && ln -s /usr/bin/php7.1 /usr/bin/php \
|
||||
|
||||
@@ -18,6 +18,9 @@ docker run --rm --entrypoint php xaicorp/php:7.1-dev --version | grep 'Xdebug'
|
||||
docker tag xaicorp/php:7.1-dev dkregistry.xai-corp.net:5000/xaicorp/php:7.1-dev
|
||||
docker push dkregistry.xai-corp.net:5000/xaicorp/php:7.1-dev
|
||||
|
||||
docker tag xaicorp/php:7.1-dev rmorgan/php-fpm:7.1
|
||||
|
||||
|
||||
docker build --rm -f Dockerfile-72 -t xaicorp/php:7.2 .
|
||||
docker build --rm -f Dockerfile-72-dev -t xaicorp/php:7.2-dev .
|
||||
docker run --rm --entrypoint php xaicorp/php:7.2 --version | grep 'PHP 7.2.'
|
||||
@@ -25,3 +28,6 @@ docker run --rm --entrypoint php xaicorp/php:7.2-dev --version | grep 'PHP 7.2.'
|
||||
docker run --rm --entrypoint php xaicorp/php:7.2-dev --version | grep 'Xdebug'
|
||||
docker tag xaicorp/php:7.2-dev dkregistry.xai-corp.net:5000/xaicorp/php:7.2-dev
|
||||
docker push dkregistry.xai-corp.net:5000/xaicorp/php:7.2-dev
|
||||
|
||||
docker tag xaicorp/php:7.2-dev rmorgan/php-fpm:7.2
|
||||
docker tag xaicorp/php:7.1-dev rmorgan/php-fpm:latest
|
||||
|
||||
Reference in New Issue
Block a user