Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hdacloud/images
  • l.seipel/images
2 results
Show changes
Commits on Source (3)
build:
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: ["/busybox/sh"]
entrypoint: [""]
script:
- |
for i in "$CI_PROJECT_DIR"/*/Dockerfile; do
......
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