Docker base image generator based on the docker-brew-debian scripts.
Go to file
cyteen d7db0ca32e Initial commit 2020-11-05 16:20:18 +00:00
ascii Initial commit 2020-11-05 16:20:18 +00:00
beowulf Initial commit 2020-11-05 16:20:18 +00:00
chimaera Initial commit 2020-11-05 16:20:18 +00:00
jessie Initial commit 2020-11-05 16:20:18 +00:00
oldstable Initial commit 2020-11-05 16:20:18 +00:00
stable Initial commit 2020-11-05 16:20:18 +00:00
testing Initial commit 2020-11-05 16:20:18 +00:00
unstable Initial commit 2020-11-05 16:20:18 +00:00
.gitattributes Initial commit 2020-11-05 16:20:18 +00:00
README.md Initial commit 2020-11-05 16:20:18 +00:00
components Initial commit 2020-11-05 16:20:18 +00:00
generate-stackbrew-library.sh Initial commit 2020-11-05 16:20:18 +00:00
latest Initial commit 2020-11-05 16:20:18 +00:00
mirror Initial commit 2020-11-05 16:20:18 +00:00
mkimage.sh Initial commit 2020-11-05 16:20:18 +00:00
repo Initial commit 2020-11-05 16:20:18 +00:00
slim-excludes Initial commit 2020-11-05 16:20:18 +00:00
update.sh Initial commit 2020-11-05 16:20:18 +00:00

README.md

About this Repo

The generated tarballs don't belong in a git repo. In the past we had to use git checkout --orphan, which very effectively discards all the history of the branch for each tarball. The benefit is much shorter download times, since there's no big binary history.

Now the tarballs are handled by git-lfs: git lfs install # initialize the Git LFS project git lfs track "*.tar.xz"

This is the Git repo of the Docker official image for debian. 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, specificially in docker-library/docs/debian.

Maintainers

This image is maintained by tianon and paultag, who are Debian Developers.

Building

This image is built using bin/mkimage.sh, where the interesting bits live in bin/mkimage/debootstrap.

The master branch contains the scripts and is where any "development" happens, and the dist branch contains the built tarballs and the build logs.

Separate branches:

dist-unstable dist-stable dist-oldstable master