-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I have a small stack of docker images and new versions don't seems to be detected for some images (but other are perfectly detected)
To Reproduce
In my compose file I always have pinned images, never latest
I noticed that nzbget was not up to date : I had linuxserver/nzbget:v25.2-ls209 and linuxserver/nzbget:v25.3-ls212 was available since 5 days ago. After updating my stack I ran again cup and got this output :
vlad@marvin:~$ ./cup-linux-amd64 check -i
✓ Done! ~ Local images
╭───────────────────────────────────────────┬───────────────────────────────┬─────────╮
│Reference │Status │Time (ms)│
├───────────────────────────────────────────┼───────────────────────────────┼─────────┤
│crowdsecurity/crowdsec:v1.6.11 │ Minor update (1.6.11 → 1.7.0)│300 │
│traefik:v3.5.1 │ Patch update (3.5.1 → 3.5.2) │456 │
│alpine:3.22 │ Up to date │403 │
│b4bz/homer:v25.05.2 │ Up to date │402 │
│ghcr.io/dmunozv04/isponsorblocktv:v2.6.0 │ Up to date │286 │
│linuxserver/nzbget:v25.2-ls209 │ Up to date │714 │
│linuxserver/nzbget:v25.3-ls212 │ Up to date │533 │
│linuxserver/pyload-ng:version-0.5.0b3.dev91│ Up to date │884 │
│linuxserver/sonarr:4.0.15.2941-ls290 │ Up to date │888 │
│lscr.io/linuxserver/kavita:v0.8.7-ls83 │ Up to date │1583 │
│rclone/rclone:1.71.0 │ Up to date │403 │
│vaultwarden/server:1.34.3-alpine │ Up to date │501 │
╰───────────────────────────────────────────┴───────────────────────────────┴─────────╯
I was expecting to see a patch update for nzbget (same as traefik or crowdsec)
b4bz/homer is also outdated.
Expected behavior
I was expecting to see a patch update for nzbget (same as traefik or crowdsec)
System info (please complete the following information):
- OS: Ubuntu 24.04.3
- Docker daemon version: 28.1.1+1
- Cup version: 3.4.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working