Skip to content
Snippets Groups Projects
Verified Commit d4580afb authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

add missing storage.conf

parent bc6fe549
Branches
Tags
No related merge requests found
Pipeline #5430 canceled
......@@ -15,6 +15,7 @@ variables:
before_script:
- dnf -y upgrade
- dnf -y install podman buildah findutils git
- cp resources/storage.conf /etc/containers/storage.conf
- sed -e 's/.* cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/containers.conf > /etc/containers/containers.conf
- resources/shell-tools/install.sh
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment