Skip to content

Commit

Permalink
GHA: Build on Ubuntu 20.04, which supports cgroups v2
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Feb 3, 2023
1 parent 54b10d4 commit cadb232
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Dockerfile.centos-7-ga
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ rm -f /lib/systemd/system/anaconda.target.wants/*;

RUN yum clean all && \
yum -y update && \
yum -y install python3 wget && \
wget https://copr.fedorainfracloud.org/coprs/jsynacek/systemd-backports-for-centos-7/repo/epel-7/jsynacek-systemd-backports-for-centos-7-epel-7.repo -O /etc/yum.repos.d/jsynacek-systemd-centos-7.repo && \
yum -y update systemd
yum -y install python3

VOLUME [ "/sys/fs/cgroup" ]

Expand Down

0 comments on commit cadb232

Please sign in to comment.