immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
354 stars 102 forks source link

Pulled latest image -> Openvas-scanner out of date ? #108

Closed myhobby2 closed 2 years ago

myhobby2 commented 2 years ago

Thank you for supporting this container version. Using it now for some months, but I ran into this message below, causing a severity 10. I recreated the container and pulled the last image, assuming that I needed an upgraded image. But it did not solve it.

Version of installed component: 21.4.3 Latest available openvas-scanner version: 21.4.4

Anyone else running in the same ?

LizardNerd commented 2 years ago

You need to use the "21.04.07" tag, this image has the OpenVAS scanner 21.4.4

Il sab 26 mar 2022, 07:47 myhobby2 @.***> ha scritto:

Thank you for supporting this container version. Using it now for some months, but I ran into this message below, causing a severity 10. I recreated the container and pulled the last image, assuming that I needed an upgraded image. But it did not solve it.

Version of installed component: 21.4.3 Latest available openvas-scanner version: 21.4.4

Anyone else running in the same ?

— Reply to this email directly, view it on GitHub https://github.com/immauss/openvas/issues/108, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCFTHKUYQOBLLND67XXBWDVB2XI5ANCNFSM5RWEIIBQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

myhobby2 commented 2 years ago

Thanks for your prompt support. Did use immauss/openvas:21.04.07 to rebuild my container and voila !

sjwk commented 2 years ago

Unless there's a reliability or other issue with 21.04.07, could 'latest' be updated to be the latest? Normally if something is following the latest tag, you'd expect it to get updated when there's a new stable release (at least, that's my expectation!), and only use version-specific tags if you want to stick to a given version and not be updated?

immauss commented 2 years ago

@sjwk Well ... the 21.04.07 is still in testing really. There are few issues open on it, which is why I hadn't rolled it to the latest yet. It seems 21.04.06 is telling on itself ... so let me see if I can get this knocked out.

Thanks, Scott