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
I believe there is an issue with this Dockerfile in that the CVE database that is built during image creation is discarded when complete. This is due to the fact that the mongo image being used stores data in a VOLUME by default. (I think the intention of the mongo image is that the data will be introduced in a container, not during image creation.)
This can be resolved by changing the dependency from 'mongo' to 'mongo-novol', which someone has created for instances such as this.
Cheers.
The text was updated successfully, but these errors were encountered:
I believe there is an issue with this Dockerfile in that the CVE database that is built during image creation is discarded when complete. This is due to the fact that the mongo image being used stores data in a VOLUME by default. (I think the intention of the mongo image is that the data will be introduced in a container, not during image creation.)
This can be resolved by changing the dependency from 'mongo' to 'mongo-novol', which someone has created for instances such as this.
Cheers.
The text was updated successfully, but these errors were encountered: