gammacomputer commented on issue #11886:
URL: https://github.com/apache/ignite/issues/11886#issuecomment-2666129728
I tried the following dockerfile but there is the same issue:
```
FROM apacheignite/ignite:2.17.0
COPY node-configuration.xml /ignite/config/node-configuration.xml
RUN cp -r ${IGNITE_HOME}/libs/optional/ignite-rest-http ${IGNITE_HOME}/libs/
RUN wget -P ${IGNITE_HOME}/libs/
https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.18.1/jackson-core-2.18.1.jar
ENV CONFIG_URI=/ignite/config/node-configuration.xml
ENV USER_LIBS=${IGNITE_HOME}/libs/
```
--
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]