Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base php 7.4 #1812

Merged
merged 7 commits into from
May 20, 2024
Merged

Base php 7.4 #1812

merged 7 commits into from
May 20, 2024

Commits on May 16, 2024

  1. update base image to PHP 7.4

    megahirt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    28f3449 View commit details
    Browse the repository at this point in the history
  2. revert to just base-php tag

    we will no longer attempt further PHP upgrades.  Staying at PHP 7.4
    megahirt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8155367 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. add mongodb-org-tools to base-php image

    mongodb-org-tools is required for the backup/restore project command being added to the PHP application
    megahirt committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b7d7cb6 View commit details
    Browse the repository at this point in the history
  2. reorganize docker build

    - move composer install into base-php image
    - xdebug 3.1 in both test and development app image
    megahirt committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cdc85cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2c7ee8 View commit details
    Browse the repository at this point in the history
  4. do not build arm64 images

    mongodb doesn't install on arm64 images of this type
    megahirt committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ec7edc1 View commit details
    Browse the repository at this point in the history
  5. Update docker/base-php/Dockerfile

    Co-authored-by: Robin Munn <rmunn@pobox.com>
    megahirt and rmunn authored May 20, 2024
    Configuration menu
    Copy the full SHA
    a62b4f9 View commit details
    Browse the repository at this point in the history