10BC0 [19.03 backport] update containerd binary v1.3.7 by thaJeztah · Pull Request #40408 · moby/moby · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update containerd to v1.3.2
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
(cherry picked from commit 7f809e1)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
tao12345666333 authored and thaJeztah committed Aug 5, 2020
commit 490c45b75682879891e73c7f08ae90e69a98012d
2 changes: 1 addition & 1 deletion hack/dockerfile/install/containerd.installer
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# containerd is also pinned in vendor.conf. When updating the binary
# version you may also need to update the vendor version to pick up bug
# fixes or new APIs.
: ${CONTAINERD_COMMIT:=c7a4f874b3267c499484aae602d1257b12d69e40} # v1.3.1
: ${CONTAINERD_COMMIT:=ff48f57fc83a8c44cf4ad5d672424a98ba37ded6} # v1.3.2

install_containerd() {
echo "Install containerd version $CONTAINERD_COMMIT"
Expand Down
0