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

Overwrite binary build script in jammy and impish

parent 1bc369b2
No related branches found
No related tags found
No related merge requests found
Pipeline #24548 failed
...@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \ ...@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go RUN icinga-provide-go
RUN mv -f /usr/local/bin/scripts/ubuntu-icinga-build-deb-binary /usr/local/bin/scripts/icinga-build-deb-binary
USER build USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"] ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"] CMD ["icinga-build-package"]
...@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \ ...@@ -22,6 +22,7 @@ RUN groupadd -g 1000 build \
RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin RUN git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
RUN icinga-provide-go RUN icinga-provide-go
RUN mv -f /usr/local/bin/scripts/ubuntu-icinga-build-deb-binary /usr/local/bin/scripts/icinga-build-deb-binary
USER build USER build
ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"] ENTRYPOINT ["/usr/local/bin/icinga-build-entrypoint"]
CMD ["icinga-build-package"] 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