在 debian 上安装 libc6 2.33

Installing libc6 2.33 on debian

出于安全补丁的原因,我想将 libc6 2.33 安装到 debian docker 容器中。我可以看到 here that it has been released, and also it is noted here 2.33 可用。

有什么简单的方法可以将它安装到 debian docker 容器上吗?

是否有困难的方法将其安装到 debian docker 容器中?

如果有人知道这通常需要多长时间才能发布到 apt-get,那也会很有用。

可能需要一段时间才能获得 .deb,因此如果您的工作依赖它,我建议从源代码构建它。有时甚至需要 2-3 个月才能在测试中提供更新。

源码可以在下面找到linkhttps://www.gnu.org/software/libc/sources.html

您可以在此 link https://sourceware.org/glibc/wiki/Tips_and_Tricks/How_to_Build_an_application_with_your_own_custom_glibc

上找到一些有关如何将库包含在源构建中的有用信息

如果您想制作自己的 .deb 并使用它来构建您自己的 Debian 容器风格,那么您需要做更多的工作才能将新源代码与 maintainers repository 中的构建规则相结合.