File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN make
3737# Build containerd from source
3838FROM build as containerd
3939WORKDIR /src
40- ARG CONTAINERD_VERSION="v2.0.4 "
40+ ARG CONTAINERD_VERSION="v1.7.27 "
4141# When changing above, also change the version in the debian/control file
4242RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${CONTAINERD_VERSION} https://github.com/containerd/containerd /src/containerd
4343WORKDIR /src/containerd
@@ -46,7 +46,7 @@ RUN BUILDTAGS=no_btrfs make
4646# Build nerdctl from source
4747FROM build as nerdctl
4848WORKDIR /src
49- ARG NERDCTL_VERSION="v2.0.4 "
49+ ARG NERDCTL_VERSION="v1.7.7 "
5050RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${NERDCTL_VERSION} https://github.com/containerd/nerdctl /src/nerdctl
5151WORKDIR /src/nerdctl
5252RUN make
You can’t perform that action at this time.
0 commit comments