Skip to content

Commit

Permalink
Revert "add workaround for FISH-7665: Payara doesn't run #8305" #9793
Browse files Browse the repository at this point in the history
This reverts commit da5193f.
  • Loading branch information
pdurbin committed Aug 18, 2023
1 parent 75d1f42 commit 20d2aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/container-base/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ WORKDIR /
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
# Mark these directories as mutuable data containers to avoid cluttering the images overlayfs at runtime.
VOLUME ${STORAGE_DIR} ${SECRETS_DIR} ${DUMPS_DIR}
# Workaround for https://github.com/payara/Payara/issues/6344
ENV JAVA_TOOL_OPTIONS="-Djdk.util.zip.disableZip64ExtraFieldValidation=true --add-opens=java.base/java.io=ALL-UNNAMED"
RUN <<EOF
# Create pathes
mkdir -p "${HOME_DIR}" "${PAYARA_DIR}" "${DEPLOY_DIR}" "${CONFIG_DIR}" "${SCRIPT_DIR}"
Expand Down

0 comments on commit 20d2aa2

Please sign in to comment.