From 5a9c7b84ee795aa05bf21fc86619b85ed60e70db Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 18 Jan 2026 18:46:43 +0100 Subject: [PATCH] dockerfile: replace links to fail/fail-targets with my forks --- scripts/docker/fail-base/Dockerfile | 3 ++- scripts/docker/fail-demo/Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/docker/fail-base/Dockerfile b/scripts/docker/fail-base/Dockerfile index 24367fae..fe2bde2b 100644 --- a/scripts/docker/fail-base/Dockerfile +++ b/scripts/docker/fail-base/Dockerfile @@ -119,7 +119,8 @@ RUN wget http://www.aspectc.org/releases/"$acversion"/ac-bin-linux-x86-64bit-"$a ENV PATH=/home/fail/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Clone FAIL* -RUN git clone https://github.com/danceos/fail.git +# RUN git clone https://github.com/danceos/fail.git +RUN git clone https://gitea.vps.chriphost.de/christoph/fail WORKDIR fail USER root diff --git a/scripts/docker/fail-demo/Dockerfile b/scripts/docker/fail-demo/Dockerfile index e5d14f5d..26881515 100644 --- a/scripts/docker/fail-demo/Dockerfile +++ b/scripts/docker/fail-demo/Dockerfile @@ -16,7 +16,8 @@ WORKDIR /home/fail RUN echo 'export PATH=$HOME/bin:$PATH' >> ~/.profile \ && echo 'cd $HOME/fail-targets' >> ~/.profile -RUN git clone https://github.com/danceos/fail-targets.git +# RUN git clone https://github.com/danceos/fail-targets.git +RUN git clone https://gitea.vps.chriphost.de/christoph/fail-targets WORKDIR fail RUN mkdir build; cd build