Merge pull request #3206 from quay/fix-unicode-schemas

Fix unicode manifests in the backfill
This commit is contained in:
Joseph Schorr 2018-08-16 13:24:17 -04:00 committed by GitHub
commit e13baa9041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 200 additions and 8 deletions

View file

@ -66,6 +66,7 @@ class ProtocolOptions(object):
self.manifest_content_type = None
self.accept_mimetypes = '*/*'
self.mount_blobs = None
self.push_by_manifest_digest = False
@add_metaclass(ABCMeta)