inspircd / inspircd-docker

InspIRCd Docker image
https://hub.docker.com/r/inspircd/inspircd-docker
MIT License
112 stars 41 forks source link

Look into using Distroless for the container base image #123

Closed SadieCat closed 1 year ago

SadieCat commented 2 years ago

Distroless generates smaller images than using the Alpine base images. It also uses glibc which is generally less quirky (i.e. to spec but broken in practise) than musl.

Reference: https://github.com/GoogleContainerTools/distroless