I’m maintaining several docker image and recently I was facing some issues to upgrade one of this image.
I have built a docker symfony image which I use for my symfony project: https://github.com/nouchka/docker-symfony
Symfony just rolled out a major update with version 5 and PHP just released 7.4 so I wanted to give a try and upgrade my image.
Support of features
As this image is downloaded from others, I try to keep in mind that I didn’t want to remove features from old version.