0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-03-04 02:02:49 -05:00
zot/pkg/storage
Andrei Aaron e3c42a76c5
More validation for DynamoDB cache driver cachetablename (#2949)
fix: More validation for DynamoDB cache driver cachetablename

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2025-02-09 18:56:02 +02:00
..
cache More validation for DynamoDB cache driver cachetablename (#2949) 2025-02-09 18:56:02 +02:00
common feat: add support for docker images (#2714) 2024-10-31 09:44:04 +02:00
constants redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
gc feat: add support for docker images (#2714) 2024-10-31 09:44:04 +02:00
imagestore redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
local redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
s3 redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
types redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
cache.go More validation for DynamoDB cache driver cachetablename (#2949) 2025-02-09 18:56:02 +02:00
cache_benchmark_test.go redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
cache_test.go redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
README.md
scrub.go
scrub_test.go redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00
storage.go feat: add support for docker images (#2714) 2024-10-31 09:44:04 +02:00
storage_controller.go Catalog content discovery (#2782) 2024-12-19 09:38:35 -08:00
storage_test.go redis driver for blob cache information and metadb (#2865) 2025-01-30 11:00:52 -08:00

zot currently supports two types of underlying filesystems:

  1. local - a locally mounted filesystem

  2. remote - a remote filesystem such as AWS S3

The cache database can be configured independently of storage. Right now, zot supports the following database implementations:

  1. BoltDB - local storage. Set the "cloudCache" field in the config file to false. Example: examples/config-boltdb.json