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

Dockerfile - Bump PHP to 8.1, simplify extension installs #270

Merged
merged 16 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Update Dockerfile to PHP 8.1

    - Use "mlocati/php-extension-installer" for simpler extension installs
    - Utilise "COPY --link" for better layer caching and faster build
    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3a256bb View commit details
    Browse the repository at this point in the history
  2. Update default php config

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dcbcf56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed04aa3 View commit details
    Browse the repository at this point in the history
  4. Disable preload.php

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    15b5173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f82628e View commit details
    Browse the repository at this point in the history
  6. Remove tabs from dockerfile

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7a42eac View commit details
    Browse the repository at this point in the history
  7. Add pdo_mysql

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d0defa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa551fc View commit details
    Browse the repository at this point in the history
  9. Allow setfacl to fail

    Windows... restore as it was previously.
    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2487fa1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    573fc6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1178c5a View commit details
    Browse the repository at this point in the history
  12. Fix tests failure

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    98dd777 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0090d42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe6c19c View commit details
    Browse the repository at this point in the history
  15. Update database wait

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b6f00c2 View commit details
    Browse the repository at this point in the history
  16. Set APP_ENV of test stack

    veteran29 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    34ac0fd View commit details
    Browse the repository at this point in the history