Skip to content

Commit 0ea7663

Browse files
authored
fix(dogfood): downgrade containerd.io to work around containerd DinD issue (coder#15723)
ref: nestybox/sysbox#879
1 parent 0c541c9 commit 0ea7663

File tree

1 file changed

+6
-0
lines changed
  • dogfood/contents/files/etc/apt/preferences.d

1 file changed

+6
-0
lines changed
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)