Update comment about tarballs
This commit is contained in:
parent
7340d37636
commit
8cb231fa89
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ let
|
|||
/* Function to derivation of the docker compose yaml file
|
||||
NOTE: The output will change: https://github.com/hercules-ci/arion/issues/82
|
||||
|
||||
This function is particularly useful on CI, although the references
|
||||
to image tarballs may not always be desirable.
|
||||
This function is particularly useful on CI. On Nixpkgs >= 20.09 this will
|
||||
not store the image tarballs but executables to produce them reliably via
|
||||
streamLayeredImage.
|
||||
*/
|
||||
build = args@{...}:
|
||||
let composition = eval args;
|
||||
|
|
Loading…
Reference in a new issue