Closed someniatko closed 5 years ago
I did docker pull edbizarro/gitlab-ci-pipeline-php:7.2-alpine Then went into this image via docker run -ti --entrypoint=sh <image ID> And executed
docker pull edbizarro/gitlab-ci-pipeline-php:7.2-alpine
docker run -ti --entrypoint=sh <image ID>
/var/www/html $ php -v PHP 7.2.1 (cli) (built: Jan 10 2018 02:20:55) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.2.1, Copyright (c) 1999-2017, by Zend Technologies with Xdebug v2.7.0beta2-dev, Copyright (c) 2002-2018, by Derick Rethans
Expected: PHP 7.2.14
fixed
I did
docker pull edbizarro/gitlab-ci-pipeline-php:7.2-alpine
Then went into this image viadocker run -ti --entrypoint=sh <image ID>
And executedExpected: PHP 7.2.14