Skip to content

0.0.2

Compare
Choose a tag to compare
@scopatz scopatz released this 26 Jun 16:07
· 39 commits to master since this release

Added:

  • Now implements a one-layer-per-package option. There is the 125 layer limit
    in docker, so for safety we only allow 100 individiual package layers. All
    packages after the initial 100 are combined into a single, last, squashed layer.
    The packages are installed in dependency order, so base-level packages are
    more likely to get their own layer and be reused. This is inspired by
    https://grahamc.com/blog/nix-and-layered-docker-images

Authors:

  • Anthony Scopatz
  • Chris Ostrouchov