- Notifications
You must be signed in to change notification settings - Fork1.1k
Commit9f3b2cd
authored
fix(dogfood): revert unpin of containerd.io and pin docker-ce (#20349)
Previously we unpinned the containerd.io package since the dogfoodtemplate image build was failing due to docker-ce requiring a newerversion of containerd.io. The build was fixed, but some dogfood machinesexperienced docker-in-docker problems again because their OS versiondidn't have the fixed containerd.io packages available.This PR first reverts the unpinning of the containerd.io package, andpins the docker-ce major version for compatibility with thecontainerd.io package version we have pinned. Newer versions ofdocker-ce have a higher min version of containerd.io. While theunderlying issue that caused us to pin containerd.io is fixed in newerversions, we can't yet remove the pin because some machines runningdogfood are not yet updated to a version of Linux that have a version ofthe fixed package (e.g. ubuntu 20.04).1 parenta53a568 commit9f3b2cd
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments
Comments
(0)