Git Product home page Git Product logo

docker-php-toolbox's People

Contributors

ericp-mrel avatar llaville avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-php-toolbox's Issues

Composer install not v2 but v1

When latest version is for Composer v1 rather than for v2

github com_composer_composer_releases

Toolbox produces such dockerfile command

RUN set -eux \
    && curl -Ls https://github.com/composer/composer/releases/latest/download/composer.phar -o /usr/local/bin/composer \
    && chmod +x /usr/local/bin/composer

That will install Composer 1.10.4

Confirmed by commands:
composer_v1_confirmed

Output incorrectly states successful build - NPM missing

When building the work container for PHP 8.0, there is a success message saying it was built without a problem, but when I run docker images the image is nowhere to be found. Running the docker build command manually actually displays an error saying it cannot find NPM.

+ curl -Ls https://github.com/wapmorgan/PhpDeprecationDetector/releases/download/2.0.25/phpdd-2.0.25.phar -o /usr/local/bin/phpdd
+ chmod +x /usr/local/bin/phpdd
Removing intermediate container d0e40b06b0e0
 ---> 0df40af47537
Step 22/69 : RUN set -eux     && npm install yarn -g
 ---> Running in ddab0171a1d4
+ npm install yarn -g
/bin/bash: npm: command not found
The command '/bin/bash -o pipefail -c set -eux     && npm install yarn -g' returned a non-zero code: 127

PHP-FPM-buster images not available

It looks like the PHP-FPM-buster images are not available for PHP versions 7.0 and earlier.

See:

Is the buster specific version really needed?
Maybe everything would work fine with just the default fpm image variant?
Maybe there should be a map or something which lists what base image each version of PHP should use so we can lock to a specific Debian release for each version? This would be useful to minimize breaking changes when installing packages. We should have them use the latest version of Debian where possible (bullseye - Debian 11).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.