Skip to content

Commit

Permalink
Merge pull request docker#1044 from thaJeztah/verify_containerd_1.7
Browse files Browse the repository at this point in the history
[master] verify: remove workaround for containerd-shim 1.6's missing "-v" flag
  • Loading branch information
thaJeztah authored Aug 8, 2024
2 parents f681856 + 60b2c18 commit 9a1c3c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions verify
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ function verify_binaries() {
docker-proxy --version
containerd --version
ctr --version
# containerd-shim v1.6.x does not have a -v flag.
# TODO(thaJeztah): use -v once we switch to containerd 1.7 (see https://github.com/containerd/containerd/pull/6495)
containerd-shim --help
containerd-shim -v
containerd-shim-runc-v1 -v
containerd-shim-runc-v2 -v
runc --version
Expand Down

0 comments on commit 9a1c3c1

Please sign in to comment.