Skip to content

Commit

Permalink
Merge pull request #2 from josecastillolema/frr
Browse files Browse the repository at this point in the history
New frr image
  • Loading branch information
jtaleric authored May 20, 2024
2 parents 1b84a6f + a8ae4e5 commit 124ff12
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions frr/Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM quay.io/centos/centos:stream9

RUN dnf install --setopt=tsflags=nodocs -y \
iproute bind-utils iputils net-tools procps \
frr \
haproxy \
iperf3 \
tcpdump \
&& dnf clean all \
&& rm -fr /var/cache/dnf

# Install latest OCP/K8s client
RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz | tar -xzf - -C /usr/local/bin

LABEL io.k8s.display-name="FRR Router" \
io.k8s.description="FRR Container with troubleshooting tools" \
io.openshift.tags="frr,iproute,tcpdump"

ENTRYPOINT /bin/bash -c "sleep infinity"

0 comments on commit 124ff12

Please sign in to comment.