Skip to content

Commit cf4e241

Browse files
committed
Pull only latest image for development
1 parent b657dd5 commit cf4e241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/development/standards.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ After cloning ``readthedocs.org`` repository, you need to
105105

106106
.. prompt:: bash
107107

108-
inv docker.pull
108+
inv docker.pull --only-latest
109109

110110
#. start all the containers:
111111

@@ -172,6 +172,7 @@ save some work while typing docker compose commands. This section explains these
172172
``inv docker.pull``
173173
Downloads and tags all the Docker images required for builders.
174174

175+
* ``--only-latest`` does not pull ``stable`` and ``testing`` images.
175176

176177
Adding a new Python dependency
177178
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)