Skip to content

Commit

Permalink
fix(framework:skip) Update Ubuntu versions in Docker READMEs (#4297)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <[email protected]>
  • Loading branch information
Robert-Steiner authored Oct 7, 2024
1 parent 8bf5b82 commit ef07d49
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions doc/source/docker/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ Run Flower using Docker Compose
-------------------------------

.. toctree::

:maxdepth: 1
:maxdepth: 1

tutorial-quickstart-docker-compose
run-quickstart-examples-docker-compose
Expand Down
2 changes: 1 addition & 1 deletion src/docker/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 24.04
- `1.11.1-py3.11-alpine3.19`
- `1.11.1-py3.11-ubuntu22.04`
- `1.11.1-py3.10-ubuntu22.04`
Expand Down
2 changes: 1 addition & 1 deletion src/docker/clientapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 24.04
- `1.11.1`, `1.11.1-py3.11-ubuntu22.04`
- `1.11.1-py3.10-ubuntu22.04`
- `1.11.1-py3.9-ubuntu22.04`
Expand Down
2 changes: 1 addition & 1 deletion src/docker/serverapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 24.04
- `1.11.1`, `1.11.1-py3.11-ubuntu22.04`
- `1.11.1-py3.10-ubuntu22.04`
- `1.11.1-py3.9-ubuntu22.04`
Expand Down
2 changes: 1 addition & 1 deletion src/docker/superexec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 24.04
- `1.11.1`, `1.11.1-py3.11-ubuntu22.04`
- `1.11.1-py3.10-ubuntu22.04`
- `1.11.1-py3.9-ubuntu22.04`
Expand Down
2 changes: 1 addition & 1 deletion src/docker/superlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 24.04
- `1.11.1`, `1.11.1-py3.11-alpine3.19`
- `1.11.1-py3.11-ubuntu22.04`
- `1.11.0`, `1.11.0-py3.11-alpine3.19`
Expand Down
2 changes: 1 addition & 1 deletion src/docker/supernode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 24.04
- `1.11.1`, `1.11.1-py3.11-alpine3.19`
- `1.11.1-py3.11-ubuntu22.04`
- `1.11.1-py3.10-ubuntu22.04`
Expand Down

0 comments on commit ef07d49

Please sign in to comment.