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

Commitc3d6076

Browse files
committed
fix(dogfood): Pin docker-ce major version for containerd.io compat
This change pins the docker-ce major version for compatibility with thecontainerd.io package version we have pinned. Newer versions of docker-cehave a higher min version of containerd.io. While the underlying issuethat caused us to pin containerd.io is fixed in newer versions, we can'tyet remove the pin because some machines running dogfood are not yet updatedto a version of Linux that have a version of the fixed package (e.g.ubuntu 20.04).
1 parentad3749c commitc3d6076

File tree

1 file changed

+4
-0
lines changed
  • dogfood/coder/files/etc/apt/preferences.d

1 file changed

+4
-0
lines changed

‎dogfood/coder/files/etc/apt/preferences.d/docker‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Pin: origin download.docker.com
44
Pin-Priority: 1
55

66
# Docker Community Edition
7+
# We need to pin docker-ce to a specific version because containerd is pinned
8+
# to an older version. Newer major versions of docker-ce require a version of
9+
# containerd.io greater than our pinned version.
710
Package: docker-ce
811
Pin: origin download.docker.com
12+
Pin: version 5:27.*
913
Pin-Priority: 500
1014

1115
# Docker command-line tool

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp