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

Embed build scripts into all container

parent 409fb790
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -37,3 +37,7 @@ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
RUN wget -O /etc/yum.repos.d/devtoolset-2.repo https://people.centos.org/tru/devtools-2/devtools-2.repo \
&& yum install -y devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils
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"]
......@@ -34,3 +34,7 @@ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
RUN wget -O /etc/yum.repos.d/devtoolset-2.repo https://people.centos.org/tru/devtools-2/devtools-2.repo \
&& yum install -y devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils
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"]
......@@ -31,3 +31,7 @@ RUN groupadd -g 1000 jenkins \
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
https://packages.icinga.com/epel/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