lordgamez commented on code in PR #1286:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1286#discussion_r842594994
##########
docker/test/integration/minifi/core/ImageStore.py:
##########
@@ -135,19 +132,6 @@ def __build_http_proxy_image(self):
return self.__build_image(dockerfile)
- def __build_nifi_image(self):
- dockerfile = dedent(r"""\
- FROM {base_image}
- USER root
- RUN sed -i -e 's/^\(nifi.remote.input.host\)=.*/\1={name}/'
{nifi_root}/conf/nifi.properties
- RUN sed -i -e
's/^\(nifi.remote.input.socket.port\)=.*/\1=5000/'
{nifi_root}/conf/nifi.properties
Review Comment:
I don't think it was even used before this change, as port 8080 was used for
site to site tests.
--
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]