Revert to ubuntu 18.04

This commit is contained in:
alesapin 2018-11-21 15:05:31 +03:00
parent 6ce13a08ef
commit 43b099f20b
5 changed files with 7 additions and 13 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:18.04
RUN apt-get update -y \
&& env DEBIAN_FRONTEND=noninteractive \

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:18.04
RUN apt-get update -y \
&& env DEBIAN_FRONTEND=noninteractive \
@ -12,18 +12,12 @@ RUN apt-get update -y \
gcc-8 \
g++-8 \
clang-6.0 \
clang-7 \
lld-6.0 \
libclang-6.0-dev \
liblld-6.0-dev \
llvm-6.0 \
libllvm6.0 \
llvm-6.0-dev \
lld-7 \
libclang-7-dev \
liblld-7-dev \
libllvm7 \
llvm-7-dev \
libicu-dev \
libreadline-dev \
ninja-build \
@ -43,7 +37,7 @@ RUN apt-get update -y \
libdouble-conversion-dev \
libsparsehash-dev \
librdkafka-dev \
libpoconetssl60 \
libpoconetssl50 \
libpoco-dev \
libsparsehash-dev \
libgoogle-perftools-dev \

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:18.04
RUN apt-get update && apt-get -y install tzdata

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:18.04
RUN apt-get update -y \
&& env DEBIAN_FRONTEND=noninteractive \

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.10
FROM ubuntu:18.04
RUN apt-get update -y \
&& env DEBIAN_FRONTEND=noninteractive \
@ -25,4 +25,4 @@ CMD dpkg -i package_folder/clickhouse-common-static_*.deb; \
dpkg -i package_folder/clickhouse-server_*.deb; \
dpkg -i package_folder/clickhouse-client_*.deb; \
dpkg -i package_folder/clickhouse-test_*.deb; \
service clickhouse-server start && sleep 1 && ./stress --output-folder test_output
service clickhouse-server start && sleep 1 && ./stress --output-folder test_output