|
|
@@ -16,9 +16,10 @@ WARNING:
|
|
|
|
|
|
# Supported tags and respective `Dockerfile` links
|
|
|
|
|
|
-- [`1.26.2-glibc`, `1.26-glibc`, `1-glibc`, `glibc` (*glibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/de3cbcb2cd371e55119e460c03bf73b8abbbd064/glibc/Dockerfile)
|
|
|
-- [`1.26.2-musl`, `1.26-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/de3cbcb2cd371e55119e460c03bf73b8abbbd064/musl/Dockerfile)
|
|
|
-- [`1.26.2-uclibc`, `1.26-uclibc`, `1-uclibc`, `uclibc`, `1.26.2`, `1.26`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/de3cbcb2cd371e55119e460c03bf73b8abbbd064/uclibc/Dockerfile)
|
|
|
+- [`1.26.2-uclibc`, `1.26-uclibc`, `1-uclibc`, `uclibc` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/e93396e651d5e9da8a79d37d144f664b063a997a/uclibc/Dockerfile)
|
|
|
+- [`1.26.2-glibc`, `1.26-glibc`, `1-glibc`, `glibc` (*glibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/e93396e651d5e9da8a79d37d144f664b063a997a/glibc/Dockerfile)
|
|
|
+- [`1.26.2-musl`, `1.26-musl`, `1-musl`, `musl` (*musl/Dockerfile*)](https://github.com/docker-library/busybox/blob/e93396e651d5e9da8a79d37d144f664b063a997a/musl/Dockerfile)
|
|
|
+- [`1.26.2`, `1.26`, `1`, `latest` (*uclibc/Dockerfile*)](https://github.com/docker-library/busybox/blob/e93396e651d5e9da8a79d37d144f664b063a997a/uclibc/Dockerfile)
|
|
|
|
|
|
# Quick reference
|
|
|
|
|
|
@@ -81,6 +82,10 @@ The `busybox` images contain BusyBox built against various "libc" variants (for
|
|
|
|
|
|
For more information about the specific particulars of the build process for each variant, see `Dockerfile.builder` in the same directory as each variant's `Dockerfile` (see links above).
|
|
|
|
|
|
+## `busybox:uclibc`
|
|
|
+
|
|
|
+- [uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled)
|
|
|
+
|
|
|
## `busybox:glibc`
|
|
|
|
|
|
- [glibc from Debian](https://packages.debian.org/search?searchon=names&exact=1&suite=all§ion=all&keywords=libc6) (which is then included in the image)
|
|
|
@@ -89,10 +94,6 @@ For more information about the specific particulars of the build process for eac
|
|
|
|
|
|
- [musl from Alpine](https://pkgs.alpinelinux.org/packages?name=musl) (statically compiled)
|
|
|
|
|
|
-## `busybox:uclibc`
|
|
|
-
|
|
|
-- [uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled)
|
|
|
-
|
|
|
# License
|
|
|
|
|
|
View [license information](http://www.busybox.net/license.html) for the software contained in this image.
|