Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(dogfood): revert unpin of containerd.io and pin docker-ce#20349

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

Merged
zedkipp merged 2 commits intomainfromzedkipp/dogfood-pins
Oct 16, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletionsdogfood/coder/files/etc/apt/preferences.d/containerd
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
# Ref: https://github.com/nestybox/sysbox/issues/879
# We need to pin containerd to a specific version to avoid breaking
# Docker-in-Docker.
Package: containerd.io
Pin: version 1.7.23-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

should we update the version of containerd as well?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think we need to leave this version because ubuntu 20.04's latest version of containerd.io is 1.7.24, which is the problematic version that brought forward the original pinning of the package (seehttps://redirect.github.com/nestybox/sysbox/issues/879)

Pin-Priority: 1001
4 changes: 4 additions & 0 deletionsdogfood/coder/files/etc/apt/preferences.d/docker
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,8 +4,12 @@ Pin: origin download.docker.com
Pin-Priority: 1

# Docker Community Edition
# We need to pin docker-ce to a specific version because containerd is pinned
# to an older version. Newer major versions of docker-ce require a version of
# containerd.io greater than our pinned version.
Package: docker-ce
Pin: origin download.docker.com
Pin: version 5:27.*
Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Docker 28 stable was released on October 8, which seems to roughly check out with when the dogfood action started failinghttps://docs.docker.com/engine/release-notes/28/

Pin-Priority: 500

# Docker command-line tool
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp