diff options
author | Chris Evich <cevich@redhat.com> | 2020-10-15 15:20:20 -0400 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2020-10-28 12:24:06 -0600 |
commit | 5d48606dae9c833869c23ab86edd55a7f9fbf85d (patch) | |
tree | f5847488d23ec387304a56f41ab9ab83e1ee435a /contrib | |
parent | 4d87306fbe06674b16f188fea187282f29c0dc58 (diff) | |
download | podman-5d48606dae9c833869c23ab86edd55a7f9fbf85d.tar.gz podman-5d48606dae9c833869c23ab86edd55a7f9fbf85d.tar.bz2 podman-5d48606dae9c833869c23ab86edd55a7f9fbf85d.zip |
Cirrus: Always record runc/crun versions
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/logcollector.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/logcollector.sh b/contrib/cirrus/logcollector.sh index 9dcc252c0..746bccec9 100755 --- a/contrib/cirrus/logcollector.sh +++ b/contrib/cirrus/logcollector.sh @@ -45,8 +45,10 @@ case $1 in containernetworking-plugins \ containers-common \ criu \ + crun \ golang \ podman \ + runc \ skopeo \ slirp4netns \ ) @@ -56,9 +58,7 @@ case $1 in PKG_LST_CMD='rpm -q --qf=%{N}-%{V}-%{R}-%{ARCH}\n' PKG_NAMES+=(\ container-selinux \ - crun \ libseccomp \ - runc \ ) ;; ubuntu*) |