about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-12-16 13:06:18 -0500
committerGraham Christensen <graham@grahamc.com>2019-12-16 13:18:28 -0500
commit310a028a0cd0c32006896d2c3b12109d7764e067 (patch)
tree20d4e94a7195da4f449d4492ff29bdab46c6c949 /doc/builders
parente1c6965beb89e861ec5b4f2d9d75c89f8bc8bfa8 (diff)
downloadnixlib-310a028a0cd0c32006896d2c3b12109d7764e067.tar
nixlib-310a028a0cd0c32006896d2c3b12109d7764e067.tar.gz
nixlib-310a028a0cd0c32006896d2c3b12109d7764e067.tar.bz2
nixlib-310a028a0cd0c32006896d2c3b12109d7764e067.tar.lz
nixlib-310a028a0cd0c32006896d2c3b12109d7764e067.tar.xz
nixlib-310a028a0cd0c32006896d2c3b12109d7764e067.tar.zst
nixlib-310a028a0cd0c32006896d2c3b12109d7764e067.zip
dockerTools: the API has basically never changed
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/images/dockertools.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/builders/images/dockertools.xml b/doc/builders/images/dockertools.xml
index 2243453c3e97..e7f37fdaaf00 100644
--- a/doc/builders/images/dockertools.xml
+++ b/doc/builders/images/dockertools.xml
@@ -8,12 +8,6 @@
   <varname>pkgs.dockerTools</varname> is a set of functions for creating and manipulating Docker images according to the <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>
 
- <warning>
-  <para>
-   The <varname>dockerTools</varname> API is unstable and may be subject to backwards-incompatible changes in the future.
-  </para>
- </warning>
-
  <section xml:id="ssec-pkgs-dockerTools-buildImage">
   <title>buildImage</title>