docker-perl icon indicating copy to clipboard operation
docker-perl copied to clipboard

RFE: Add debugging images

Open FGasper opened this issue 2 years ago • 3 comments

There are some error states that Perl only catches when it’s built with -DDEBUGGING. For CI purposes, then, it would be a boon to have debugging builds available.

Thank you for your consideration!

FGasper avatar Feb 26 '23 17:02 FGasper

Blead with debugging and threads is what many people need.

rwp0 avatar Feb 26 '23 17:02 rwp0

We have #60 which needs a rebase of sorts to make it work and somewhere to push the images to. The issue in the past was that our builds already take a long time on docker hub and adding the debugging builds add more time. Putting them on GH would be a solution. Another option is to build them on GH and push them to Docker hub.

waterkip avatar Feb 26 '23 18:02 waterkip

Thanks @FGasper for the suggestion! @waterkip is right - we'll likely add this (along with the other requested builds in #109) as images on GitHub Container Registry first. We can mirror to Docker Hub under a different namespace later.

zakame avatar Feb 27 '23 04:02 zakame