Guys, from my point of view the big disadvantage of using Docker image is that docker image isn’t released frequently with upgraded version, I had some cases where I had to upgrade the Centos to higher versions due to the new changes in the code, so I think deploying centos inside docker container and then deploy librenms
will be preferred VS using docker image, please advise