The tool repacks and optimizes Docker images by efficiently repacking the contents into equal sized layers. The speed improvements for large images are significant: from 2 minutes to 16 seconds in some cases.
I'm not sure how useful it is, but I find the subject quite interesting and it might be useful to others.
I wasn't sure how to load the images back into docker at first. I tried `docker load` but I get this error:
Then I noticed the `skopeo copy` in one of the github actions workflows. That got me further. The image was able to be pushed to a registry. But I am getting this error when pulling the repacked image: