Hello,
I just wanted to share something i found when trying to figure out how to update my sabnzbd docker image.
What i tried:
I tried uninstalling the rockon and reinstalling. Same version 1.2.3
Uninstalling, rebooting the rockstor server then reinstalling: Same version 1.2.3
Uninstalling, running the command “docker system prune” from ssh then reinstalling: Same version 1.2.3
Last thing i tried was uninstalling the rockon then logging into ssh and run this command “docker rmi linuxserver/sabnzbd”.
The command will remove the image and all image cached items from docker. Then i reinstalled the rockon and now it’s version 2.0
Perhaps this command should be part of the rockon uninstallation process.