From 3680398459c18f6c3de53fa3f42974888bbd4f1f Mon Sep 17 00:00:00 2001 From: Paige Rubendall Date: Mon, 22 Jan 2024 21:28:17 -0500 Subject: [PATCH] adding krkn-chaos org --- containers/Dockerfile | 2 +- containers/Dockerfile-ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 383c9f8..28038ef 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -15,7 +15,7 @@ COPY --from=origintests /usr/bin/kubectl /usr/bin/kubectl # Install dependencies RUN yum install -y git python39 python3-pip gcc python3-devel zlib-devel libjpeg-devel -RUN git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \ +RUN git clone https://github.com/krkn-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \ mkdir -p /root/.kube && cd /root/cerberus && pip3 install --upgrade pip && pip3 install -r requirements.txt WORKDIR /root/cerberus diff --git a/containers/Dockerfile-ppc64le b/containers/Dockerfile-ppc64le index 7c50d61..89b71b7 100644 --- a/containers/Dockerfile-ppc64le +++ b/containers/Dockerfile-ppc64le @@ -18,7 +18,7 @@ RUN curl -L -o openshift-client-linux.tar.gz https://mirror.openshift.com/pub/op RUN yum install -y git python36 python3-pip gcc libffi-devel python36-devel openssl-devel gcc-c++ make && \ pip3 install cython && \ pip3 install numpy && \ -git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \ +git clone https://github.com/krkn-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \ mkdir -p /root/.kube && cd /root/cerberus && \ pip3 install -r requirements.txt && \ pip3 install setuptools==40.3.0 && \