You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/03/28 07:47:46 UTC

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #1286: MINIFICPP-1782 Upgrade and verify interworking with latest NiFi version

adamdebreceni commented on a change in pull request #1286:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1286#discussion_r836140888



##########
File path: docker/test/integration/minifi/core/NifiContainer.py
##########
@@ -54,11 +55,12 @@ def deploy(self):
         logging.info('Creating and running nifi docker container...')
         self.__create_config()
         self.client.containers.run(
-            self.image_store.get_image(self.get_engine()),
+            "apache/nifi:" + NifiContainer.NIFI_VERSION,

Review comment:
       was this change left in by accident? all other containers seem to use the former version




-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org