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

Add SI shell-tools to build engine

This should help to reduce redudancy between all the images build with
this toolset. In various places there now hide tools directories that
contain a tagging.sh and some other tooling that is copied over from
project to project. To prevent it from getting outdated, this extension
of the image should unify the tooling and improve the ability to use
proper versioning all over the place.
parent 38435429
No related branches found
No related tags found
1 merge request!3Add SI shell-tools to build engine
Pipeline #1570 passed
...@@ -7,6 +7,9 @@ RUN true\ ...@@ -7,6 +7,9 @@ RUN true\
&& dnf -y install podman buildah findutils git \ && dnf -y install podman buildah findutils git \
&& dnf clean all \ && dnf clean all \
&& sed -e 's/cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/libpod.conf > /etc/containers/libpod.conf \ && sed -e 's/cgroup_manager =.*/cgroup_manager = "cgroupfs"/' /usr/share/containers/libpod.conf > /etc/containers/libpod.conf \
&& git clone https://git.shivering-isles.com/shivering-isles/shell-tools.git ./shell-tools \
&& ./shell-tools/install.sh \
&& rm -rf ./shell-tools \
&& true && true
CMD ["/bin/bash"] CMD ["/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment