94a1c8e979a39b54b839595ed45a313b25a6fe10
Three fixes found bringing the stack up on the host daemon: - base was golang:1.23-bookworm: bookworm's glibc 2.36 / GLIBCXX 3.4.30 is too old to link the prebuilt deps/lib/*.so (built on Arch against glibc 2.38 / GLIBCXX 3.4.32). Moved build+runtime to trixie (glibc 2.40). golang trixie images start at 1.24, which builds the go 1.23 module fine. - builder now installs libvulkan-dev — libggml-vulkan.so needs libvulkan.so.1 at link time. - image renamed maven:latest -> mavenai:latest with pull_policy:never. "maven" is Apache Maven on Docker Hub; compose was silently pulling it, so every container ran mvn-entrypoint.sh and exited 127. Verified on the host: all six build, five-service stack stays up, mavend opens the encrypted db, mavweb GET :9201 -> 200.
Description
No description provided
Languages
Go
97.1%
HTML
0.9%
Shell
0.6%
CSS
0.5%
Makefile
0.3%
Other
0.6%