diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-12-05 21:13:31 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-01-04 02:52:53 +0000 |
commit | bf3b7371a309bb42350c8f7ecc3812a305a3b05f (patch) | |
tree | 18d05d94a7acec723b5133691b492f7a5f5879be /recipes-containers | |
parent | 08ec5a182ddda6d2c59458124c92b6aa4d11b167 (diff) | |
download | meta-virtualization-bf3b7371a309bb42350c8f7ecc3812a305a3b05f.tar.gz |
moby: update to v24.0.7-tip
Bumping moby to version v24.0.7-9-gafcd2cde95, which comprises the following commits:
d0b5a5a8a5 integration/TestLiveRestore: Wait for process to exit
f0b5ca47fb liverestore: Don't remove `--rm` containers on restart
bfbb1dd890 update containerd binary to v1.7.9
8a9a6702d0 update containerd binary to v1.7.8
56d9d85c99 Dockerfile: update github.com/tc-hib/go-winres v0.3.1
6d5c35c0ce update runc binary to v1.1.10
05d7386665 daemon: daemon.containerRestart: don't cancel restart on context cancel
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r-- | recipes-containers/docker/docker-moby_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb index f21c894b..4682ab4e 100644 --- a/recipes-containers/docker/docker-moby_git.bb +++ b/recipes-containers/docker/docker-moby_git.bb | |||
@@ -44,7 +44,7 @@ DESCRIPTION = "Linux container runtime \ | |||
44 | # so we get that tag, and make it our SRCREVS: | 44 | # so we get that tag, and make it our SRCREVS: |
45 | # | 45 | # |
46 | 46 | ||
47 | SRCREV_moby = "311b9ff0aa93aa55880e1e5f8871c4fb69583426" | 47 | SRCREV_moby = "afcd2cde957e5d3c33b79652645163dcb277b95d" |
48 | SRCREV_libnetwork = "67e0588f1ddfaf2faf4c8cae8b7ea2876434d91c" | 48 | SRCREV_libnetwork = "67e0588f1ddfaf2faf4c8cae8b7ea2876434d91c" |
49 | SRCREV_cli = "ed223bc820ee9bb7005a333013b86203a9e1bc23" | 49 | SRCREV_cli = "ed223bc820ee9bb7005a333013b86203a9e1bc23" |
50 | SRCREV_FORMAT = "moby_libnetwork" | 50 | SRCREV_FORMAT = "moby_libnetwork" |