thiagoelg commented on code in PR #2225:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2225#discussion_r1557672413


##########
packages/kie-sandbox-extended-services-image/Containerfile:
##########
@@ -20,18 +20,15 @@ ARG BUILDER_IMAGE_ARG
 
 FROM --platform=linux/amd64 ${BUILDER_IMAGE_ARG}
 
-ARG EXTENDED_SERVICES_DEFAULT_HOST
-ARG EXTENDED_SERVICES_DEFAULT_PORT
-
-ENV EXTENDED_SERVICES_HOST=$EXTENDED_SERVICES_DEFAULT_HOST
-ENV EXTENDED_SERVICES_PORT=$EXTENDED_SERVICES_DEFAULT_PORT
+ARG EXTENDED_SERVICES_DEFAULT_HOST = 0.0.0.0
+ARG EXTENDED_SERVICES_DEFAULT_PORT = 21345

Review Comment:
   ```suggestion
   ARG EXTENDED_SERVICES_DEFAULT_HOST=0.0.0.0
   ARG EXTENDED_SERVICES_DEFAULT_PORT=21345
   ```
   
   I don't think there should be spaces here



-- 
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]

Reply via email to