fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.1k stars 35 forks source link

Check Updated Image for custom tag syntax may have some issues. #344

Open catfishlty opened 8 months ago

catfishlty commented 8 months ago

Desc

I use the latest image tag for my compose file, but the notification show me the image with the older version tag, so I'm confused that the checking logic may have some issues.

docker-compose.yml

chromium:
    image: linuxserver/chromium:cf1f086c-ls51
    container_name: chromium
    labels:
      - wud.display.name=Chromium
      - wud.tag.include=^.*?\-ls\d+$$

Notification

Container chromium running with tag cf1f086c-ls51 can be updated to tag 98239515-ls42

Info form docker hub

  1. cf1f086c-ls51
  2. 98239515-ls42