Skip to content

Commit

Permalink
Adding krkn-chaos org (#212)
Browse files Browse the repository at this point in the history
* adding krkn-chaos org

Signed-off-by: Paige Rubendall <prubenda@redhat.com>

* updating docker image

Signed-off-by: Paige Rubendall <prubenda@redhat.com>

---------

Signed-off-by: Paige Rubendall <prubenda@redhat.com>
  • Loading branch information
paigerube14 committed Jan 23, 2024
1 parent 3d28498 commit 1af5cbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- name: Check out code
uses: actions/checkout@master
- name: Build the Docker images
run: docker build --no-cache -t quay.io/redhat-chaos/cerberus containers/
run: docker build --no-cache -t quay.io/krkn-chaos/cerberus containers/
- name: Push the Docker images
run: docker push quay.io/redhat-chaos/cerberus
run: docker push quay.io/krkn-chaos/cerberus
- name: Remove Image
run: docker rmi -f quay.io/redhat-chaos/cerberus | exit 0
run: docker rmi -f quay.io/krkn-chaos/cerberus | exit 0
- name: Build Kraken-hub Image
uses: convictional/trigger-workflow-and-wait@v1.5.0
with:
owner: redhat-chaos
owner: krkn-chaos
repo: krkn-hub
github_token: ${{ secrets.G_ACCESS_TOKEN }}
workflow_file_name: docker-image.yml
Expand Down
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 1af5cbe

Please sign in to comment.