Skip to content

Commit

Permalink
adding krkn-chaos org
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 23, 2024
1 parent 3d28498 commit 76ba4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion containers/Dockerfile-ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 76ba4cf

Please sign in to comment.