Skip to content

Commit

Permalink
Changed TestContainer:
Browse files Browse the repository at this point in the history
1. Use latest 7.1 exaplus
2. Use latest 7.1 Exa JDBC driver
3. Use JDK 17
  • Loading branch information
tomuben committed Jul 30, 2024
1 parent 28ba541 commit 79a3718
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test_container/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ RUN apt-get -y update && \
apt-get -y autoremove && \
ldconfig

RUN update-java-alternatives --set java-1.11.0-openjdk-amd64

RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh

RUN mkdir -p downloads/ODBC downloads/JDBC downloads/EXAplus
RUN curl -s https://x-up.s3.amazonaws.com/7.x/7.1.22/EXASOL_ODBC-7.1.22.tar.gz | tar -C downloads/ODBC --strip-components 1 -zxf -
RUN curl -s https://x-up.s3.amazonaws.com/7.x/7.1.14/EXASOL_JDBC-7.1.14.tar.gz | tar -C downloads/JDBC --strip-components 1 -zxf -
RUN curl -s https://exasol-script-languages-dependencies.s3.eu-central-1.amazonaws.com/EXAplus-7.0.11.tar.gz | tar -C downloads/EXAplus --strip-components 1 -zxf -
RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/Exasol_ODBC-24.1.1-Linux_x86_64.tar.gz | tar -C downloads/ODBC --strip-components 2 -zxf -
RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/Exasol_JDBC-24.1.1.tar.gz | tar -C downloads/JDBC --strip-components 2 -zxf -
RUN curl -s https://x-up.s3.amazonaws.com/7.x/24.1.1/EXAplus-24.1.1.tar.gz | tar -C downloads/EXAplus --strip-components 2 -zxf -
ENV EXAPLUS=/downloads/EXAplus/exaplus

COPY deps/requirements.txt requirements.txt
Expand Down

0 comments on commit 79a3718

Please sign in to comment.