-
|
Hi Community, I rebuilt the emba container image and found that
Looks like my image is missing the cve-bin-tool database. I do have a copy of "cve-database.db" file in my [emba-home]/installer directory when rebuilding the emba container image. I also have a copy of "cve-database.db" in my [emba-home]/config when running the emba container image. What did I miss ? Thanks James |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
on a build it should automatically download and install the cve database. The import is just in case you have some database that you want to use for your image. If it is found in ./installer/cve-database.db it should get imported. Nevertheless, in the latest build I have not used this mechanism anymore and used the automatic populated db |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
During building the docker image you setup a fresh database in the external directory of the image. What you can see is the import of this database |
Beta Was this translation helpful? Give feedback.
You should not need the database in config anymore. The cve-bin-tool should get updates during the installation procedure. This was just a workaround during the last months as cve-bin-tool was not able to handle the new format. In the future we will remove this code area completely