Hi, I was looking at utilizing the Docker distribution but was wondering if any thought was given to making the paths version-agnostic? Specifically, the conf folder is in /opt/nifi/nifi-1.7.1/conf. This would mean any modifications we would make in a container or RPM would be tied to 1.7.1.
I have seen other projects accomplish this with a symlink (ex. /opt/nifi/latest -> opt/nifi/nifi-1.7.1), and think that approach might work as well here? Is there a better approach? Thanks! Jon