MarcoIeni / release-plz

Publish Rust crates from CI with a Release PR.

Home Page:https://release-plz.ieni.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glibc in docker is too old to run binary

Arvamer opened this issue · comments

$ docker run --rm --entrypoint  /bin/bash -it marcoieni/release-plz:latest

root@dc215ff1b5a3:/app# release-plz
release-plz: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by release-plz)
release-plz: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by release-plz)
release-plz: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by release-plz)
root@dc215ff1b5a3:/app# ldd --version
ldd (Debian GLIBC 2.31-13+deb11u7) 2.31

Looking at Dockerfile. binary is compiled in debian bookworm (12), but final image is debian bullseye (11).

thanks for reporting! The fix will be shipped in the next release.