Skip to content
Snippets Groups Projects
Commit 94930f92 authored by Henrik Triem's avatar Henrik Triem
Browse files

Deactivate repo owner security checks

parent 9f7a84ae
No related branches found
No related tags found
No related merge requests found
Pipeline #24584 canceled
......@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go 386
RUN git config --global --add safe.directory '*'
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
......@@ -30,6 +30,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go
RUN git config --global --add safe.directory '*'
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
......@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go
RUN git config --global --add safe.directory '*'
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
......@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go
RUN git config --global --add safe.directory '*'
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
......@@ -23,6 +23,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go
RUN mv -f /usr/local/bin/ubuntu-icinga-build-deb-binary /usr/local/bin/icinga-build-deb-binary
RUN git config --global --add safe.directory '*'
USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"]
......@@ -23,6 +23,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go
RUN mv -f /usr/local/bin/ubuntu-icinga-build-deb-binary /usr/local/bin/icinga-build-deb-binary
RUN git config --global --add safe.directory '*'
USER build
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