diff options
author | root <root@localhost.localdomain> | 2015-11-09 19:13:53 -0800 |
---|---|---|
committer | root <root@localhost.localdomain> | 2015-11-09 19:13:53 -0800 |
commit | 134ad8ac21711422ae55eb74b6130c6d036c9ade (patch) | |
tree | 3429d5921a3b56a5020e386bdc95b202d8865a85 | |
parent | 3e84e8b8c3bf28ff8299d1c188d60aa030f9c2c3 (diff) | |
download | infinitytier-134ad8ac21711422ae55eb74b6130c6d036c9ade.tar.gz infinitytier-134ad8ac21711422ae55eb74b6130c6d036c9ade.zip |
Changed httpd version in throughput-test Dockerfile
-rw-r--r-- | docker-test/throughput-test/Dockerfile | 4 | ||||
-rwxr-xr-x | docker-test/throughput-test/libintercept.so.1.0 | bin | 0 -> 56832 bytes | |||
-rwxr-xr-x | docker-test/throughput-test/liblwip.so | bin | 0 -> 333696 bytes | |||
-rwxr-xr-x | docker-test/throughput-test/zerotier-cli | bin | 0 -> 741168 bytes | |||
-rwxr-xr-x | docker-test/throughput-test/zerotier-one | bin | 0 -> 741168 bytes | |||
-rwxr-xr-x | netcon/libintercept.so.1.0 | bin | 56824 -> 56832 bytes | |||
-rwxr-xr-x | netcon/liblwip.so | bin | 333688 -> 333696 bytes |
7 files changed, 2 insertions, 2 deletions
diff --git a/docker-test/throughput-test/Dockerfile b/docker-test/throughput-test/Dockerfile index b350007f..71549754 100644 --- a/docker-test/throughput-test/Dockerfile +++ b/docker-test/throughput-test/Dockerfile @@ -1,10 +1,10 @@ # ZT Netcon Throughput test -FROM fedora:22 +FROM fedora:23 MAINTAINER https://www.zerotier.com/ # Install apps RUN yum -y update -RUN yum -y install httpd +RUN yum -y install httpd-2.4.16-1.fc23 RUN yum -y install nano RUN yum clean all diff --git a/docker-test/throughput-test/libintercept.so.1.0 b/docker-test/throughput-test/libintercept.so.1.0 Binary files differnew file mode 100755 index 00000000..7a451408 --- /dev/null +++ b/docker-test/throughput-test/libintercept.so.1.0 diff --git a/docker-test/throughput-test/liblwip.so b/docker-test/throughput-test/liblwip.so Binary files differnew file mode 100755 index 00000000..158169f1 --- /dev/null +++ b/docker-test/throughput-test/liblwip.so diff --git a/docker-test/throughput-test/zerotier-cli b/docker-test/throughput-test/zerotier-cli Binary files differnew file mode 100755 index 00000000..020ee665 --- /dev/null +++ b/docker-test/throughput-test/zerotier-cli diff --git a/docker-test/throughput-test/zerotier-one b/docker-test/throughput-test/zerotier-one Binary files differnew file mode 100755 index 00000000..020ee665 --- /dev/null +++ b/docker-test/throughput-test/zerotier-one diff --git a/netcon/libintercept.so.1.0 b/netcon/libintercept.so.1.0 Binary files differindex 701a5b4e..7a451408 100755 --- a/netcon/libintercept.so.1.0 +++ b/netcon/libintercept.so.1.0 diff --git a/netcon/liblwip.so b/netcon/liblwip.so Binary files differindex 641859c3..158169f1 100755 --- a/netcon/liblwip.so +++ b/netcon/liblwip.so |