docker-node
docker-node copied to clipboard
Debug builds?
I find myself often needing to manually build images with Node.js built in debug mode. Is there any reason not to have *-debug versions of all the images too? It'd be super convenient to be able to just add -debug to the end of the container tag and magically have all those handy debug symbols. 😅
I'm happy to lend a hand with making that happen, so long as we feel it's something worth having. Just want to check before I go doing something if there's a reason why we're not doing it currently.
This would place a bigger burden on Docker's CI to build and push them - @tianon @yosifkit is this something you would be OK with?
Yeah, true. That was one reason I was a bit uncertain about it. Just a question of if the value of debug symbols is worth the cost. 🤔