Skip to content
Snippets Groups Projects
Commit fe0a8db8 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

feat: add ansible creator image

parent 4b1ef3c1
No related branches found
No related tags found
1 merge request!4feat: add ansible creator image
Pipeline #133764 passed
FROM quay.io/centos/centos:stream9
LABEL \
org.opencontainers.image.title="creator-ee" \
org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \
org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images"
RUN \
yum update -y && \
yum -y upgrade && \
yum install -y \
git-core \
podman \
python3 \
python3-pip \
&& yum clean all
RUN \
pip install \
dumb-init \
bcrypt \
cffi \
markupsafe \
pip \
pynacl \
pyrsistent \
pyyaml \
ruamel-yaml \
wheel \
ansible \
ansible-lint
FROM quay.io/ansible/creator-ee:latest FROM registry.code.fbi.h-da.de/hdacloud/images/creator-ee:latest
LABEL \ LABEL \
org.opencontainers.image.title="netci" \ org.opencontainers.image.title="netci" \
...@@ -6,7 +6,13 @@ LABEL \ ...@@ -6,7 +6,13 @@ 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 yum install -y make graphviz gcc gcc-c++ python-devel \ RUN \
yum install -y \
make \
graphviz \
gcc \
gcc-c++ \
python3-devel \
&& yum clean all && yum clean all
RUN pip install \ RUN pip install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment