Project

Profile

Help

Issue #7923

Updated by jsherril@redhat.com over 3 years ago

Create a remote and sync: 
 ~~~ 
 

 https://quay.io/ 
 foreman/busybox-test 
 ~~~ 

 Then curl the latest manifest: 
 ~~~ 
 curl -vv https://pp-katello-ser-nightly-centos7.windhelm.example.com/v2/test_organization-test_product-foremanbusybox/manifests/latest 
 ~~~ 

 Get the redirect: 
 ~~~ 
 

 Location: https://pp-katello-ser-nightly-centos7.windhelm.example.com/pulp/container/test_organization-test_product-foremanbusybox/manifests/latest?validate_token=ded5ee1946d5293e716abc51b08ff981989fb78644104e92133dabe535b256e5:bcffb6bd722a286a4baaba5b9841e3fe038035b0140e9dfcadef2fc2db112de0 
 ~~~ 

 


 Curl that: 
 ~~~ ``` 
 curl    -vvv https://pp-katello-ser-nightly-centos7.windhelm.example.com/pulp/container/test_organization-test_product-foremanbusybox/manifests/latest?validate_token=ded5ee1946d5293e716abc51b08ff981989fb78644104e92133dabe535b256e5:bcffb6bd722a286a4baaba5b9841e3fe038035b0140e9dfcadef2fc2db112de0 
 ~~~ ``` 

 Notice the digest: 
 ~~~ 
 

 < Docker-Content-Digest: sha256:13280b5914050853a87d662c3229d42b61544e36dd4515f06e188835f3407468 
 ~~~ 
 

 However if you calculate the checksum, you get a different checksum.    In fact every time i download it, the manifest changes.

Back