Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To be able to use --build-arg while building it #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions containers/pentaho-data-integration/pdi-client-8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ARG INSTALLATION_PATH=/opt/pentaho
ARG INSTALLER_PATH=/opt/pentaho-installer
## Arguments for regular Pentaho client install
ARG PENTAHO_INSTALLER_NAME=pdi-ee-client
ARG PENTAHO_VERSION=8.3.0.0
ARG PENTAHO_PACKAGE_DIST=371
ARG PENTAHO_VERSION
ARG PENTAHO_PACKAGE_DIST
ARG FILE_SOFTWARE=${PENTAHO_INSTALLER_NAME}-${PENTAHO_VERSION}-${PENTAHO_PACKAGE_DIST}-dist.zip
ARG FILE_RELEASE_NAME=${PENTAHO_INSTALLER_NAME}-${PENTAHO_VERSION}-${PENTAHO_PACKAGE_DIST}

Expand Down Expand Up @@ -111,4 +111,4 @@ ENV PENTAHO_DI_JAVA_OPTIONS="-Dfile.encoding=utf8 -Dpentaho.installed.licenses.f
# -XX:MinRAMPercentage=60.0 -XX:MaxRAMPercentage=90.0

#Use pentaho user
USER ${PENTAHO_USER}
USER ${PENTAHO_USER}