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/image/docker
Joseph Schorr 9e16a989f5 Audit the number of SQL queries we make in writing manifests, and significantly reduce in the common case
Instead of 41 queries now for the simple manifest, we are down to 14.

The biggest changes:
  - Only synthesize the V1 image rows if we haven't already found them in the database
  - Thread the repository object through to the other model method calls, and use it instead of loading again and again
2018-01-25 11:10:43 -05:00
..
__init__.py address PR comments 2016-09-26 14:48:05 -04:00
schema1.py Audit the number of SQL queries we make in writing manifests, and significantly reduce in the common case 2018-01-25 11:10:43 -05:00
schema2.py Return an http 415 (manifest version not supported) for OCI manifest content types 2017-12-20 11:02:34 -05:00
squashed.py Fix port mapping for ACI conversion from newer Docker manifests. 2016-12-20 14:01:06 -05:00
v1.py mv data/types image 2016-09-26 14:48:05 -04:00