Database Driver
The default object store driver is the PostgreSQL database driver which stores all object store documents within the PostgreSQL database.
Compression is not supported for this driver since the underlying database will handle compression.
There are no configuration options required for the Database driver.
The embedded configuration for anchore enterprise includes the default configuration for the db driver.
object_store:
compression:
enabled: False
min_size_kbytes: 100
storage_driver:
name: db
config: {}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 24, 2020: Remove engine docs now that they are on engine.anchore.io (#258) (826e449)