Skip to content

Commit 3c919f3

Browse files
authored
Merge pull request #116 from readthedocs/humitos/upgrade-docker-images
Upgrade readme with new docker images
2 parents 58f45f7 + 3b565a3 commit 3c919f3

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
lines changed

CONTRIBUTING.rst

+2-26
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,8 @@ Releases
4141
--------
4242

4343
These images are all built from our `automated Docker Hub repository`_. The
44-
automated build rules include pattern matching on Git tags. Here is how the
45-
images are currently tagged:
46-
47-
build:latest
48-
This is the latest supported release. Currently, this is ``3.0``.
49-
50-
build:stable
51-
This is the previously supported release. Currently, this is ``2.0``.
52-
53-
build:4.0rc1
54-
This is the next image being released, it will go through a testing cycle
55-
before being considered a full release however. It is only a release
56-
candidate currently, and is not useable on Read the Docs until full release.
57-
This is the version built from ``master`` currently.
58-
59-
build:3.0
60-
From any tag matching ``3.0[0-9.]*``. These tags should only represent
61-
commits to the ``releases/3.x`` branch.
62-
63-
build:2.0
64-
From any tag matching ``2.0[0-9.]*``. These tags should only represent
65-
commits to the ``releases/2.x`` branch.
66-
67-
build:1.0
68-
From the ``1.0`` tag. These tags should only represent commits to the
69-
``releases/1.x`` branch.
44+
automated build rules include pattern matching on Git tags. The current tags
45+
are defined in the :doc:`README`.
7046

7147
We follow `semantic versioning`_, but drop the bug fix level version number for
7248
our images, as this level of granularity is not important for any application of

README.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,21 @@ repository:
2121
Ubuntu 16.04 based image.
2222

2323
`readthedocs/build:4.0`
24-
``stable``
24+
**Deprecated**
2525
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7.
26-
This is the **stable** image supported by Read the Docs.
2726

2827
`readthedocs/build:5.0`
29-
``latest``
28+
``stable``
3029
Ubuntu 18.04 supporting Python 2.7, 3.6, 3.7 and pypy3.5-7.0.0.
30+
This is the **stable** image supported by Read the Docs.
31+
32+
`readthedocs/build:6.0`
33+
``latest``
34+
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy3.5-7.0.0.
3135
This is the **latest** default image used for documentation builds and supported by Read the Docs.
3236

33-
`readthedocs/build:6.0rc1`
37+
`readthedocs/build:7.0`
38+
``testing``
3439
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7, 3.8 and PyPy3.5-7.0.0.
3540
For internal development **testing** only, not available for public usage yet.
3641

0 commit comments

Comments
 (0)