docker: update Docker to release 18.06.1-ce #3093
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains updates for docker dependencies like | go to 1.10.5 | tini v0.18.0 | runc git 69663f0 | libnetwork git 3ac297b | containerd to v1.2.0 and finally bumps docker to 18.06.1-ce.
It builds fine for generic & RPi and I tested it on my generic system but I guess further testing is needed.
btrfs is disabled for containerd otherwise several headers are missing -> is it necessary? If it is then we probably need a package like this
I dropped the docker-002-use-short-expected-commit-values.patch since the LE coding standards demand a full 40-char revision anyway.
[--graph has been replaced by --data-root in docker.conf] (https://docs.docker.com/engine/deprecated/#-g-and---graph-flags-on-dockerd) since it's deprecated
May @lrusak , @Kwiboo or @InuSasha have a look at it too?