Jauder Ho
Jauder Ho
I was eager to test this out and can confirm that the Docker image does build. But then I noticed that the build image `node:20` is not an Alpine base...
My point still stands that the build image ideally should be the same Linux OS as the final image. This just means that the issue has been around longer than...
No worries. If the worry is around the number of PRs, Dependabot can be dialed back by the total number of PRs created or by frequency. Happy to make the...
@aloisklink The GH action will update [common/Dockerfile](https://github.com/rui314/mold/blob/b78f237a68be5a6f35de74a3f3c6ffc7cc5c4cf2/common/Dockerfile#L4) once I update dependabot.yml in my branch. I'm guessing that the Dockerfile in / got moved.
I did not want to wait so I forked this repo to https://github.com/jauderho/dnscontrol-action Here's the difference (note the different container image): https://github.com/koenrh/dnscontrol-action/compare/main...jauderho:dnscontrol-action:main Dockerfile is located here: https://github.com/jauderho/dockerfiles/blob/main/dnscontrol/Dockerfile This will now...
Commit 9516b2225cac31ece254f53b473e6fdac39a352d completes this.
@MaxPeal Pull requests are very welcome as I have to test and make sure that builds are not broken as a result of specifying a non-root user. In general, I'm...
For now, ppc64le builds are pretty much disabled across the board as they were generating too many failed runs.
Re-added ppc64le builds. Seems sorted now...
This should not be the case. See https://github.com/jauderho/dockerfiles/pkgs/container/dive and let me know if this is still a problem.