mcronce / oci-registry

MIT License
127 stars 6 forks source link

`GLIBC_2.32' not found #12

Open cwrau opened 1 year ago

cwrau commented 1 year ago

The new image mcronce/oci-registry:v0.3.19 fails to start with the following error;

/usr/local/bin/oci-registry: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/bin/oci-registry)
/usr/local/bin/oci-registry: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/oci-registry)
/usr/local/bin/oci-registry: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/oci-registry)
mcronce commented 1 year ago

A fix for this went up yesterday - using the same tag, v0.3.19

mcronce commented 1 year ago

Leaving this open as a reminder to create an automated test in CI that at least makes sure the container starts - my manual test was with the wrong image