Skip to content

Commit 9d44e5c

Browse files
authored
Merge pull request #6750 from readthedocs/humitos/use-only-latest-development
Pull only latest image for development
2 parents f534905 + cf4e241 commit 9d44e5c

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)