Seems like the Plex Docker is getting ignored lately. 17 days since the last update, even though that beta and public releases have been flying out the doors (via Announcements thread).
I’m using unraid to host my Plex PMS, and am wondering what the companies decision is for the docker. As a PlexPass user, I’d prefer to use the official channel to get the latest releases, but seeing as I’m probably behind the latest now, It has me questioning if I should switch to the LinuxServer.io version.
That’s what I’m trying to convey here. My Plex docker is currently: Version 1.18.8.2468
For the past few weeks, my Plex has stated to update to the newest version, despite the dockerhub not having any newer version available.
The image behind the plexpass tag is different in that the Plex server isn’t baked into the image, the latest version of Plex is downloaded every time the container is restarted. Isn’t that what you want? It’s not how things are usually done but I guess that’s how they control who can get the beta/plexpass-only releases.
You all are right. Restarting the container does resolve the issue. - I guess I’ve been getting too reliant on unraids docker updates that I haven’t restarted plex in a while.
You need to properly configure your docker container so that a container restart checks for and pulls down the most recent build of PMS if yours is not current.
I don’t think you understand the distinctions with the tags. And being “not exactly sure how I would configure my docker to pull down the most recent automatically” tells me you did not read the Tags section of the documentation as suggested.
If you use a docker image tagged public or plexpass these images do not contain any PMS software at all, NONE. The PMS software is downloaded by the container upon its first run. And if the container is restarted, a check is made to see if a more recent version of PMS is available, and if so, it is downloaded and installed.
This has absolutely nothing to do with the version number of the docker images or the age of the images.