nix2container/data
Antoine Eiche 6d364791da Build a graph of file trees before generating the tar stream
Before this commit, nix2container read the file tree of store paths
and write all file in the order they are walked by the os.Walk Go
function.

In this commit, the build process contains now two steps:
1. file trees are read and a graph representing these files is built
2. this graph is walk to write files to the tar stream

This allows to easily transform the file tree (filename rewritting for
instance) and also allow to easily detect duplicated files.
2022-10-28 18:48:52 +02:00
..
graph-directory Build a graph of file trees before generating the tar stream 2022-10-28 18:48:52 +02:00
image-directory Add support of gzip layers 2022-01-22 15:09:11 +01:00
layer1 Refactoring 2022-01-22 02:13:58 +01:00
tar-directory Force symlink permissions to 777 in layers 2022-06-07 13:54:04 +04:00
closure-graph.json Add the maxLayers attribute to build layered images 2022-02-16 22:32:17 +01:00