Project

Profile

Help

Story #7790

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_container/477":https://github.com/pulp/pulp_container/issues/477 




 ---- 


 If an artifact has gone missing or corrupted(bit rot) there is no way to re-upload it back to the filesystem 
 1. push an image with 'podman push' 
 2. rm /var/lib/pulp/artifacts/<some_artifact> or corrupt it 
 3. push same image with 'podman push' 
 4. file is still missing/corrupted 

 Same stands for the oci image builder feature 

 While we have /repair/ endpoint it will not work for these operations since there is not remoteartifact. 

Back