dockerTools.buildImage: add option to use nix output hash as tag

This commit is contained in:
Mathias Schreck
2018-06-29 19:20:55 +02:00
committed by Profpatsch
parent 588dbd714e
commit 39e678e24e
3 changed files with 17 additions and 4 deletions

View File

@@ -521,7 +521,7 @@ merge:"diff3"
<callout arearefs='ex-dockerTools-buildImage-2'>
<para>
<varname>tag</varname> specifies the tag of the resulting image. By
default it's <literal>latest</literal>.
default it's <literal>null</literal>, which indicates that the nix output hash will be used as tag.
</para>
</callout>
<callout arearefs='ex-dockerTools-buildImage-3'>