openvas-docker icon indicating copy to clipboard operation
openvas-docker copied to clipboard

Feature: reduce image size

Open hazcod opened this issue 4 years ago • 4 comments

hazcod avatar Apr 27 '20 11:04 hazcod

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

fredairic[bot] avatar Jun 26 '20 12:06 fredairic[bot]

The primary reason that the image is so large is that it contains all the data needed for scanning. IMHO, this is a good thing. Otherwise, it would take significantly longer to spin up a new container as all the data needed for scanning would have to be downloaded. Personally, I prefer for the image to contain the scanning data and be as up to date as possible so that I can launch a container and update definitions in a reasonable amount of time.

iamjoeker avatar Jun 26 '20 14:06 iamjoeker

Fyi this still uses openvas 9 while 11 is available.

hazcod avatar Jun 26 '20 14:06 hazcod

It might be possible to reduce the image size by using a smaller base image than Ubuntu.

turkmenkaan avatar Dec 16 '20 21:12 turkmenkaan