thiagoelg commented on code in PR #2965:
URL:
https://github.com/apache/incubator-kie-tools/pull/2965#discussion_r1984065245
##########
packages/dev-deployment-kogito-quarkus-blank-app-image/Containerfile:
##########
@@ -22,15 +22,15 @@ FROM --platform=linux/amd64 ${BUILDER_IMAGE_ARG}
USER root
-ENV ROOT_PATH=""
+ENV ROOT_PATH="/"
ENV
DEV_DEPLOYMENT__UPLOAD_SERVICE_EXTRACT_TO_DIR=$HOME_PATH/app/src/main/resources
ENV DEV_DEPLOYMENT__UPLOAD_SERVICE_PORT=8080
COPY --chown=$USER_ID:$USER_ID dist-dev/quarkus-app $HOME_PATH/app/
COPY --chown=$USER_ID:$USER_ID dist-dev/settings.xml
/tmp/kogito/.m2/settings.xml
# Pre-populate local Maven repository for faster startup
-RUN ./mvnw -Dmaven=3.9.6 clean package -B -nsu --settings
/tmp/kogito/.m2/settings.xml -Dmaven.test.skip
-Dmaven.repo.local=/tmp/kogito/.m2/repository
-Dquarkus.http.non-application-root-path=${ROOT_PATH}/q
-Dquarkus.http.root-path=${ROOT_PATH} \
Review Comment:
`quarkus.http.non-application-root-path` works properly on Quarkus 3.15 and
respects the `quarkus.http.root-path` setting, so we no longer need to override
it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]