Skip to content

Commit

Permalink
Merge pull request #21759 from Luap99/package-log-list
Browse files Browse the repository at this point in the history
cirrus logcollector: update package list
  • Loading branch information
openshift-merge-bot[bot] authored Feb 20, 2024
2 parents e1d71ba + 66fd41f commit 39387c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions contrib/cirrus/logcollector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ case $1 in
packages)
# These names are common to Fedora and Debian
PKG_NAMES=(\
aardvark-dns
buildah
conmon
containernetworking-plugins
containers-common
criu
crun
golang
netavark
passt
podman
runc
skopeo
Expand All @@ -53,18 +55,17 @@ case $1 in
cat /etc/fedora-release
PKG_LST_CMD='rpm -q --qf=%{N}-%{V}-%{R}-%{ARCH}\n'
PKG_NAMES+=(\
aardvark-dns
container-selinux
containers-common
libseccomp
netavark
passt
)
;;
debian)
cat /etc/issue
PKG_LST_CMD='dpkg-query --show --showformat=${Package}-${Version}-${Architecture}\n'
PKG_NAMES+=(\
cri-o-runc
golang-github-containers-common
golang-github-containers-image
libseccomp2
)
;;
Expand Down

0 comments on commit 39387c2

Please sign in to comment.