From 9c803d86a64889971ceffafe376734eba4c71b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 10 Apr 2026 08:49:30 +0200 Subject: [PATCH] ci: erofs: Bump containerd to v2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To ensure we're using the latest released version of the project, as I think we're missing patches on v2.2. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/run-kata-coco-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 0696a2ad81..88e1decfe3 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -405,7 +405,7 @@ jobs: KBS_INGRESS: "" KUBERNETES: "vanilla" CONTAINER_ENGINE: "containerd" - CONTAINER_ENGINE_VERSION: "active" + CONTAINER_ENGINE_VERSION: "v2.3" PULL_TYPE: ${{ matrix.pull-type }} SNAPSHOTTER: ${{ matrix.snapshotter }} USE_EXPERIMENTAL_SETUP_SNAPSHOTTER: "true"