- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit03d285d
authored
fix(dogfood): fix dogfood template image build (#20312)
Previously the dogfood action was failing because the image for thedogfood template pulls a version of docker-ce that depended on a versionof containerd.io greater than the pinned version. The pinned version wasa workaround for an old sysbox issue (see#15723).Example action I kicked off main recently that failed:https://github.com/coder/coder/actions/runs/18507966953```4.879 The following packages have unmet dependencies:4.955 docker-ce : Depends: containerd.io (>= 1.7.27) but 1.7.23-1 is to be installed4.963 E: Unable to correct problems, you have held broken packages.```1 parentade3fce commit03d285d
1 file changed
+0
-6
lines changedThis file was deleted.
0 commit comments
Comments
(0)