Skip to content

Commit 9a9f017

Browse files
committed
Back to containerd 1.7.y; runc 1.2.y
1 parent 5f5dbe9 commit 9a9f017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN make
3737
# Build containerd from source
3838
FROM build as containerd
3939
WORKDIR /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
4242
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${CONTAINERD_VERSION} https://github.com/containerd/containerd /src/containerd
4343
WORKDIR /src/containerd
@@ -46,7 +46,7 @@ RUN BUILDTAGS=no_btrfs make
4646
# Build nerdctl from source
4747
FROM build as nerdctl
4848
WORKDIR /src
49-
ARG NERDCTL_VERSION="v2.0.4"
49+
ARG NERDCTL_VERSION="v1.7.7"
5050
RUN git -c advice.detachedHead=false clone --depth=1 --single-branch --branch=${NERDCTL_VERSION} https://github.com/containerd/nerdctl /src/nerdctl
5151
WORKDIR /src/nerdctl
5252
RUN make

0 commit comments

Comments
 (0)