|
|
@@ -24,19 +24,19 @@ Debian is an operating system which is composed primarily of free and open-sourc
|
|
|
|
|
|
# About this image
|
|
|
|
|
|
-The `debian:latest` tag will always point the latest stable release (which is, at the time of this writing, `debian:wheezy`). Stable releases are also tagged with their version (ie, `debian:wheezy` is currently also the same as `debian:7.4`).
|
|
|
+The `debian:latest` tag will always point the latest stable release (which is, at the time of this writing, `debian:jessie`). Stable releases are also tagged with their version (ie, `debian:8` is an alias for `debian:jessie`, `debian:7` is an alias for `debian:wheezy`, etc).
|
|
|
|
|
|
The rolling tags (`debian:stable`, `debian:testing`, etc) use the rolling suite names in their `/etc/apt/sources.list` file (ie, `deb
|
|
|
-http://http.debian.net/debian testing main`).
|
|
|
+http://httpredir.debian.org/debian testing main`).
|
|
|
|
|
|
-## sources.list
|
|
|
+## `/etc/apt/sources.list`
|
|
|
|
|
|
-The mirror of choice for these images is [http.debian.net](http://http.debian.net) so that it's as close to optimal for everyone as possible, regardless of location.
|
|
|
+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.
|
|
|
|
|
|
- $ docker run debian:wheezy cat /etc/apt/sources.list
|
|
|
- deb http://http.debian.net/debian wheezy main
|
|
|
- deb http://http.debian.net/debian wheezy-updates main
|
|
|
- deb http://security.debian.org/ wheezy/updates main
|
|
|
+ $ 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
|
|
|
|
|
|
# Supported Docker versions
|
|
|
|