diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-05 22:31:50 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-05 22:31:50 -0500 |
commit | cd6feb72b84aab9655af6c8c0774a180ea2a4f60 (patch) | |
tree | ff6f15e71f9723b9d4f0de53da52fcc76ed97eca | |
parent | 1ce10e184f74f1523dc447aa97f9a0b07206a6b9 (diff) | |
download | meta-virtualization-cd6feb72b84aab9655af6c8c0774a180ea2a4f60.tar.gz |
containerd/opencontainers: update to latest 1.4.x SRCREV
This includes the following commits:
232cee448 Update to go 1.15.8
f087d7849 runtime: fix shutdown runc v2 service
edffc830b change flag from RDONLY to RDWR and close the fifo correct
e7cd2030e pusher: add missing authentication support for requests
ec752e8ba docker: avoid concurrent map access panic
b73052d34 runtime/v2: should use defer ctx to cleanup
8cff6b375 [release/1.4 backport] Return GRPC not found error instead of plain one
a6f6eb00c Add bounds on max oom_score_adj value for AdjustOOMScore
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/containerd/containerd-opencontainers_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/containerd-opencontainers_git.bb index 2279a74c..01e2cc78 100644 --- a/recipes-containers/containerd/containerd-opencontainers_git.bb +++ b/recipes-containers/containerd/containerd-opencontainers_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SRCREV = "269548fa27e0089a8b8278fc4fc781d7f65a939b" | 1 | SRCREV = "33d90b72d1e44987118ac111d4f7a108d412099b" |
2 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ | 2 | SRC_URI = "git://github.com/containerd/containerd;branch=release/1.4 \ |
3 | file://0001-build-use-oe-provided-GO-and-flags.patch \ | 3 | file://0001-build-use-oe-provided-GO-and-flags.patch \ |
4 | file://0001-Add-build-option-GODEBUG-1.patch \ | 4 | file://0001-Add-build-option-GODEBUG-1.patch \ |