Skip to content
Snippets Groups Projects
Verified Commit afe40030 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix uncommenting of config value

The old regex did change the value of the cgroup_manager config, but not
uncomment it, resulting in a useless change. This patch should uncomment
it now as well.
parent 64f39de3
No related tags found
No related merge requests found
Pipeline #2934 passed
......@@ -8,7 +8,7 @@ RUN true\
&& dnf -y upgrade \
&& dnf -y install podman buildah findutils git \
&& dnf clean all \
&& sed -e 's/cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/containers.conf > /etc/containers/containers.conf \
&& sed -e 's/.* cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/containers.conf > /etc/containers/containers.conf \
&& git clone -b "$SI_TOOLS_VERSION" --depth=3 https://git.shivering-isles.com/shivering-isles/shell-tools.git ./shell-tools \
&& ./shell-tools/install.sh \
&& rm -rf ./shell-tools \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment