Docker autoupdate installs beta image

So I’ve got this docker autoupdate image/container running. The update channel is set to public, but somehow after restarting my server today I’m running a beta version: 1.25.5.5492.

The plexpass image.

From my experience if you specify the plexpass tag in your docker config, it will update to latest (beta) version whenever you restart the docker container.

I do not think the update channel setting has any effect if running Plex in docker.

See the Tags section on the docker page:

https://hub.docker.com/r/plexinc/pms-docker/

1 Like

You are right.
That variable probably only exists within a running container.

I probably should use pms-docker:public for non-beta updates.
pms-docker:plexpass also updates to beta updates,.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.