Project

Profile

Help

Issue #3258

Updated by ipanova@redhat.com over 6 years ago

skopeo added support for to working with schema1. 
 now with option `--format` it is possible    to specify which schema version s1 or s1 is wanted  

 <pre> 
 --format MANIFEST TYPE, -f MANIFEST TYPE 				 MANIFEST TYPE (oci, v2s1, or v2s2) to use when saving image to directory using the 'dir:' transport (default is manifest type of source) 
 </pre> 


 We need to update our recipes and mention the possibility of upload into Pulp v2s1. 
 It should be a purely doc change, code should be already prepared and functional for v2s1 upload. 

 I also think that we need to add a note int docs, and mention the case of sync FROM Pulp that it is necessary and it is an enforcement for user to upload v2s1 along with v2s2 for compatibility reasons or we'd need to twist pulp_docker sync logic. I am still not decided on which approach we shall take.

Back