I've got a new issues I've run into with some images. I say some, as I only have one case specifically where it is a problem, but it could be happening elsewhere.
Short Explanation: Somehow the Docker plugin is truncating or removing or otherwise NOT fully enumerating an Environment Variable that has been declared in a Docker file.
Long Explanation: GitHub Issue 105
Basically it seems that if I create the Plex container from the LS.io container listed inside the OMV Docker Plugin GUI, it fails to properly enumerate the URL that is listed for the PLEX INSTALL path variable. If however I manually run a docker run command on the CLI (not different images, options, etc) - it runs as expected. At this point, to get around the issue, I've manually created the container to run via the CLI. My fear however, is the next image update that comes along will cause it to fall back to the same issue again as the OMV GUI would be used to "update" the image by re-creating the container and the options would likely be pulled fresh again. Specifically, this comment outlines the specific issue being seen.
As illustrated in the issue, if I manually set this up - no issue. If I create it via the GUI - issue. I'm not sure where in the code this could be getting cut or improperly grabbed, but it seems to be an issue in this case for properly getting the container setup. Happy to provide any logs that could be used to help isolate the issue.
EDIT:
Ok some new information. It appears that if I create the container from the Docker Images Repo tab in the docker plugin, it will properly enumerate this field. If I create the container from the main tab by just selecting an image and hitting the Run Image button, it will not enumerate properly. Additionally, if I did create it from the Images Repo tab, but then Modify or re-create the container - it will then again remove the full variable entry.
So this seems a bit odd and troublesome behavior, that I'm hoping isn't creeping into too many images. At this point for me, it is creeping into causing an issue with my Plex container and being able to get the latest PlexPass version. The workaround for the moment seems to be - to input the ACTUAL version of the latest PP version number so you can get the newer update if the PLEX INSTALL variable gets broken. For me this was necessary as I'm now testing out the new Live/DVR function for OTA broadcast recording.