Merkle trees and build systems
Merkle trees and build systems
Posted May 31, 2020 22:41 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)Parent article: Merkle trees and build systems
I'm very intrigued by OSTree. Is there any work to make it possible to build OCI container images using it?
I'm using Docker (just like pretty much everybody these days) and I'm really disgusted by Dockerfiles. It would be nice to replace them with something better. It's already fairly easy to do by simply tar-ing the target image and importing it, but this loses the "layer" structure of Dockerfiles and negates all the caching advantages. It looks like OSTree can be a perfect fit there.
