Skip to content

Commit 1af5cbe

Browse files
authored
Adding krkn-chaos org (#212)
* adding krkn-chaos org Signed-off-by: Paige Rubendall <[email protected]> * updating docker image Signed-off-by: Paige Rubendall <[email protected]> --------- Signed-off-by: Paige Rubendall <[email protected]>
1 parent 3d28498 commit 1af5cbe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
- name: Check out code
1616
uses: actions/checkout@master
1717
- name: Build the Docker images
18-
run: docker build --no-cache -t quay.io/redhat-chaos/cerberus containers/
18+
run: docker build --no-cache -t quay.io/krkn-chaos/cerberus containers/
1919
- name: Push the Docker images
20-
run: docker push quay.io/redhat-chaos/cerberus
20+
run: docker push quay.io/krkn-chaos/cerberus
2121
- name: Remove Image
22-
run: docker rmi -f quay.io/redhat-chaos/cerberus | exit 0
22+
run: docker rmi -f quay.io/krkn-chaos/cerberus | exit 0
2323
- name: Build Kraken-hub Image
2424
uses: convictional/[email protected]
2525
with:
26-
owner: redhat-chaos
26+
owner: krkn-chaos
2727
repo: krkn-hub
2828
github_token: ${{ secrets.G_ACCESS_TOKEN }}
2929
workflow_file_name: docker-image.yml

containers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --from=origintests /usr/bin/kubectl /usr/bin/kubectl
1515
# Install dependencies
1616
RUN yum install -y git python39 python3-pip gcc python3-devel zlib-devel libjpeg-devel
1717

18-
RUN git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
18+
RUN git clone https://github.com/krkn-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
1919
mkdir -p /root/.kube && cd /root/cerberus && pip3 install --upgrade pip && pip3 install -r requirements.txt
2020

2121
WORKDIR /root/cerberus

containers/Dockerfile-ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN curl -L -o openshift-client-linux.tar.gz https://mirror.openshift.com/pub/op
1818
RUN yum install -y git python36 python3-pip gcc libffi-devel python36-devel openssl-devel gcc-c++ make && \
1919
pip3 install cython && \
2020
pip3 install numpy && \
21-
git clone https://github.com/redhat-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
21+
git clone https://github.com/krkn-chaos/cerberus.git --branch v1.0.4 /root/cerberus && \
2222
mkdir -p /root/.kube && cd /root/cerberus && \
2323
pip3 install -r requirements.txt && \
2424
pip3 install setuptools==40.3.0 && \

0 commit comments

Comments
 (0)