Add a small note about what "ubuntu:devel" is an alias for
This commit is contained in:
parent
789d00f122
commit
1ad44cecf2
|
|
@ -14,6 +14,8 @@ This image is built from official rootfs tarballs provided by Canonical (specifi
|
||||||
|
|
||||||
The `ubuntu:latest` tag points to the "latest LTS", since that's the version recommended for general use.
|
The `ubuntu:latest` tag points to the "latest LTS", since that's the version recommended for general use.
|
||||||
|
|
||||||
|
Along a similar vein, the `ubuntu:devel` tag is an alias for whichever release the "devel" suite on the mirrors currently points to, as determined by the following one-liner: `wget -qO- http://archive.ubuntu.com/ubuntu/dists/devel/Release | awk -F ': ' '$1 == "Codename" { print $2; exit }'`
|
||||||
|
|
||||||
## `/etc/apt/sources.list`
|
## `/etc/apt/sources.list`
|
||||||
|
|
||||||
### `ubuntu:16.04`
|
### `ubuntu:16.04`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue