You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ run your Tox tests with all available Python versions in Docker container.
7
7
8
8
[Docker image is hosted on Docker Hub](https://hub.docker.com/r/fedorapython/fedora-python-tox/) and build automatically after every push to master branch.
9
9
10
+
# Fedora base image version
11
+
12
+
We usually add the newest Pythons to all supported Fedora releases. We also have to remove the oldest ones
13
+
from time to time. These are the reasons why we move this container image from Fedora N to N+1 when
14
+
N goes EOL.
15
+
10
16
# Installed packages
11
17
12
18
On top of stable Fedora, this Docker image contains:
0 commit comments