This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/data/registry_model
Joseph Schorr 570d974067 Add support for retargeting a tag to all schema 1 manifests
Schema version 1 manifests contain the tag name, and we have a check to ensure we don't point a tag at a manifest with the wrong name embedded. However, this also means that we cannot retarget to that manifest, which will break the UI once we get rid of legacy images.

This change means we can retarget to those manifests, and the OCI model does the work of rewriting the manifest when necessary.
2019-01-15 16:00:06 -05:00
..
test Add support for retargeting a tag to all schema 1 manifests 2019-01-15 16:00:06 -05:00
__init__.py Fix manifest UI page to properly show the layers of manifests and show manifest lists 2018-12-10 15:33:59 -05:00
blobuploader.py Make blob upload errors more specific 2018-10-29 12:21:18 -04:00
datatype.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00
datatypes.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
interface.py Fix an NPE when trying to pull a manifest without a legacy image via V1 2019-01-10 13:59:35 -05:00
label_handlers.py Fix disabled namespace check 2018-10-18 14:25:40 -04:00
manifestbuilder.py Fix bug with json.dumps changing the order of keys 2018-11-13 16:50:13 +02:00
modelsplitter.py Enable a configurable whitelist of namespaces for V22 2018-12-03 17:37:28 -05:00
registry_oci_model.py Add support for retargeting a tag to all schema 1 manifests 2019-01-15 16:00:06 -05:00
registry_pre_oci_model.py Optimize the list active tags query 2019-01-14 13:34:25 -05:00
shared.py Make sure list_manifest_layers is not callable for manifest lists 2018-12-11 13:10:24 -05:00