Hello guys,
today I updated the docker ce package to the latest version. Now I see the following notification, when I navigate to "Services - Docker" in the omv webui:
If I go to "Show details", I see the following Error description:
Code
Error #0:
exception 'ImagickException' with message 'Imagick::__construct(): HTTP request failed! HTTP/1.1 404 Not Found
' in /usr/share/openmediavault/engined/rpc/docker.inc:1504
Stack trace:
#0 /usr/share/openmediavault/engined/rpc/docker.inc(1504): Imagick->__construct('https://raw.git...')
#1 [internal function]: OMVRpcServiceDocker->syncDockerLogos(NULL, Array)
#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)
#3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('syncDockerLogos', NULL, Array)
#4 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Docker', 'syncDockerLogos', NULL, Array, 1)
#5 {main}
Next exception 'ImagickException' with message 'Failed to read the file' in /usr/share/openmediavault/engined/rpc/docker.inc:1504
Stack trace:
#0 /usr/share/openmediavault/engined/rpc/docker.inc(0): Imagick->__construct()
#1 [internal function]: OMVRpcServiceDocker->syncDockerLogos(NULL, Array)
#2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(124): call_user_func_array(Array, Array)
#3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('syncDockerLogos', NULL, Array)
#4 /usr/sbin/omv-engined(536): OMV\Rpc\Rpc::call('Docker', 'syncDockerLogos', NULL, Array, 1)
#5 {main}
Display More
Here is the snip from the "update management history log":
Code
Start-Date: 2017-12-30 16:47:10
Commandline: apt-get --yes --force-yes --fix-broken --fix-missing --auto-remove --allow-unauthenticated --show-upgraded --option DPkg::Options::=--force-confold install docker-ce
Upgrade: docker-ce:amd64 (17.09.1~ce-0~debian, 17.12.0~ce-0~debian)
End-Date: 2017-12-30 16:47:18
I restarted the docker service, but the message is still there. Seemingly everything works as expected.
Do you need any other informations to repair this?
Greetings Hoppel