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/schema2/test
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
..
conversion_data Add conversion test for the latest ubuntu image 2018-11-26 12:45:05 +02:00
__init__.py Add schema2 manifest and schema2 config, along with tests 2018-06-15 16:00:39 -04:00
test_config.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
test_conversion.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
test_list.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
test_manifest.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
unicode_manifest.json Make sure to decode manifests into utf-8 when necessary 2018-12-17 16:31:24 -05:00
unicode_manifest_config.json Make sure to decode manifests into utf-8 when necessary 2018-12-17 16:31:24 -05:00