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: build:
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: ["/busybox/sh"] entrypoint: [""]
script: script:
- | - |
for i in "$CI_PROJECT_DIR"/*/Dockerfile; do for i in "$CI_PROJECT_DIR"/*/Dockerfile; do
......
FROM quay.io/ansible/toolset:latest FROM quay.io/ansible/creator-ee:latest
LABEL \ LABEL \
org.opencontainers.image.title="netci" \ org.opencontainers.image.title="netci" \
...@@ -6,9 +6,8 @@ LABEL \ ...@@ -6,9 +6,8 @@ LABEL \
org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images" org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
RUN apt-get update \ RUN yum install -y make graphviz gcc gcc-c++ python-devel \
&& apt-get install -y make graphviz \ && yum clean all
&& rm -rf /var/lib/apt/lists/*
RUN pip install \ RUN pip install \
capirca \ capirca \
...@@ -18,5 +17,8 @@ RUN pip install \ ...@@ -18,5 +17,8 @@ RUN pip install \
pynetbox \ pynetbox \
yamllint yamllint
RUN ansible-galaxy role install cloudalchemy.node_exporter aruhier.systemd_networkd RUN ansible-galaxy role install cloudalchemy.node_exporter aruhier.systemd_networkd linux-system-roles.selinux
RUN ansible-galaxy collection install netbox.netbox 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