Skip to content

Commit

Permalink
Update to pinned containerd version
Browse files Browse the repository at this point in the history
This is to unblock our automation from requiring manual intervention.
This PR specifically will allow us to upgrade to continuity v0.4.4.

In the long-term we want to have a more modular way of denylisting
certain packages from being upgraded, but for now this is an easy
bandage fix for our current issue.

Signed-off-by: David Son <[email protected]>
  • Loading branch information
sondavidb committed Nov 18, 2024
1 parent 8fa766d commit d5d216b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/awslabs/soci-snapshotter
go 1.22

require (
github.com/containerd/containerd v1.7.23
github.com/containerd/containerd v1.7.24-0.20241112045055-4a8b07907920
github.com/containerd/continuity v0.4.3
github.com/containerd/errdefs v1.0.0
github.com/containerd/log v0.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/containerd/cgroups v1.1.0 h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaD
github.com/containerd/cgroups v1.1.0/go.mod h1:6ppBcbh/NOOUU+dMKrykgaBnK9lCIBxHqJDGwsa1mIw=
github.com/containerd/containerd v1.7.23 h1:H2CClyUkmpKAGlhQp95g2WXHfLYc7whAuvZGBNYOOwQ=
github.com/containerd/containerd v1.7.23/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw=
github.com/containerd/containerd v1.7.24-0.20241112045055-4a8b07907920 h1:2ieHPa/+yr21ZpZrgnsTtSy7FmCDARmrZvLkbhmS7Mw=
github.com/containerd/containerd v1.7.24-0.20241112045055-4a8b07907920/go.mod h1:7QUzfURqZWCZV7RLNEn1XjUCQLEf0bkaK4GjUaZehxw=
github.com/containerd/containerd/api v1.7.19 h1:VWbJL+8Ap4Ju2mx9c9qS1uFSB1OVYr5JJrW2yT5vFoA=
github.com/containerd/containerd/api v1.7.19/go.mod h1:fwGavl3LNwAV5ilJ0sbrABL44AQxmNjDRcwheXDb6Ig=
github.com/containerd/continuity v0.4.3 h1:6HVkalIp+2u1ZLH1J/pYX2oBVXlJZvh1X1A7bEZ9Su8=
Expand Down

0 comments on commit d5d216b

Please sign in to comment.