diff options
author | Sam James <sam@gentoo.org> | 2024-02-08 01:08:11 +0000 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2024-02-07 19:16:39 -0800 |
commit | 118859f09e0420798d9daa09416ae4622d83cfc4 (patch) | |
tree | 6fe82e75833a12b2df90228af094067d38f0e154 | |
parent | Switch systemd images to mergedusr (diff) | |
download | docker-images-118859f09e0420798d9daa09416ae4622d83cfc4.tar.gz docker-images-118859f09e0420798d9daa09416ae4622d83cfc4.tar.bz2 docker-images-118859f09e0420798d9daa09416ae4622d83cfc4.zip |
Drop references to uclibc
uclibc was removed from Gentoo a while ago - see the 2021-08-18-uclibc-ng-retirement
news item.
Bug: https://bugs.gentoo.org/820905
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -75,8 +75,6 @@ The following upstream stage3 targets are not built at all: * `stage3-amd64-musl-vanilla` [[deprecated](#deprecated)] * `stage3-amd64-nomultilib` [[deprecated](#deprecated)] * `stage3-amd64-nomultilib-selinux-openrc` [[selinux](#selinux)] - * `stage3-amd64-uclibc-hardened` [[deprecated](#deprecated)] - * `stage3-amd64-uclibc-vanilla` [[deprecated](#deprecated)] * `stage3-x32` [[deprecated](#deprecated), [unsupported](#unsupported)] * `stage3-x32-openrc` [[unsupported](#unsupported)] * `arm` @@ -105,8 +103,6 @@ The following upstream stage3 targets are not built at all: * `stage3-i686` [[deprecated](#deprecated)] * `stage3-i686-hardened` [[deprecated](#deprecated)] * `stage3-i686-musl-vanilla` [[deprecated](#deprecated)] - * `stage3-i686-uclibc-hardened` [[deprecated](#deprecated)] - * `stage3-i686-uclibc-vanilla` [[deprecated](#deprecated)] <a name="deprecated">[deprecated]</a>: Deprecated stage3 target |