Skip to content

Commit

Permalink
[20.10] test containerd binary v1.7.0-rc.3
Browse files Browse the repository at this point in the history
Once we publish packages for containerd.io 1.7.0, existing daemons may also
update to that version, so opening this to test if CI is still happy with
this version.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Mar 10, 2023
1 parent 98c9e3f commit a67c5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/containerd.installer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e
# the binary version you may also need to update the vendor version to pick up
# bug fixes or new APIs, however, usually the Go packages are built from a
# commit from the master branch.
: "${CONTAINERD_VERSION:=v1.6.16}"
: "${CONTAINERD_VERSION:=v1.7.0-rc.3}"

install_containerd() (
echo "Install containerd version $CONTAINERD_VERSION"
Expand Down

0 comments on commit a67c5b6

Please sign in to comment.