Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Containerd in main from 1.6.20 to 1.7.1 #819

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions changelog/updates/2023-05-12-containerd-1.7.1-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- containerd ([1.7.1](https://github.com/containerd/containerd/releases/tag/v1.7.1))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST containerd-1.6.21.tar.gz 8750934 BLAKE2B d4b0fffa628d9ec3167ebd776176d3a5884baf2f2b18add7610d8223bed4e98e5870cd4e34da7182e60c44a8fde3dfa397d3290b59384c97d276b5cb29a85b23 SHA512 a94ed8b8b9e153c9dc370228b659fcba1b03b3c47c8b5fcb001bb1b4b158ea048159f5d8d8c5294e7da3444edd76fbd903d7b7faa84e3382807a583d757325e1
DIST containerd-1.7.1.tar.gz 9682254 BLAKE2B f168070caf2b76f0be350a98f41bfdbfe6d78344d68821fb92a29f839a6e847d795e5b79436e36f985aa88028ff1c3f44f134cf6bd502ddac22453a457bd952b SHA512 e9b00ba8f4dd1b5b1088060d3822f684611d43b367ddfeb1bee1660140af85f31e9c9bfc600a67e8fc8645a625dc4e1919d9af7291bdeaa607bff7065a4fc945
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
else
MY_PV="${PV/_rc/-rc.}"
EGIT_COMMIT="v${MY_PV}"
CONTAINERD_COMMIT="66c1fbccbaaac631b77184b7957e67fea4cf45ab"
CONTAINERD_COMMIT="4380190cd97d9aa65e86b247d46aadce2efcaaf2"
SRC_URI="https://${GITHUB_URI}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm64"
inherit vcs-snapshot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KEYWORDS="amd64 arm64"
RDEPEND="
~app-emulation/docker-20.10.24
~app-emulation/docker-cli-20.10.24
~app-emulation/containerd-1.6.21
~app-emulation/containerd-1.7.1
~app-emulation/docker-proxy-0.8.0_p20210525
~app-emulation/docker-runc-1.1.7
~dev-libs/libltdl-2.4.7
Expand Down