filegrain icon indicating copy to clipboard operation
filegrain copied to clipboard

transport-agnostic, fine-grained content-addressable container image layout

Results 4 filegrain issues
Sort by recently updated
recently updated
newest added

Originally I designed FILEgrain to be agnostic to distribution protocols, because the standardization of distribution was out of the scope of OCI's mission at that time. But the situation has...

https://github.com/containerd/containerd/blob/master/snapshot/snapshotter.go

https://github.com/AkihiroSuda/filegrain/issues/17 https://github.com/AkihiroSuda/filegrain/commit/969524a8fc1c23eecf78bb23478b0b8383fe1d45 seems ineffective

this could be easily supported by using a digest like `gunzip+sha256:deadbeef...`. `cat blobs/gunzip+sha256/deadbeef... | gunzip -c | sha256 -` MUST result in `deadbeef...`.