Docker Official Image packaging for Busybox
Go to file
Tianon Gravi f2820c690e Update "latest" behavior to choose a different latest if uclibc isn't available 2017-05-12 13:30:59 -07:00
glibc Switch glibc to use jessie-slim, which cuts ~61MB off the size of the final builder image 2017-03-08 15:42:43 -08:00
musl Update "musl" to use Alpine 3.5 for the builder environment (newer musl) 2017-03-08 15:35:58 -08:00
uclibc Switch uclibc builder to slim as well (not as dramatic in total size difference since we have a ~2GB layer for buildroot, but it does still compile successfully) 2017-03-08 16:06:30 -08:00
.travis.yml Add "travis_retry" to our build to reduce transitory failures 2017-02-27 16:13:27 -08:00
README.md Update README with Jenkins badge change (see https://github.com/docker-library/docs/pull/697) 2016-10-07 11:14:16 -07:00
build.sh Skip directories which do not include our builder Dockerfile during build.sh 2016-10-07 11:49:50 -07:00
generate-stackbrew-library.sh Update "latest" behavior to choose a different latest if uclibc isn't available 2017-05-12 13:30:59 -07:00
update.sh Change variants to be libc variants instead of build-style variants 2016-01-07 10:46:41 -08:00

README.md

About this Repo

This is the Git repo of the Docker official image for busybox. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full readme is generated over in docker-library/docs, specifically in docker-library/docs/busybox.

See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/busybox" manifest file in the docker-library/official-images repo, especially PRs with the "library/busybox" label on that repo. For more information about the official images process, see the docker-library/official-images readme.