Code Review
/
storperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5d542e4
)
Revert FIO to 2.99
75/59775/1
author
mbeierl
<mark.beierl@dell.com>
Thu, 12 Jul 2018 17:52:56 +0000
(13:52 -0400)
committer
mbeierl
<mark.beierl@dell.com>
Thu, 12 Jul 2018 17:52:56 +0000
(13:52 -0400)
Change-Id: I14cd60f7d359666a403b4535824d0c9b8a05df34
Signed-off-by: mbeierl <mark.beierl@dell.com>
docker/storperf-master/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/storperf-master/Dockerfile
b/docker/storperf-master/Dockerfile
index
c95e3ca
..
9764a8d
100644
(file)
--- 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