You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #2102, #2071, #1726. An incompatibility related to faccessat2(2) and Alpine's musl libc prevented us from upgrading the Alpine base image past 3.13. At this point:
Linux kernel versions that lack faccessat2(2) are still fully supported, e.g. Ubuntu 20.04 ships the 5.4 kernel, whereas 5.8 is the first version with that system call
However, modern Docker versions ship a workaround, e.g. Docker version 24.0.7, build afdd53b works with Alpine 3.18 under the 5.4 kernel
so let's just go ahead and upgrade it in the next Ergo release. We should changelog this as a compatibility break and include a recommended Docker version.
The text was updated successfully, but these errors were encountered:
See #2102, #2071, #1726. An incompatibility related to
faccessat2(2)
and Alpine's musl libc prevented us from upgrading the Alpine base image past 3.13. At this point:faccessat2(2)
are still fully supported, e.g. Ubuntu 20.04 ships the 5.4 kernel, whereas 5.8 is the first version with that system callDocker version 24.0.7, build afdd53b
works with Alpine 3.18 under the 5.4 kernelso let's just go ahead and upgrade it in the next Ergo release. We should changelog this as a compatibility break and include a recommended Docker version.
The text was updated successfully, but these errors were encountered: