Unable to install the Gotify docker image because the public key is missing or out of date. How do I update the install script to fix this issue? https://hub.docker.com/r/gotify/server
Version:
RockStor 3.9.2-57
Linux: 4.12.4-1.el7.elrepo.x86_6
**/opt/rockstor/var/log/rockstor.log**
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/storageadmin/views/rockon_helpers.py", line 127, in install
generic_install)(rockon)
File "/opt/rockstor/src/rockstor/storageadmin/views/rockon_helpers.py", line 242, in generic_install
run_command([DOCKER, 'pull', image_name_plus_tag], log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 176, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/docker pull gotify/server:latest. rc = 1. stdout = ['']. stderr = ['Error response from daemon: missing signature key', '']