-
-
Couldn't load subscription status.
- Fork 161
Release 2.0: PHP 8.2, Ubuntu 22.04, major re-structure & cleanup #59
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
Conversation
* Removed build files * Removed yasha dependency * Removed variables * FPM not working * Fixed PHP-FPM reference * Fixed version reference * Static reference to PHP * Adjusted to listen on TCP only * Added healthcheck * Updated actions to new standard
* Added 8.2 to security policy * Added images * Added 8.2 * Clarified directory * Alphabetized packages * Removed php-redis (package not found)
* Added warning about PHP 8.2 * Tidy up scripts * Enhanced healthcheck script * Added documentation for SSL * Moved cloudflare IPs to standalone file * Removed default site * Updated SSL generator for NGINX * Set execution order for best UX * Added SSL_MODE support for NGINX * Improved UX on check script * Improved UX of service startup * Set sleep delay for Apache * Added SSL_MODE support script * Remove old config * Added Apache configuration support for SSL_MODE
🎉 We hit "feature freeze" for the next releaseToday I completed all the features for the "2.0 Release" of our Docker Images. There are a ton of changes, but they are all documented at the top of this PR. There are NOT any breaking changes in this release 😅 View Latest SourceView the Access the Docker ImagesYou can test these changes with any image tagged 👉 Next Steps
Thanks for all your help contributors! |
This reverts commit b94f201.
🥳 This PR is currently in testing!
View Latest Source & Documentation (README)
View the
devbranch for the latest source code: https://github.com/serversideup/docker-php/tree/devAccess the Docker Images
You can test these changes with any image tagged
beta: https://hub.docker.com/r/serversideup/php/tags?name=beta&page=1&ordering=-name🚨 BEFORE MERGING (note to self)
🚀 Deployment
👨🔬 Things to test
✨ Enhancements (showing progress)
openbase_dirto be controlled by an environment variablephp_intlpackage (add php intl package to support laravel email validation rules #56)bcmathpackage (Adding -bcmath package #58)SSL_MODE(Allow SSL settings to be configured with "SSL_MODE" #79)🧼 Cleanup
/srcdirectoryS6_VERBOSITYvariablemainto be the "beta" and production images only to be built on release🐛 Fixes (showing progress)
docker run(View Related Discussion →)😅 Migrating from V1