The official BusyBox docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current BiSheng BusyBox images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
BusyBox is a multi-call binary. A multi-call binary is an executable program that performs the same job as more than one utility program. That means there is just a single BusyBox binary, but that single binary acts like a large number of utilities. This allows BusyBox to be smaller since all the built-in utility programs (we call them applets) can share code for many common operations.
The tag of each BusyBox docker image is consist of the version of BusyBox and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 1.38.0-oe2403sp4 | busybox 1.38.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 1.37.0-oe2403sp4 | BusyBox 1.37.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 1.37.0-oe2403sp1 | BusyBox 1.37.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
You can also invoke BusyBox by issuing a command as an argument on the command line. For example, entering
busybox ls
will also cause BusyBox to behave as 'ls'.
Of course, adding '/bin/busybox' into every command would be painful. So most people will invoke BusyBox using links to the BusyBox binary.
ln -s /usr/local/busybox/bin/busybox ls
./ls
will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled into BusyBox). Generally speaking, you should never need to make all these links yourself, as the BusyBox build system will do this for you when you run the 'make install' command. If you invoke BusyBox with no arguments, it will provide you with a list of the applets that have been compiled into your BusyBox binary.
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:933b21587…
Size
204.9 MB
Last updated
about 19 hours ago
docker pull openeuler/busyboxPulls:
2
Sep 7 to Sep 13