Skip to content

Commit

Permalink
Don't use conmon, crun and containers-common
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Sep 22, 2023
1 parent 01057fb commit 6a1be95
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,8 @@ EOF

# Install official package dependencies
dnf install -y \
conmon \
conntrack \
container-selinux \
containers-common \
crun \
ebtables \
ethtool \
iproute \
Expand Down
7 changes: 1 addition & 6 deletions test/rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ gpgcheck=1\n\
gpgkey=https://pkgs.k8s.io/addons:/cri-o:/$PROJECT_PATH:/build/rpm/repodata/repomd.xml.key\n\
" > /etc/yum.repos.d/cri-o.repo

RUN dnf install -y \
conmon \
containers-common \
crun \
iptables \
kubernetes-cni
RUN dnf install -y iptables

RUN dnf install -y --repo cri-o --repo kubernetes \
cri-o \
Expand Down
3 changes: 0 additions & 3 deletions test/rpm/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ EOF
# Official package dependencies
dnf install -y \
conmon \
conntrack \
container-selinux \
containers-common \
crun \
ebtables \
ethtool \
iproute \
Expand Down

0 comments on commit 6a1be95

Please sign in to comment.