Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-15 Thread Go Kudo
2024年9月15日(日) 0:15 Daniil Gentili : > It seems like the discussion on github has stalled... > Hello, I've been continuing to approach this issue and I'm considering whether we could publish nightly builds of php-src as container images on GitHub Packages. If this becomes a reality, it would allo

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-14 Thread Daniil Gentili
It seems like the discussion on github has stalled...

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-03 Thread Go Kudo
2024年9月3日(火) 10:35 Ben Ramsey : > > On Sep 2, 2024, at 19:36, Bob Weinand wrote: > > > > On 3.9.2024 02:18:30, Ben Ramsey wrote: > >>> On Sep 2, 2024, at 18:53, Bob Weinand wrote: > >>> > >>> On 3.9.2024 01:44:21, Ben Ramsey wrote: > >>> > > On Sep 2, 2024, at 08:11, Go Kudo wrote: > >

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Ben Ramsey
> On Sep 2, 2024, at 19:36, Bob Weinand wrote: > > On 3.9.2024 02:18:30, Ben Ramsey wrote: >>> On Sep 2, 2024, at 18:53, Bob Weinand wrote: >>> >>> On 3.9.2024 01:44:21, Ben Ramsey wrote: >>> > On Sep 2, 2024, at 08:11, Go Kudo wrote: > > Hi Internals. > > PHP currently

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Bob Weinand
On 3.9.2024 02:18:30, Ben Ramsey wrote: On Sep 2, 2024, at 18:53, Bob Weinand wrote: On 3.9.2024 01:44:21, Ben Ramsey wrote: On Sep 2, 2024, at 08:11, Go Kudo wrote: Hi Internals. PHP currently does not provide official container images. Given that DockerHub adequately maintains these and co

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Ben Ramsey
> On Sep 2, 2024, at 18:53, Bob Weinand wrote: > > On 3.9.2024 01:44:21, Ben Ramsey wrote: >>> On Sep 2, 2024, at 08:11, Go Kudo wrote: >>> >>> Hi Internals. >>> >>> PHP currently does not provide official container images. Given that >>> DockerHub adequately maintains these and considering t

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Bob Weinand
On 3.9.2024 01:44:21, Ben Ramsey wrote: On Sep 2, 2024, at 08:11, Go Kudo wrote: Hi Internals. PHP currently does not provide official container images. Given that DockerHub adequately maintains these and considering the maintenance costs, we haven't felt the need to change the status quo.

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Ben Ramsey
> On Sep 2, 2024, at 08:11, Go Kudo wrote: > > Hi Internals. > > PHP currently does not provide official container images. Given that > DockerHub adequately maintains these and considering the maintenance costs, > we haven't felt the need to change the status quo. > > However, the official D

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Kévin Dunglas
This would help the FrankenPHP project a lot! The build script used for the official images already contains an environment variable for creating variants containing debugging symbols: https://github.com/docker-library/php/blob/a15b1e1448d2f99db63f68dc4ce21da9a82f5aad/Dockerfile-linux.template#L40

Re: [PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Daniil Gentili
+1 on this, this is very much needed, I encountered the need of a debug version of the docker-library php image almost every week ever since I've started recently, and recently even more, as I've been getting many more segfault reports from my users ever since the release of 8.3.11. Regards,

[PHP-DEV] Debug Build Container Image for GitHub Packages

2024-09-02 Thread Go Kudo
Hi Internals. PHP currently does not provide official container images. Given that DockerHub adequately maintains these and considering the maintenance costs, we haven't felt the need to change the status quo. However, the official DockerHub images lack debug builds, which can be somewhat inconve