diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-28 12:06:51 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-28 12:06:51 -0400 |
commit | bf4f56ab8aca98a4c3b96972f741680b0f3d97dc (patch) | |
tree | 903873c801aa30859fda8d8659d59969e3112402 | |
parent | adc6207b5ba6e7a0acadb6e0c4c96c64a1228e0d (diff) | |
download | meta-virtualization-bf4f56ab8aca98a4c3b96972f741680b0f3d97dc.tar.gz |
docker-moby: bump to 20.10-latest
Grabbing the following (minor) commits:
8a7f77cb2f dockerd-rootless.sh: use `command -v` instead of `which`
08b27e45d8 Dockerfile: update yamllint to v1.26.1 to fix build
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker-moby.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker-moby.bb b/recipes-containers/docker/docker-moby.bb index 31f3ce9f..9f5be5c6 100644 --- a/recipes-containers/docker/docker-moby.bb +++ b/recipes-containers/docker/docker-moby.bb | |||
@@ -35,7 +35,7 @@ DESCRIPTION = "Linux container runtime \ | |||
35 | # to a docker.inc recipe | 35 | # to a docker.inc recipe |
36 | 36 | ||
37 | # moby commit matches the docker-engine bump on the 19.03 branch' | 37 | # moby commit matches the docker-engine bump on the 19.03 branch' |
38 | SRCREV_moby = "8728dd246c3ab53105434eef8ffe997b6fd14dc6" | 38 | SRCREV_moby = "ce826938232fbee567c8805460a8b2c82dc2e493" |
39 | SRCREV_libnetwork = "b3507428be5b458cb0e2b4086b13531fb0706e46" | 39 | SRCREV_libnetwork = "b3507428be5b458cb0e2b4086b13531fb0706e46" |
40 | SRCREV_cli = "370c28948e3c12dce3d1df60b6f184990618553f" | 40 | SRCREV_cli = "370c28948e3c12dce3d1df60b6f184990618553f" |
41 | SRC_URI = "\ | 41 | SRC_URI = "\ |