Tianon Gravi преди 10 години
родител
ревизия
c14414995f
променени са 2 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 8 8
      debian/README.md
  2. 1 1
      ubuntu-debootstrap/README.md

+ 8 - 8
debian/README.md

@@ -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
 

+ 1 - 1
ubuntu-debootstrap/README.md

@@ -10,7 +10,7 @@ For more information about this image and its history, please see the [relevant
 
 # `ubuntu-debootstrap`
 
-This image is the result of running `debootstrap --variant=minbase` against the currently supported suites of the Ubuntu distribution. It is not official or supported by Canonical in any way. For an official Ubuntu image that is supported by Canonical, see [`ubuntu`](https://registry.hub.docker.com/_/ubuntu/)\.
+This image is the result of running `debootstrap --variant=minbase` against the currently supported suites of the Ubuntu distribution. It is not official or supported by Canonical in any way. Please see [`ubuntu`](https://registry.hub.docker.com/_/ubuntu/) for an official Ubuntu image that is supported by Canonical.
 
 # Supported Docker versions