factoriotools / factorio-docker

Factorio headless server in a Docker container
https://hub.docker.com/r/factoriotools/factorio/
MIT License
909 stars 220 forks source link

Alternatives to alpine-glibc? #402

Closed morrowa closed 5 months ago

morrowa commented 2 years ago

The Alpine Technical Steering Committee recommends against using the glibc package because of the potential for undefined behavior when loading system libraries (which, in Alpine, are linked against musl):

https://gitlab.alpinelinux.org/alpine/tsc/-/issues/17

Would the maintainers consider switching away from alpine-glibc? If so, would Debian or Debian-slim be a suitable base image? I'd be happy to submit a PR with the necessary changes.

Fank commented 2 years ago

It can be changed i think, i wasn't aware that the glibc in alpine cloud be that bad. Something based on Debian should be fine too, will check again once #382 is merged