Changing -memberlist.advertise-addr in Docker #9108
-
Based on this discussion Docker DNS Service Discovery "no such host" while running Mimir on 3 node cluster, how to achieve the same result on Distroless ? I have an entrypoint script that does few before starting Mimir. Before you suggest the mimir-alpine release, I'm aware of it's existence, but I'm also aware they will deprecate this release in near future, so I'm just trying to avoid more issues that needs to be tackled in future. I know in the future, I could just build my own image, based on this git, but I'm trying to avoid this as well. Thanks for your suggestions. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
We have decided to support only deployments on Kubernetes. For other purposes, you will need to build custom image (or use For more details see: #9034 (comment) |
Beta Was this translation helpful? Give feedback.
-
Thank you. If I use Alpine will use 3.20 instead, since has 0 CVE's or just Busybox 1.36 (uclibc). |
Beta Was this translation helpful? Give feedback.
We have decided to support only deployments on Kubernetes. For other purposes, you will need to build custom image (or use
mimir-alpine
for now, but as you point out, that's temporary solution).For more details see: #9034 (comment)