You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update docker files to use debian current stable 'Trixie' and PHP 8.4
* Allow build and test workflow to be manually triggered
* Update depreciated action
* Fix the Github CI badge
* Update the build regex
* Update the readme with new tags
* Exclude bullseye+php8.4
The issue was that Bullseye's older packages cause extremely long build times (compiling libavif/aom codec dependencies from source).
* Update the docker compose command to use new syntax
GitHub Actions runners no longer have docker-compose (v1) installed by default. They now use Docker Compose v2, which uses the command docker compose (with a space instead of hyphen).
* Update to MySQL 8.1
* Added multiple retries for build and push
In testing sometimes these would fail due to external conditions, this makes the build a bit more resilient
* Revert "Allow build and test workflow to be manually triggered"
This reverts commit 6c91dde.
# Supported Tags and respective `Dockerfile` links
13
13
14
-
> Due to [Silverstripe's supported php versions](https://docs.silverstripe.org/en/4/getting_started/server_requirements/#php-support) not including 8.2 for current release, PHP 8.1 Apache is still tagged as `latest` and PHP 8.2 images are tested using 5.x-dev branch at time of test execution (This will be updated to tagged 5.x release at later date).
0 commit comments