mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -05:00
377aff1853
before syncing an image we first check if it's already present in our storage to do that we get the manifest from remote and compare it with the local one but in the case of syncing docker images, because the conversion to OCI format is done while syncing, we get a docker manifest before conversion, so sync detects that local manifest and remote one are different, so it starts syncing again. to overcome this, convert remote docker manifests to OCI manifests and then compare. Signed-off-by: Petu Eusebiu <peusebiu@cisco.com> |
||
---|---|---|
.. | ||
annotations.bats | ||
anonymous_policy.bats | ||
cloud-only.bats | ||
cve.bats | ||
detect_manifest_collision.bats | ||
helpers_cloud.bash | ||
helpers_cve.bash | ||
helpers_metrics.bash | ||
helpers_pushpull.bash | ||
helpers_referrers.bash | ||
helpers_scrub.bash | ||
helpers_sync.bash | ||
metadata.bats | ||
metrics.bats | ||
pushpull.bats | ||
pushpull_running_dedupe.bats | ||
referrers.bats | ||
restore_s3_blobs.bats | ||
scrub.bats | ||
sync.bats | ||
sync_docker.bats | ||
sync_harness.bats |