Skip to content

Commit

Permalink
Update REPOs for frr
Browse files Browse the repository at this point in the history
This image updates the REPOS for frr

Signed-off-by: Krishna Harsha Voora <[email protected]>
  • Loading branch information
krishvoor committed May 20, 2024
1 parent 124ff12 commit 34ff8fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ENGINE ?= podman
ORG ?= cloud-bulldozer
REGISTRY ?= quay.io
REG = $(REGISTRY)/$(ORG)
REPOS = perfapp etcd-perf nginx
REPOS = perfapp etcd-perf nginx frr

all: build push

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Container Images for OCP Perf&Scale
- nginx: quay.io/cloud-bulldozer/nginx:latest
- etcd-perf: quay.io/cloud-bulldozer/etcd-perf:latest
- perfApp: quay.io/cloud-bulldozer/perfapp:latest
- frr: quay.io/cloud-bulldozer/frr:latest
2 changes: 0 additions & 2 deletions etcd-perf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM quay.io/centos/centos:stream9

MAINTAINER Red Hat OpenShift Performance and Scale

LABEL RUN="podman run --volume /var/lib/etcd:/var/lib/etcd:Z IMAGE"

RUN dnf install jq fio -y && dnf clean all && rm -rf /var/cache/dnf
Expand Down

0 comments on commit 34ff8fa

Please sign in to comment.