Merge "Add Dockerfile for the iperf3 container image"

This commit is contained in:
Zuul 2025-03-10 15:37:18 +00:00 committed by Gerrit Code Review
commit 1786b956fc

View File

@ -0,0 +1,7 @@
FROM quay.io/centos/centos:stream10
ENV INSTALL_PACKAGES="dnf install -y"
RUN ${INSTALL_PACKAGES} iperf3
ENTRYPOINT ["iperf3"]