Skip to content

Commit 3a1102c

Browse files
committed
Update doc on --build-arg="source=pip_sdist" for docker.
1 parent 56cb0ad commit 3a1102c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/installation.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,11 +1754,13 @@ You can build a docker container in one of 4 modes defined by the
17541754
by some Python users.
17551755

17561756
``--build-arg="source=pip_sdist"``
1757-
Disabled.
1757+
Disabled - hopefully it will be available in the future.
17581758
This is meant for maintainer/developer use. It installs using
17591759
pip from a source distribution (sdist) tarball built by
17601760
following the RELEASE.txt. It is meant for testing
1761-
releases. Normal users/admins should not use it.
1761+
releases or building a docker image that installs a new pending
1762+
source distribution release. Normal users/admins should not use it.
1763+
Use ``local`` or ``pip_local`` instead.
17621764

17631765
Build a docker container using the code in the current directory,
17641766
with this build command from the top of the source tree::

0 commit comments

Comments
 (0)