diff --git a/debian/content.md b/debian/content.md index 7d3550293..6d27b88aa 100644 --- a/debian/content.md +++ b/debian/content.md @@ -13,13 +13,10 @@ The `debian:latest` tag will always point the latest stable release (which is, a The rolling tags (`debian:stable`, `debian:testing`, etc) use the rolling suite names in their `/etc/apt/sources.list` file (ie, `deb http://httpredir.debian.org/debian testing main`). -## `/etc/apt/sources.list` +The mirror of choice for these images is [the httpredir.debian.org redirecting mirror](http://httpredir.debian.org) so that it's as close to optimal as possible, regardless of location or connection. See the [httpredir homepage](http://httpredir.debian.org) for more information. -The mirror of choice for these images is [httpredir.debian.org](http://httpredir.debian.org) so that it's as close to optimal as possible, regardless of location or connection. +## How It's Made -```console -$ docker run debian:jessie cat /etc/apt/sources.list -deb http://httpredir.debian.org/debian jessie main -deb http://httpredir.debian.org/debian jessie-updates main -deb http://security.debian.org jessie/updates main -``` +If you are curious about what goes into creating this image, please see [`contrib/mkimage.sh` in `github.com/docker/docker`](https://github.com/docker/docker/blob/master/contrib/mkimage.sh) (and [`contrib/mkimage/debootstrap` in the same repo](https://github.com/docker/docker/blob/master/contrib/mkimage/debootstrap)). + +Additional interesting information is provided in files on the [`dist` branch](https://github.com/tianon/docker-brew-debian/tree/dist) of the relevant repository, namely the exact command used to build (`SUITE/build-command.txt`), a full log of the build itself (`SUITE/build.log`), and the "build manifest" (`SUITE/build.manifest`, which lists the version numbers of all the packages included in the rootfs tarball).