- Notifications
You must be signed in to change notification settings - Fork1.1k
fix(dogfood): downgrade containerd.io to work around containerd DinD issue#15723
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deansheather left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Needs to be pinned orapt-get upgrade commands in personalize files will overwrite it
johnstcn commentedDec 2, 2024
I tried pinning and it didn't work initially until I set priorioty over 1000. |
0ea7663 intomainUh oh!
There was an error while loading.Please reload this page.
johnstcn commentedDec 2, 2024
nix image build is failing, but unrelated to this PR. |
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.```
ref:nestybox/sysbox#879