Rel. T901.
Details
Details
- Reviewers
Sandlayth - Maniphest Tasks
- T901: Upgrade PHP Docker images to 5.6.23
- Commits
- rDPHPCLIe1402a49fdd6: Upgrade PHP to 5.6.23
Rebuild the image
Diff Detail
Diff Detail
- Repository
- rDPHPCLI nasqueron/php-cli Docker image
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- T901
- Build Status
Buildable 649 Build 769: arc lint + arc unit
Event Timeline
Comment Actions
Dwellers
$ docker build -t nasqueron/php-cli . [...] Successfully built c6f1c0d93f8f $ docker run --rm -it nasqueron/php-cli bash # In the container: $ php -iv > phpinfo.txt $ head phpinfo.txt phpinfo() PHP Version => 5.6.23 System => Linux a1cf080d5ee0 3.18.17-13.el7.x86_64 #1 SMP Wed Jul 22 14:20:15 UTC 2015 x86_64 Build Date => Jul 5 2016 13:32:43 Configure Command => './configure' '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--disable-cgi' '--enable-mysqlnd' '--enable-bcmath' '--with-bz2' '--enable-calendar' '--with-curl' '--with-gd' '--with-jpeg-dir' '--enable-gd-native-ttf' '--enable-mbstring' '--with-mcrypt' '--with-mysqli' '--with-pdo-mysql' '--enable-pcntl' '--with-openssl' '--with-xsl' '--with-readline' '--with-zlib' '--enable-zip' '--with-newt'
Looks good to me.