Steps To Reproduce
So PHP Extension installer downloads from PECL.
But this is deprecated as of some time last week with the owner suggesting to move to PIE which is a new official php extension install.
So there is some work to do.
Outcome
What did you expect?
In dockerfile
RUN install-php-extensions xdebug
No longer works. It did a few weeks ago.
What happened instead?
Package not available on PECL error and the container did not build.
Affected Docker Images
Should affect all of them.
Anything else?
No response
Steps To Reproduce
So PHP Extension installer downloads from PECL.
But this is deprecated as of some time last week with the owner suggesting to move to PIE which is a new official php extension install.
So there is some work to do.
Outcome
What did you expect?
In dockerfile
No longer works. It did a few weeks ago.
What happened instead?
Package not available on PECL error and the container did not build.
Affected Docker Images
Should affect all of them.
Anything else?
No response