fgerlits commented on code in PR #1286:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1286#discussion_r842565222


##########
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:
   is `nifi.remote.input.socket.port` no longer needed?



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

Reply via email to