summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-08 09:42:18 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-20 08:22:17 -0400
commit99058cb9e0a391674f9f825c3edf291a023e7a2c (patch)
tree4c45fd24f11359f5fc6dc974f3ea2b844225fff1 /recipes-containers
parent96c47ad0b8c95e6f6401d2a479c3444bb7b6415e (diff)
downloadmeta-virtualization-99058cb9e0a391674f9f825c3edf291a023e7a2c.tar.gz
containerd: update to v1.5.2 latest
Bumping containerd to version v1.5.2-18-g9be04c276, which comprises the following commits: 78b95dff2 update runc binary to v1.0.0 GA a2dc682f1 sandbox: send pod UID to CNI plugins as K8S_POD_UID 9d8880816 content/local: inline sys.StatATimeAsTime() 3735a7dfe Fix incorrect UA used for registry authentication 31ecdf77d Fix cleanup context of teardownPodNetwork b441ec19f Add proper Go version before project checks d31f5e6b6 fix invalid validation error checking 3fd01c4ea Change Wrapf of non-error to an actual error cba7b44b6 windows: Use GetFinalPathNameByHandle for ResolveSymbolicLink 354f729a4 Prepare release notes for v1.5.2 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/containerd/containerd-opencontainers_git.bb2
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 8ac1ffaf..38be14e7 100644
--- a/recipes-containers/containerd/containerd-opencontainers_git.bb
+++ b/recipes-containers/containerd/containerd-opencontainers_git.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and
5 support as well as checkpoint and restore for cloning and live migration of containers." 5 support as well as checkpoint and restore for cloning and live migration of containers."
6 6
7 7
8SRCREV = "36cc874494a56a253cd181a1a685b44b58a2e34a" 8SRCREV = "9be04c2761628b7c2ed975085aca2c6fc672486b"
9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5 \ 9SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5 \
10 file://0001-Add-build-option-GODEBUG-1.patch \ 10 file://0001-Add-build-option-GODEBUG-1.patch \
11 file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ 11 file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \