[master] verify: check more binaries#819
Merged
thaJeztah merged 1 commit intodocker:masterfrom Jan 11, 2023
Merged
Conversation
This verification is still very "bare boned", but makes sure that
the binaries are not completely defunct, and that installation of
the package installs the expected binaries.
make IMAGE=ubuntu:jammy verify
# ...
+ verify_binaries
+ docker --version
Docker version 23.0.0-rc.2, build f163d24
++ uname -m
+ '[' aarch64 = x86_64 ']'
+ docker buildx version
github.com/docker/buildx v0.10.0 8764628
+ docker compose version
Docker Compose version v2.15.1
+ dockerd --version
Docker version 23.0.0-rc.2, build 9fd3a437
+ docker-proxy --version
docker-proxy (commit 9fd3a437) version 23.0.0-rc.2
+ containerd --version
containerd containerd.io 1.6.15 5b842e528e99d4d4c1686467debf2bd4b88ecd86
+ ctr --version
ctr containerd.io 1.6.15
+ containerd-shim --help
Usage of containerd-shim:
-address string
grpc address back to main containerd
-containerd-binary containerd publish
path to containerd binary (used for containerd publish) (default "containerd")
-criu string
path to criu binary
-debug
enable debug output in logs
-namespace string
namespace that owns the shim
-runtime-root string
root directory for the runtime (default "/run/containerd/runc")
-socket string
socket path to serve
-systemd-cgroup
set runtime to use systemd-cgroup
-workdir string
path used to storge large temporary data
+ containerd-shim-runc-v1 -v
containerd-shim-runc-v1:
Version: 1.6.15
Revision: 5b842e528e99d4d4c1686467debf2bd4b88ecd86
Go version: go1.18.9
+ containerd-shim-runc-v2 -v
containerd-shim-runc-v2:
Version: 1.6.15
Revision: 5b842e528e99d4d4c1686467debf2bd4b88ecd86
Go version: go1.18.9
+ runc --version
runc version 1.1.4
commit: v1.1.4-0-g5fd4c4d
spec: 1.0.2-dev
go: go1.18.9
libseccomp: 2.5.3
Signed-off-by: Sebastiaan van Stijn <[email protected]>
37d8e01 to
f1f6f22
Compare
vvoland
approved these changes
Jan 11, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This verification is still very "bare boned", but makes sure that the binaries are not completely defunct, and that installation of the package installs the expected binaries.