You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- move notes about packaging changes to the 18.09 section
- fix install/upgrade instructions referencing "ce" packages
- changed title to mention "Enterprise"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -25,18 +25,12 @@ from the open source. It also incorporates defect fixes for environments in
25
25
which new features cannot be adopted as quickly for consistency and
26
26
compatibility reasons.
27
27
28
-
> **Note:**
29
-
> New in 18.09 is an aligned release model for Docker Engine - Community and
30
-
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
31
-
> incrementing patch version. The enterprise engine is a superset of the
32
-
> community engine. They will ship concurrently with the same x patch version
33
-
> based on the same code base.
34
-
35
-
> **Note:**
28
+
> **Note**
29
+
>
36
30
> The client and container runtime are now in separate packages from the daemon
37
-
> in Docker Engine 18.09. Users should install and update all three packages at
31
+
> since Docker Engine 18.09. Users should install and update all three packages at
38
32
> the same time to get the latest patch releases. For example, on Ubuntu:
39
-
> `sudo apt install docker-ce docker-ce-cli containerd.io`. See the install
33
+
> `sudo apt-get install docker-ee docker-ee-cli containerd.io`. See the install
40
34
> instructions for the corresponding linux distro for details.
41
35
42
36
# Version 19.03
@@ -478,6 +472,14 @@ The missing rules are :
478
472
479
473
# Version 18.09
480
474
475
+
> **Note**
476
+
>
477
+
> New in 18.09 is an aligned release model for Docker Engine - Community and
478
+
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
479
+
> incrementing patch version. The enterprise engine is a superset of the
480
+
> community engine. They will ship concurrently with the same x patch version
481
+
> based on the same code base.
482
+
481
483
## 18.09.11
482
484
2019-11-14
483
485
@@ -678,7 +680,7 @@ The missing rules are :
678
680
679
681
2019-02-11
680
682
681
-
### Security fixes for Docker Engine - Enterprise and Docker Engine - Community
683
+
### Security fixes for Docker Engine - Enterprise
682
684
* Update `runc` to address a critical vulnerability that allows specially-crafted containers to gain administrative privileges on the host. [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736)
683
685
* Ubuntu 14.04 customers using a 3.13 kernel will need to upgrade to a supported Ubuntu 4.x kernel
0 commit comments