From: mbeierl Date: Thu, 12 Jul 2018 17:52:56 +0000 (-0400) Subject: Revert FIO to 2.99 X-Git-Tag: opnfv-7.0.stable.RC1~5 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=581281c3a950e537cf1573f9fa7eff8dc5572795;p=storperf.git Revert FIO to 2.99 Change-Id: I14cd60f7d359666a403b4535824d0c9b8a05df34 Signed-off-by: mbeierl --- diff --git a/docker/storperf-master/Dockerfile b/docker/storperf-master/Dockerfile index c95e3ca..9764a8d 100644 --- a/docker/storperf-master/Dockerfile +++ b/docker/storperf-master/Dockerfile @@ -39,7 +39,7 @@ RUN apk --no-cache add --update \ # Third party git fetches RUN git config --global http.sslVerify false RUN git clone http://git.kernel.dk/fio.git ${repos_dir}/fio -RUN cd ${repos_dir}/fio && git checkout tags/fio-3.7 +RUN cd ${repos_dir}/fio && git checkout tags/fio-2.99 RUN cd ${repos_dir}/fio && EXTFLAGS="-static" make -j $(grep -c ^processor /proc/cpuinfo) install # Build StorPerf