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 171c7e5238 Further fixes for unicode handling in manifests
We were occasionally trying to compute schema 2 version 1 signatures on the *unicode* representation, which was failing the signature check. This PR adds a new wrapper type called `Bytes`, which all manifests must take in, and which handles the unicodes vs encoded utf-8 stuff in a central location. This PR also adds a test for the manifest that was breaking in production.
2019-01-09 15:14:41 -05:00
..
schema2 Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
test Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
__init__.py address PR comments 2016-09-26 14:48:05 -04:00
interfaces.py Support pulling of schema2 manifests directly via a manifest list tag 2018-12-07 11:57:13 -05:00
schema1.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
schemas.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
schemautil.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
squashed.py Fixes to ensuring existing code can process schema 2 manifests 2018-11-13 17:13:51 +02:00
types.py Make command optional in schema 2 manifests (as per OCI spec) and pull out additional information 2018-12-11 17:23:39 -05:00
v1.py Make command optional in schema 2 manifests (as per OCI spec) and pull out additional information 2018-12-11 17:23:39 -05:00