nixery/build-image
Vincent Ambo f57a2baf92 fix(server): Use uncompressed tarball hashes in image config
Docker expects hashes of compressed tarballs in the manifest (as these
are used to fetch from the content-addressable layer store), but for
some reason it expects hashes in the configuration layer to be of
uncompressed tarballs.

To achieve this an additional SHA256 hash is calculcated while
creating the layer tarballs, but before passing them to the gzip
writer.

In the current constellation the symlink layer is first compressed and
then decompressed again to calculate its hash. This can be refactored
in a future change.
2019-10-11 12:37:00 +01:00
..
build-image.nix fix(server): Use uncompressed tarball hashes in image config 2019-10-11 12:37:00 +01:00
default.nix chore(build-image): Remove nixery-build-layers 2019-10-03 22:29:50 +01:00
load-pkgs.nix refactor(server): Move package source management logic to server 2019-09-10 11:32:37 +01:00