Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
catfishlty opened this issue Jan 23, 2024 · 0 comments
Open

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

catfishlty opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@catfishlty
Copy link

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
@fmartinou fmartinou self-assigned this Jan 24, 2024
@fmartinou fmartinou added the bug Something isn't working label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants