-
-
Couldn't load subscription status.
- Fork 161
Trixie support, NGINX improvements, and CI improvements #554
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…be concerned about
… for Docker and PHP integration
…tems and update configuration file with new OS versions
…rsion information
…mages based on the latest OS within the build minor. Update PHP versions configuration to include new base OS versions and variations.
… Ensure yq is installed and validate NGINX version against the PHP versions configuration file.
…ormatting for Debian Trixie in php-versions-base-config.yml
… view and update versions using the get-nginx-versions.sh script.
… official NGINX repos
…including instructions for hash computation and build arguments for key rotation.
…issions script to include /var/cache/nginx for improved file permission management.
…rkflow, enhancing version resolution using yq or awk. Remove unused AWS runner configuration and cache settings.
…clude support for PHP 8.5-rc in configuration
…t numeric patches and RC minors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👉 What this PR does
This PR adds a number of improvements to the project, making it easier to maintain and keep our dependencies updated.
👨🔬 Test this PR
You can test the latest changes on our serversideup/php-dev repo on DockerHub:
(Any thing prefixed with
554[the PR number] is built from this PR)If you notice an issues, please open an issue on GitHub and specifically include the versions that you're having issues with.
🤩 What's new
All images
FPM-NGINX
fpm-nginxto install from the official NGINX repos with specific version pinningUnit
🐛 Bug Fixes
/rundirectory was not being changed when runningdocker-php-serversideup-set-file-permissions🤖 CI Improvements
⏫️ Upstream Dependencies