summary refs log tree commit diff
path: root/doc/functions.xml
diff options
context:
space:
mode:
authorMathias Schreck <schreck.mathias@googlemail.com>2017-08-02 19:36:58 +0200
committerRobin Gloster <mail@glob.in>2017-08-03 11:52:03 +0200
commitcd3d8529433f48ec2d17a6a6084de9d67a7e3d7e (patch)
treec28228c86415f5385125724c9da82b93109351b4 /doc/functions.xml
parent86d9b09c9b2f0f76da0cfa5ea420ae476983d7a3 (diff)
downloadnixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.tar
nixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.tar.gz
nixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.tar.bz2
nixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.tar.lz
nixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.tar.xz
nixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.tar.zst
nixlib-cd3d8529433f48ec2d17a6a6084de9d67a7e3d7e.zip
dockerTools: document image spec v1.2 compatibility
Diffstat (limited to 'doc/functions.xml')
-rw-r--r--doc/functions.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/functions.xml b/doc/functions.xml
index 4a9015602afc..52bdf13eba9b 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -358,8 +358,8 @@
 <para>
   <varname>pkgs.dockerTools</varname> is a set of functions for creating and
   manipulating Docker images according to the
-  <link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#docker-image-specification-v100">
-  Docker Image Specification v1.0.0
+  <link xlink:href="https://github.com/moby/moby/blob/master/image/spec/v1.2.md#docker-image-specification-v120">
+  Docker Image Specification v1.2.0
   </link>. Docker itself is not used to perform any of the operations done by these
   functions.
 </para>
@@ -493,8 +493,8 @@
     <varname>config</varname> is used to specify the configuration of the
     containers that will be started off the built image in Docker.
     The available options are listed in the
-    <link xlink:href="https://github.com/docker/docker/blob/master/image/spec/v1.md#container-runconfig-field-descriptions">
-      Docker Image Specification v1.0.0
+    <link xlink:href="https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions">
+      Docker Image Specification v1.2.0
     </link>.
     </para>
   </callout>