0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-06 22:40:28 -05:00
zot/pkg/storage
Nicol 33a431ef43
Update go version to 1.19 (#829)
* ci: Update go version to 1.19

Signed-off-by: Nicol Draghici <idraghic@cisco.com>

* ci: Fix lint issues

Signed-off-by: Nicol Draghici <idraghic@cisco.com>

* ci: Added needprivileges to lint, made needprivileges pass lint

Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com>
Signed-off-by: Nicol Draghici <idraghic@cisco.com>

Signed-off-by: Nicol Draghici <idraghic@cisco.com>
Signed-off-by: Catalin Hofnar <catalin.hofnar@gmail.com>
Co-authored-by: Catalin Hofnar <catalin.hofnar@gmail.com>
2022-10-05 13:21:14 +03:00
..
local Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
s3 Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
cache.go routes: support resumable pull 2022-09-15 15:51:47 -07:00
cache_test.go s3: added logic for deduping blobs 2022-05-24 17:00:10 -07:00
common.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
common_test.go storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
lint-interface.go image level lint: enforce manifest mandatory annotations 2022-07-27 11:48:04 +03:00
README.md refactor filenames to reflect functionality 2022-06-21 21:42:54 -07:00
scrub.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
scrub_test.go storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
storage.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00
storage_controller.go storage: Move common code in helper functions, closes #730 (#820) 2022-09-30 10:35:16 -07:00
storage_test.go Update go version to 1.19 (#829) 2022-10-05 13:21:14 +03:00

zot currently supports two types of underlying filesystems:

  1. local - a locally mounted filesystem

  2. remote - a remote filesystem such as AWS S3