whats-up-docker icon indicating copy to clipboard operation
whats-up-docker copied to clipboard

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

Open catfishlty opened this issue 1 year ago • 0 comments

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

catfishlty avatar Jan 23 '24 02:01 catfishlty