davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker :latest wrong version

martinarva opened this issue · comments

Describe the bug
When pulling image: davidusb/emhass-docker-standalone:latest it pulls the broken 0.8.2 instead of 0.8.4 which is the latest. Workaround is to use image: davidusb/emhass-docker-standalone:0.8.4, but would prefer not to change it manually every time newer version is avvailable

To Reproduce
try image: davidusb/emhass-docker-standalone:latest

Expected behavior
I would expect version 0.8.4 will be pulled, but instead 0.8.2 is

Your hardware

  • OS: Ubuntu 22.04.4 LTS, Docker version 20.10.11, build dea9396
  • Architecture: amd64

EMHASS installation type

  • Docker Standalone

Figured out. Had some docker cache issue.

This did the trick

docker-compose pull emhass
docker-compose up -d