Skip to content

Commit

Permalink
dataverse-k8s: remove postgres client lib handling as IQSS#6819 has b…
Browse files Browse the repository at this point in the history
…een resolved.
  • Loading branch information
poikilotherm committed Jun 11, 2021
1 parent 8ed0d63 commit e19852c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conf/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ENV DATA_DIR=/data\
SECRETS_DIR=/secrets\
DUMPS_DIR=/dumps\
DOMAIN_DIR=${PAYARA_DIR}/glassfish/domains/${DOMAIN_NAME}\
PGDRIVER_PKG=https://jdbc.postgresql.org/download/postgresql-42.2.12.jar\
JREBEL_LIB=${HOME_DIR}/jrebel/lib/libjrebel64.so\
# Make heap dumps on OOM appear in DUMPS_DIR
JVM_ARGS="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=\${ENV=DUMPS_DIR}"\
Expand All @@ -40,9 +39,6 @@ RUN wget --no-verbose -O esh https://raw.githubusercontent.com/jirutka/esh/v0.3.
# Install PostgreSQL JDBC driver in AppServer
# TODO: remove this once upstream includes the Postgres Client lib in the WAR.
USER payara
RUN wget --no-verbose -O postgresql.jar ${PGDRIVER_PKG} && \
mv postgresql.jar ${PAYARA_DIR}/glassfish/lib

RUN wget --no-verbose -O "${HOME_DIR}/jrebel.zip" http://dl.zeroturnaround.com/jrebel-stable-nosetup.zip && \
unzip -q "${HOME_DIR}/jrebel.zip" -d "${HOME_DIR}"

Expand Down

0 comments on commit e19852c

Please sign in to comment.