diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-27 16:07:08 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-27 17:22:43 +0000 |
| commit | 42245ce7e668ed984247bd815395eabe7a865cbf (patch) | |
| tree | d346efbb0875e6762c5740f032a237d3a00f01d1 /recipes-containers | |
| parent | 0d4f17bd7e75f8f84eb6d33534a69662b872fff1 (diff) | |
| download | meta-virtualization-42245ce7e668ed984247bd815395eabe7a865cbf.tar.gz | |
containerd: update to v2.3.1
We refresh a patch for context, and also pickup the following changes:
f588bc6fb contrib/checkpoint: increase timeouts to 30s
58af96519 Prepare release notes for v2.3.1
8f0b3ca83 Update api to v1.11.1
da7aef299 Prepare release notes for api/v1.11.1
5282d4e09 Wire task address and version fields
e44f5f9ec protos: include task API address to CreateTaskRequest
4d80a31bf seccomp: Block AF_ALG in default socket policy
2ed0d97b6 seccomp: Document socket rule scope and socketcall limitation
2be0710b8 overlay: disable "rebase" capability when running in UserNS
3a88fdde0 server: tolerate failed gRPC plugins when starting listeners
1d601271a fix: close boltdb on metadata and mount plugin close
3b199c22b Update Go to 1.26.3
a05ae7885 oci: return explicit error for out-of-range USER values
d666d2e42 Refactor transfer unpack configuration setup
ccc3bd7b9 Fix optional transfer differ setup
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
| -rw-r--r-- | recipes-containers/containerd/containerd/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch | 10 | ||||
| -rw-r--r-- | recipes-containers/containerd/containerd_git.bb | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes-containers/containerd/containerd/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch b/recipes-containers/containerd/containerd/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch index 63498a86..219759a8 100644 --- a/recipes-containers/containerd/containerd/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch +++ b/recipes-containers/containerd/containerd/0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch | |||
| @@ -19,12 +19,12 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | |||
| 19 | Makefile | 3 ++- | 19 | Makefile | 3 ++- |
| 20 | 1 file changed, 2 insertions(+), 1 deletion(-) | 20 | 1 file changed, 2 insertions(+), 1 deletion(-) |
| 21 | 21 | ||
| 22 | Index: containerd/Makefile | 22 | Index: v2/Makefile |
| 23 | =================================================================== | 23 | =================================================================== |
| 24 | --- containerd.orig/Makefile | 24 | --- v2.orig/Makefile |
| 25 | +++ containerd/Makefile | 25 | +++ v2/Makefile |
| 26 | @@ -129,7 +129,8 @@ | 26 | @@ -133,7 +133,8 @@ endif |
| 27 | GOPATHS=$(shell $(GO) env GOPATH | tr ":" "\n" | tr ";" "\n") | 27 | GOPATHS := $(shell $(GO) env GOPATH | tr ":" "\n" | tr ";" "\n") |
| 28 | 28 | ||
| 29 | TESTFLAGS_RACE= | 29 | TESTFLAGS_RACE= |
| 30 | -GO_BUILD_FLAGS ?= | 30 | -GO_BUILD_FLAGS ?= |
diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb index 51d7c2e2..0a6e2221 100644 --- a/recipes-containers/containerd/containerd_git.bb +++ b/recipes-containers/containerd/containerd_git.bb | |||
| @@ -5,8 +5,8 @@ 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 | ||
| 8 | SRCREV = "5957d3334bcaeddc2bd8e665f53cee318c298a2c" | 8 | SRCREV = "fcede2e9607c091e27778340a90a9f9668ec86b0" |
| 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/2.2;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ | 9 | SRC_URI = "git://github.com/containerd/containerd;branch=release/2.3;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \ |
| 10 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ | 10 | file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \ |
| 11 | file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ | 11 | file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \ |
| 12 | file://cni-containerd-net.conflist \ | 12 | file://cni-containerd-net.conflist \ |
| @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/2.2;protocol=ht | |||
| 16 | LICENSE = "Apache-2.0" | 16 | LICENSE = "Apache-2.0" |
| 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" | 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89" |
| 18 | 18 | ||
| 19 | CONTAINERD_VERSION = "2.2.2" | 19 | CONTAINERD_VERSION = "2.3.1" |
| 20 | 20 | ||
| 21 | # EXTRA_OEMAKE += "GODEBUG=1" | 21 | # EXTRA_OEMAKE += "GODEBUG=1" |
| 22 | 22 | ||
