From bae4a0278b4e9a98e6acaef945d587162f7fdc14 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Mon, 23 Oct 2023 21:57:20 +0000 Subject: [PATCH] use containerd to 1.7.7 Signed-off-by: James Sturtevant --- test/k8s/Dockerfile.oci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k8s/Dockerfile.oci b/test/k8s/Dockerfile.oci index 669aea727..2dcbccc9e 100644 --- a/test/k8s/Dockerfile.oci +++ b/test/k8s/Dockerfile.oci @@ -7,7 +7,7 @@ ARG GO_VERSION="1.21.3-bullseye" # modified from https://github.com/kubernetes-sigs/kind/blob/main/images/base/Dockerfile # stage for building containerd FROM golang:${GO_VERSION} as build-containerd -ARG CONTAINERD_VERSION="main" +ARG CONTAINERD_VERSION="v1.7.7" ARG CONTAINERD_CLONE_URL="https://github.com/containerd/containerd" # we don't build with optional snapshotters, we never select any of these # they're not ideal inside kind anyhow, and we save some disk space