mikesplain / openvas-docker

A Docker container for Openvas
MIT License
768 stars 304 forks source link

Feature: reduce image size #250

Closed hazcod closed 2 months ago

fredairic[bot] commented 4 years ago

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.

iamjoeker commented 4 years ago

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.

hazcod commented 4 years ago

Fyi this still uses openvas 9 while 11 is available.

turkmenkaan commented 3 years ago

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