FarouziAbir commented on issue #4982:
URL: https://github.com/apache/hop/issues/4982#issuecomment-2704085230
I tried this command (see below), however hop does not recongnize the
keystore:
HOP_DOCKER_IMAGE=apache/hop:2.9.0
docker run --network host --rm\
--env
HOP_RUN_PARAMETERS='appli_source_name={appli_source},source_name={source}' \
--env HOP_LOG_LEVEL=Basic \
--env HOP_FILE_PATH='${{PROJECT_HOME}}/job/raw_clean/main_raw_clean.hwf' \
--env HOP_PROJECT_FOLDER='/project' \
--env HOP_PROJECT_NAME=erebia \
--env HOP_ENVIRONMENT_NAME=erebia-qualif \
--env HOP_ENVIRONMENT_CONFIG_FILE_NAME_PATHS='/project-config/file.json' \
--env HOP_RUN_CONFIG=local \
--env HOP_SHARED_JDBC_FOLDERS='/lib/jdbc' \
--env
HOP_OPTION='javax.net.ssl.trustStore=/trustStoreFile/cacerts,javax.net.ssl.trustStorePassword=trustStorePassword'
\
-v /local/path/erebia:/project \
-v /local/path/erebia/config:/project-config \
-v /local/path/lib:/lib/jdbc \
-v /etc/pki/java/cacerts:/trustStoreFile/cacerts \
--name qualif-source \
${{HOP_DOCKER_IMAGE}}
Is there an error in my command ?
Many thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]