yosifkit

Results 313 comments of yosifkit

Windows failures are https://github.com/docker-library/official-images/pull/18435#issuecomment-2654277193: > The problem is that the `windows-2025` runner is too old to run the `mcr.microsoft.com/windows/servercore:ltsc2025` image released this week (https://github.com/actions/runner-images/issues/11582).

I agree to adding tests to ensure that the go binaries work as expected in the container environment but the comparison to the most recent run on master is not...

> What happens to zombie processes? Will nginx reap those? Yes, `nginx` is well-behaved and cleans up its own children (and is basically a "init" system to its worker processes/threads)....

I think this is something to fix in Dependabot and Renovate bot to not treat Nginx as semver. Nginx doesn’t use semver but still does Odd-Even Versioning: odd-numbered releases are...

😕 Are you trying to run the `arm64v8` image on an `amd64` host? While Docker Desktop on Mac will set up the user-mode emulation to make it able to run...

> except for mips64, it seems Yeah, unfortunately Debian Trixie dropped it completely. So, with Trixie we get to add `riscv64`, but lose `mips64le`. > From trixie, the architectures mipsel...

The current builds of `node` could work like we have in our repos: https://github.com/docker-library/golang/#:~:text=images%20repository.-,Build,-Status. But we are actively in the process of migrating to a new way of building that...

Could you provide more information about how to reproduce the failure? Perhaps a minimal reproducer and some environment information (e.g. `docker version`, `uname -a`). The difference between the two images...

Since CentOS 7 is end of life, we'd like to drop the CentOS variants of the `swift` images. @tkremenek @shahmishal @tomerd @hamin @swizzlr is this change ok with you? Would...