0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00
zot/pkg/meta
peusebiu 4ed4661fc1
fix(metadb): populate image pushTimestamp if it's 0 value (#2003)
in the case of an already existing meta db without pushTimestamp field
its value would be 0 until image is updated, check for zero values and update them
with time.Now() so that retention logic won't remove them.

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
2023-11-09 09:32:56 -08:00
..
boltdb fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00
common fix(cov): coverage boltdb+dynamo (#2018) 2023-11-08 13:37:52 -08:00
convert fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00
dynamodb fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00
proto fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00
types fix(cov): coverage boltdb+dynamo (#2018) 2023-11-08 13:37:52 -08:00
version refactor(metadb): improve UX by speeding up metadb serialize/deserialize (#1842) 2023-10-30 13:06:04 -07:00
hooks.go feat(retention): added image retention policies (#1866) 2023-11-01 09:16:18 -07:00
hooks_test.go feat(retention): added image retention policies (#1866) 2023-11-01 09:16:18 -07:00
meta.go refactor(metadb): improve UX by speeding up metadb serialize/deserialize (#1842) 2023-10-30 13:06:04 -07:00
meta_test.go fix(cov): coverage boltdb+dynamo (#2018) 2023-11-08 13:37:52 -08:00
parse.go feat: add support for oci1.1 cosign signatures(using referrers) (#1963) 2023-11-06 14:09:39 -08:00
parse_test.go fix(metadb): populate image pushTimestamp if it's 0 value (#2003) 2023-11-09 09:32:56 -08:00