-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nodeup: Add support for Docker 18.09.1.
Starting from Docker 18.09.0, the Docker distribution has been split in 3 packages: the Docker daemon, the Docker CLI, and for containerd. This adds a twist to how to upgrade Docker from the base image as the daemon and CLI packages must be installed at the same time, otherwise dpkg/rpm will refuse to upgrade (the new CLI is incompatible with the old package and the daemon can't be installed without first installing the CLI and the new containerd, so the upgrade MUST happen in a single transaction). This code change thus adds the possibility to specify sources for the CLI and containerd in nodeup, and the ability to apply the multi-package upgrade atomically with dpkg/rpm.
- Loading branch information
Showing
3 changed files
with
90 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters