Go to file
2018-04-17 14:19:04 +01:00
skel Add ppwd and add pretty sh prompt colours 2018-02-05 21:11:13 +00:00
.drone.yml Bump busybox 1.28.2 2018-03-28 16:30:40 +01:00
Dockerfile Bump busybox 1.28.3 2018-04-17 14:19:04 +01:00
README.md Add missing badge labels in README 2018-03-18 15:17:47 +00:00

spritsail/busybox - A tiny image, nurtured from source

Latest Version Git Commit Docker Stars Docker Pulls Build Status

This Docker base image has been custom crafted from source to provide just enough functionality in the tiniest footprint. Included in the image are the following:

Additionally, the following small utilities have been included for convenience and good container practice:

There are two main streams of this image: with and without LibreSSL. You can find the dockerfiles below

Goals for a base image

Occasionally there are opportunities where alternative standard libc implementations (musl/uclibc) won't do, like in the case of proprietary software like Plex Media Server where only pre-compiled binaries are provided which were built against the common glibc library.

(If your use-case doesn't require glibc and you can compile the program from source, we strongly recommend you use the Alpine Linux image, based on musl, which is smaller and features a full packaging system)

  • The image had to be small, whilst still being fully functional
  • It should contain a full GNU glibc implementation to support pre-compiled binaries
  • There should be enough common system tools available, either GNU coreutils or busybox
  • Optionally a pre-installed SSL library as many applications require it