Skip to content
Snippets Groups Projects
Commit c76218ea authored by Markus Frosch's avatar Markus Frosch
Browse files

Add build scripts to containers

parent 7de670a3
No related branches found
No related tags found
No related merge requests found
Pipeline #2250 passed
......@@ -19,3 +19,7 @@ RUN groupadd -g 1000 jenkins \
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/fedora/ICINGA-release.repo
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
......@@ -19,3 +19,7 @@ RUN groupadd -g 1000 jenkins \
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/fedora/ICINGA-release.repo
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
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