Skip to content

Commit d106c61

Browse files
committed
pin
1 parent 0210920 commit d106c61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dogfood/contents/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN apt-get update --quiet && apt-get install --yes \
128128
ca-certificates \
129129
cargo \
130130
cmake \
131-
containerd.io=1.7.23-1 \
131+
containerd.io \
132132
crypto-policies \
133133
curl \
134134
docker-ce \
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ref: https://github.com/nestybox/sysbox/issues/879
2+
# We need to pin containerd to a specific version to avoid breaking
3+
# Docker-in-Docker.
4+
Package: containerd.io
5+
Pin: version 1.7.23-1
6+
Pin-Priority: 1001

0 commit comments

Comments
 (0)