Docker synology dsm gui - doesn't pull latest version

Edit: for anyone else with this issue just SSH into your synology & run…

docker pull homeassistant/home-assistant

This successfully downloaded the latest version which then shows up in the GUI.

trying out docker but when i download the image from the synology docker gui (registry - docker hub) i can only select versions between 0.14.2 & 0.20.2

What would be stopping the synology gui from seeing the latest version?

it says on the docker hub page that homeassistant/home-assistant is at version 0.21.2. it also suggests that i should be able to choose ‘Dev’ or ‘Latest’ as well as each version number, but these options just don’t show up in the synology gui as options

Cheers

login via ssh

docker run -v /docker/docker/homeassistant:/config -p 1883:1883 -p 8123:8123 --name=HASS–026 homeassistant/home-assistant:0.26

Hi
A workaround to get this working in the Synology GUI is to:

  1. Find the package from the “registry” tab.
  2. Right click the homeassistant/home-assistant image and select download this image.
  3. Done!