First of all, let me explain our situation: we have a server with PHP 5.5 running a huge project. It has been developed during 5 years by 6 people.
Since it's so huge, even if it's full of tests, we can't cover all the possible cases. Furthermore, it's not exposed to the web (it in one of our LANs). So refreshing it's code it's not feasible (I already asked...).
So, removing Docker images for PHP versions that reached end-of-life (PHP 5.3, 5.4, 5.5, and 5.6 at the end of 2018) leads to problems for us.
I fully understand that you can't maintain tons of images, so I agree that these images shouldn't/can't be maintained forever in https://github.com/docker-library/php.
BTW, instead of deleting them from this repository (and from https://hub.docker.com/_/php ), what about moving them to a legacy unmaintained system (for instance https://github.com/docker-library/php-legacy and https://hub.docker.com/_/php-legacy)?
First of all, let me explain our situation: we have a server with PHP 5.5 running a huge project. It has been developed during 5 years by 6 people.
Since it's so huge, even if it's full of tests, we can't cover all the possible cases. Furthermore, it's not exposed to the web (it in one of our LANs). So refreshing it's code it's not feasible (I already asked...).
So, removing Docker images for PHP versions that reached end-of-life (PHP 5.3, 5.4, 5.5, and 5.6 at the end of 2018) leads to problems for us.
I fully understand that you can't maintain tons of images, so I agree that these images shouldn't/can't be maintained forever in https://github.com/docker-library/php.
BTW, instead of deleting them from this repository (and from https://hub.docker.com/_/php ), what about moving them to a legacy unmaintained system (for instance https://github.com/docker-library/php-legacy and https://hub.docker.com/_/php-legacy)?