Skip to content

Commit

Permalink
Update iperf3 (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Mar 1, 2024
1 parent 770b84b commit 6d482aa
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions containers/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ RUN git reset --hard 3bc455b23f901dae377ca0a558e1e32aa56b31c4 && \

WORKDIR ../

RUN curl -L https://github.com/esnet/iperf/archive/refs/tags/3.13-mt-beta3.tar.gz > iperf3-mt.tar.gz && \
tar -xzf iperf3-mt.tar.gz
RUN curl -L https://github.com/esnet/iperf/releases/download/3.16/iperf-3.16.tar.gz | tar xz && \
cd iperf-3.16 && \
./configure; make install && \
cd .. && \
rm -rf iperf-3.16

WORKDIR iperf-3.13-mt-beta3/
RUN ./configure; make; make install

WORKDIR ../

RUN rm -rf netperf && \
rm -rf iperf-3.13-mt-beta3 && \
dnf clean all && \
curl -O https://raw.githubusercontent.com/jtaleric/tinker/main/networking/super-netperf && \
chmod +x super-netperf

0 comments on commit 6d482aa

Please sign in to comment.