Skip to content

Commit

Permalink
updating cerberus reference
Browse files Browse the repository at this point in the history
Signed-off-by: Paige Rubendall <[email protected]>
  • Loading branch information
paigerube14 authored and chaitanyaenr committed Jan 23, 2024
1 parent 49101a5 commit 969a316
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions cerberus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Dockerfile for cerberus

FROM quay.io/redhat-chaos/cerberus:latest

LABEL maintainer="Red Hat Chaos Engineering Team"
FROM quay.io/krkn-chaos/cerberus:latest

ENV KUBECONFIG /root/.kube/config

Expand Down
4 changes: 1 addition & 3 deletions cerberus/Dockerfile_prow
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Dockerfile for cerberus in prow

FROM quay.io/redhat-chaos/cerberus:latest

LABEL maintainer="Red Hat Chaos Engineering Team"
FROM quay.io/krkn-chaos/cerberus:latest

# Install dependencies
RUN yum install -y which jq
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ services:
build:
context: ./
dockerfile: ./cerberus/Dockerfile
image: quay.io/redhat-chaos/cerberus:kraken-hub
image: quay.io/krkn-chaos/cerberus:kraken-hub
cerberus-prow:
build:
context: ./
dockerfile: ./cerberus/Dockerfile_prow
image: quay.io/redhat-chaos/cerberus:prow
image: quay.io/krkn-chaos/cerberus:prow
pod-scenarios:
build:
context: ./
Expand Down

0 comments on commit 969a316

Please sign in to comment.