summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2018-04-09 14:52:41 +0200
committerRobin Gloster <mail@glob.in>2018-05-02 21:32:20 +0200
commitd35dcb12804700c15fb398e1dce6ad8d5995929c (patch)
tree9fb2599d7e3e06e0810b7fcf05fcb22025ba5b67 /nixos
parent736848723e5aefa5d24396c58dc6de603399efde (diff)
downloadnixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.tar
nixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.tar.gz
nixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.tar.bz2
nixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.tar.lz
nixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.tar.xz
nixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.tar.zst
nixpkgs-d35dcb12804700c15fb398e1dce6ad8d5995929c.zip
dockerTools.pullImage: documentation and release note
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1809.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml
index 2fd7b770979..ec7b2f107e8 100644
--- a/nixos/doc/manual/release-notes/rl-1809.xml
+++ b/nixos/doc/manual/release-notes/rl-1809.xml
@@ -114,6 +114,13 @@ $ nix-instantiate -E '(import &lt;nixpkgsunstable&gt; {}).gitFull'
   <itemizedlist>
    <listitem>
     <para>
+     <literal>dockerTools.pullImage</literal> relies on image digest
+     instead of image tag to download the image. The
+     <literal>sha256</literal> of a pulled image has to be updated.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      <literal>lib.attrNamesToStr</literal> has been deprecated. Use more
      specific concatenation (<literal>lib.concat(Map)StringsSep</literal>)
      instead.