Skip to content

Commit

Permalink
use containerd to 1.7.7
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant committed Oct 23, 2023
1 parent b758230 commit bae4a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8s/Dockerfile.oci
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bae4a02

Please sign in to comment.