Hello, we have a task in our backlog to strip the image down to no dependencies together with @santrancisco. It's planned to be a separate tag with no entrypoint.sh at all. The clickhouse internals will be managed manually by mounting config and data files inside.
Now, so far, there are a few potential ways we're investigating, and I'd like to ask what would be an approved one by you.
Before starting to dig deeper, we'd like to have feedback on what the preferred way is.
Hello, we have a task in our backlog to strip the image down to no dependencies together with @santrancisco. It's planned to be a separate tag with no
entrypoint.shat all. Theclickhouseinternals will be managed manually by mounting config and data files inside.Now, so far, there are a few potential ways we're investigating, and I'd like to ask what would be an approved one by you.
FROM scratchwith copying things from the glibc-donor, how it was done in https://github.com/ClickHouse/docker-library/blob/ef22522b5e70f64e6ea359f21ce091581bc03061/server/25.6.12.10/Dockerfile.alpine#L23 and wasn't approved forFROM alpineimagesFROM busybox:glibcwith the same approachBefore starting to dig deeper, we'd like to have feedback on what the preferred way is.