You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I scanned two postgres 12 docker images, one (postgres:12-alpine) is showed eol, the other (postgres:12) is not.
What you expected to happen:
I would expect to see both docker images flagged as eol, since postgres 12 is eol.
How to reproduce it (as minimally and precisely as possible):
$ xeol --version
xeol 0.10.1
$ xeol docker:postgres:12-alpine
✔ EOL DB [no update available]
✔ Scanned for EOL [1 eol matches]
NAME VERSION EOL DAYS EOL TYPE
postgresql 12.22 2024-11-21 14 binary
$ xeol docker:postgres:12
✔ EOL DB [no update available]
✔ Scanned for EOL [0 eol matches]
✅ no EOL software has been found
Anything else we need to know?:
Environment:
Output of xeol version: xeol 0.10.1
OS (e.g: cat /etc/os-release or similar): KDE neon 6.2 (based on ubuntu 24.04 noble)
The text was updated successfully, but these errors were encountered:
What happened:
I scanned two postgres 12 docker images, one (
postgres:12-alpine
) is showed eol, the other (postgres:12
) is not.What you expected to happen:
I would expect to see both docker images flagged as eol, since postgres 12 is eol.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
xeol version
: xeol 0.10.1cat /etc/os-release
or similar): KDE neon 6.2 (based on ubuntu 24.04 noble)The text was updated successfully, but these errors were encountered: