Fix GLIBC_2.38 mismatch: switch base image to ubuntu:24.04 #47

Merged
will.anderson merged 1 commits from fix/entrypoint-k3s-nonblocking into dev 2026-05-10 18:01:59 +00:00
Owner

CI runner (Ubuntu 24.04, glibc 2.39) produces binaries requiring GLIBC_2.38+. debian:bookworm-slim has glibc 2.36 — crash on startup. Switch to ubuntu:24.04.

CI runner (Ubuntu 24.04, glibc 2.39) produces binaries requiring GLIBC_2.38+. debian:bookworm-slim has glibc 2.36 — crash on startup. Switch to ubuntu:24.04.
will.anderson added 1 commit 2026-05-10 18:01:55 +00:00
Fix GLIBC_2.38 mismatch: switch base image to ubuntu:24.04
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 2m13s
740382fca1
CI runner (Ubuntu 24.04, glibc 2.39) produces binaries that require
GLIBC_2.38+. debian:bookworm-slim ships glibc 2.36 which doesn't have
the GLIBC_2.38 versioned symbols — container crashes immediately with
"version GLIBC_2.38 not found". Switch to ubuntu:24.04 (glibc 2.39)
to match the build environment. Also updates libcurl4/libssl3 package
names to their Ubuntu 24.04 canonical t64 forms.
will.anderson merged commit ee0147869e into dev 2026-05-10 18:01:59 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#47