diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-28 12:03:37 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-28 12:03:37 -0400 |
commit | adc6207b5ba6e7a0acadb6e0c4c96c64a1228e0d (patch) | |
tree | adec62d767af1ba6a8af650119f5d44065f6cdd3 | |
parent | a4f08e110e4b87a07b94c5c450fff25029a22ddb (diff) | |
download | meta-virtualization-adc6207b5ba6e7a0acadb6e0c4c96c64a1228e0d.tar.gz |
docker-ce: bump to 20.10-latest
Bumping the SRCREV to pick up the following commits:
3b8193b399 Upgrade Docker Scan plugin to v0.8.0
9303aa4b6b Add John Howard to our alumni
ba87f9abb5 dockerd-rootless.sh: use `command -v` instead of `which`
efe9ca44fe Prepare tests for Windows containerd support
ed269a15ff vendor: github.com/docker/swarmkit 5a5494a9a7b408b790533a5e4e1cb43ca1c32aad
62761e5710 vendor: github.com/coreos/etcd v3.3.25
07de8d8bea vendor: github.com/containerd/containerd 19ee068f93c91f7b9b2a858457f1af2cabc7bc06
2ee09a228a vendor: github.com/gogo/protobuf v1.3.2
ce1125b768 Remove needless check
5c7fa82d85 Remove lowenna (aka jhowardmsft) from maintainters
0d83bab69a bump up rootlesskit to v0.14.2
fc17485819 Dockerfile: update yamllint to v1.26.1 to fix build
03ac69b517 Error string match: do not match command path
d1b9bc135d Update contrib/nuke-graph-directory.sh
b39a1ca16b Fixes subvol delete on a non-btrfs volume
618c440ae3 Bump hcsshim to get some fixes.
a0fa96c25b Update stop.md
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker-ce_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb index a1079348..2c97cb21 100644 --- a/recipes-containers/docker/docker-ce_git.bb +++ b/recipes-containers/docker/docker-ce_git.bb | |||
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \ | |||
18 | subtle and/or glaring issues. \ | 18 | subtle and/or glaring issues. \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV_docker = "42aa775803d44af077f0e0099c67708ad0814fe7" | 21 | SRCREV_docker = "24ee78d705ae57b2cea7666dc1b1db56f2a94454" |
22 | SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" | 22 | SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435" |
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | git://github.com/docker/docker-ce.git;branch=master;name=docker \ | 24 | git://github.com/docker/docker-ce.git;branch=master;name=docker \ |