Jay Rogers
Jay Rogers
I will definitely take a look into this for the next release.
Update: I removed the locale stuff for the time being. There is a good chance that I will never bring it back again (because it did more harm than good).
Awesome! Thanks for the insight @AkenRoberts!
Adding a note, I wonder if we use "Build X" (BuildKit) as provided in this demo? https://github.com/docker/build-push-action
Updated the notes above. Temporarily commented out the caching for now and will loop back to this later. Focusing on the structure for now.
@fideloper: You're the one who proposed this feature. It makes total sense on why to have the option to disable. I have a few questions to bounce off you before...
This is brilliant and I will get an update for this soon. Currently working on a `2.0` release for these images, so once I get that stabilized I will get...
Nope, you're fine. I use Traefik too. We're both using it like this right now: ```mermaid graph TD; A[Traefik - SSL: Let's Encrypt] --> B[fpm-nginx - SSL: Self-signed]; ``` We...
# Update: This is now ready for testing š Everything is ready for testing on our [`beta` images](https://hub.docker.com/r/serversideup/php/tags?name=beta&page=1&ordering=-name). # What's new I made a new variable called `SSL_MODE`. There are...
Thanks for your report! I will take a look into this soon.