Skip to content
Snippets Groups Projects

add sepolicydev image for building SELinux modules

Merged Lars Seipel requested to merge ls/add-sepolicydev-image into master
Files
2
+ 8
6
FROM quay.io/ansible/toolset:latest
FROM quay.io/ansible/creator-ee:latest
LABEL \
org.opencontainers.image.title="netci" \
@@ -6,9 +6,8 @@ LABEL \
org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
RUN apt-get update \
&& apt-get install -y make graphviz \
&& rm -rf /var/lib/apt/lists/*
RUN yum install -y make graphviz gcc gcc-c++ python-devel \
&& yum clean all
RUN pip install \
capirca \
@@ -18,5 +17,8 @@ RUN pip install \
pynetbox \
yamllint
RUN ansible-galaxy role install cloudalchemy.node_exporter aruhier.systemd_networkd
RUN ansible-galaxy collection install netbox.netbox
RUN ansible-galaxy role install cloudalchemy.node_exporter aruhier.systemd_networkd linux-system-roles.selinux
RUN ansible-galaxy collection install netbox.netbox community.general ansible.netcommon paloaltonetworks.panos
# XXX why does this fail all of a sudden? Change in ansible-galaxy?
RUN ansible-galaxy role install --ignore-errors hdacloud.frrlite,git+https://code.fbi.h-da.de/hdacloud/ansible-frrlite
Loading