提交 604fab9e 编写于 作者: V Vlad Ilyushchenko

build: docker image 4.0.2

上级 fd8e0c8d
...@@ -2,7 +2,7 @@ FROM debian:stable-20191014-slim ...@@ -2,7 +2,7 @@ FROM debian:stable-20191014-slim
ENV JRE jre-8u231-linux-x64.tar.gz ENV JRE jre-8u231-linux-x64.tar.gz
ENV JRE_DIR jre1.8.0_231 ENV JRE_DIR jre1.8.0_231
ENV QUESTDB_VERSION 4.0.1 ENV QUESTDB_VERSION 4.0.2
# install 'ps' command needed by questdb shell script # install 'ps' command needed by questdb shell script
#RUN apt-get update && apt-get install -y procps #RUN apt-get update && apt-get install -y procps
......
...@@ -2,7 +2,7 @@ FROM debian:stable-20191014-slim ...@@ -2,7 +2,7 @@ FROM debian:stable-20191014-slim
ENV JRE jdk-8u231-linux-arm64-vfp-hflt.tar.gz ENV JRE jdk-8u231-linux-arm64-vfp-hflt.tar.gz
ENV JRE_DIR jdk1.8.0_231 ENV JRE_DIR jdk1.8.0_231
ENV QUESTDB_VERSION 4.0.1 ENV QUESTDB_VERSION 4.0.2
# Copy the binary file into the container at /app # Copy the binary file into the container at /app
COPY target/questdb-${QUESTDB_VERSION}-bin.tar.gz /app/ COPY target/questdb-${QUESTDB_VERSION}-bin.tar.gz /app/
......
FROM microsoft/nanoserver:1803 FROM microsoft/nanoserver:1803
ENV JRE jre-8u231-windows-x64.tar.gz ENV JRE jre-8u231-windows-x64.tar.gz
ENV QUESTDB_VERSION 4.0.1 ENV QUESTDB_VERSION 4.0.2
# Copy the binary file into the container at /app # Copy the binary file into the container at /app
COPY target/questdb-${QUESTDB_VERSION}-bin.tar.gz /app/ COPY target/questdb-${QUESTDB_VERSION}-bin.tar.gz /app/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册