diff --git a/Makefile b/Makefile index d333014..b51171b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 9d44ce8..55c2673 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/etcd-perf/Dockerfile b/etcd-perf/Dockerfile index a48d317..a95d6c2 100644 --- a/etcd-perf/Dockerfile +++ b/etcd-perf/Dockerfile @@ -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