File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile-upstream:master
22
3- ARG RUNC_VERSION=v1.3.6
4- ARG CONTAINERD_VERSION=v2.2.5
3+ ARG RUNC_VERSION=v1.4.3
4+ ARG CONTAINERD_VERSION=v2.3.2
55# CONTAINERD_ALT_VERSION_... defines fallback containerd version for integration tests
6- ARG CONTAINERD_ALT_VERSION_21 =v2.1.9
6+ ARG CONTAINERD_ALT_VERSION_22 =v2.2.5
77ARG CONTAINERD_ALT_VERSION_17=v1.7.33
88ARG REGISTRY_VERSION=v2.8.3
99ARG ROOTLESSKIT_VERSION=v3.0.1
@@ -281,8 +281,8 @@ RUN /build.sh
281281# containerd-alt-21 builds containerd v2.1 for integration tests
282282FROM containerd-build AS containerd-alt-21
283283WORKDIR /go/src/github.com/containerd/containerd
284- ARG CONTAINERD_ALT_VERSION_21
285- ADD --keep-git-dir=true "https://github.com/containerd/containerd.git#$CONTAINERD_ALT_VERSION_21 " .
284+ ARG CONTAINERD_ALT_VERSION_22
285+ ADD --keep-git-dir=true "https://github.com/containerd/containerd.git#$CONTAINERD_ALT_VERSION_22 " .
286286RUN /build.sh
287287
288288# containerd-alt-17 builds containerd v1.7 for integration tests
You can’t perform that action at this time.
0 commit comments