Skip to content

Commit

Permalink
docs(framework) Add flwr 1.14.0 to Docker READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Dec 20, 2024
1 parent 500d04e commit 475c289
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
6 changes: 5 additions & 1 deletion src/docker/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@

- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.14.0.dev20241128`
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.15.0.dev20241220`
- uses Python 3.11 and Ubuntu 24.04
- `1.14.0-py3.11-alpine3.19`
- `1.14.0-py3.11-ubuntu24.04`
- `1.14.0-py3.10-ubuntu24.04`
- `1.14.0-py3.9-ubuntu24.04`
- `1.13.1-py3.11-alpine3.19`
- `1.13.1-py3.11-ubuntu24.04`
- `1.13.1-py3.10-ubuntu24.04`
Expand Down
5 changes: 4 additions & 1 deletion src/docker/clientapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@

- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.14.0.dev20241128`
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.15.0.dev20241220`
- uses Python 3.11 and Ubuntu 24.04
- `1.14.0`, `1.14.0-py3.11-ubuntu24.04`
- `1.14.0-py3.10-ubuntu24.04`
- `1.14.0-py3.9-ubuntu24.04`
- `1.13.1`, `1.13.1-py3.11-ubuntu24.04`
- `1.13.1-py3.10-ubuntu24.04`
- `1.13.1-py3.9-ubuntu24.04`
Expand Down
5 changes: 4 additions & 1 deletion src/docker/serverapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@

- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.14.0.dev20241128`
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.15.0.dev20241220`
- uses Python 3.11 and Ubuntu 24.04
- `1.14.0`, `1.14.0-py3.11-ubuntu24.04`
- `1.14.0-py3.10-ubuntu24.04`
- `1.14.0-py3.9-ubuntu24.04`
- `1.13.1`, `1.13.1-py3.11-ubuntu24.04`
- `1.13.1-py3.10-ubuntu24.04`
- `1.13.1-py3.9-ubuntu24.04`
Expand Down
4 changes: 3 additions & 1 deletion src/docker/superlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@

- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.14.0.dev20241128`
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.15.0.dev20241220`
- uses Python 3.11 and Ubuntu 24.04
- `1.14.0`, `1.14.0-py3.11-alpine3.19`
- `1.14.0-py3.11-ubuntu24.04`
- `1.13.1`, `1.13.1-py3.11-alpine3.19`
- `1.13.1-py3.11-ubuntu24.04`
- `1.13.0`, `1.13.0-py3.11-alpine3.19`
Expand Down
6 changes: 5 additions & 1 deletion src/docker/supernode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@

- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.14.0.dev20241128`
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.15.0.dev20241220`
- uses Python 3.11 and Ubuntu 24.04
- `1.14.0`, `1.14.0-py3.11-alpine3.19`
- `1.14.0-py3.11-ubuntu24.04`
- `1.14.0-py3.10-ubuntu24.04`
- `1.14.0-py3.9-ubuntu24.04`
- `1.13.1`, `1.13.1-py3.11-alpine3.19`
- `1.13.1-py3.11-ubuntu24.04`
- `1.13.1-py3.10-ubuntu24.04`
Expand Down

0 comments on commit 475c289

Please sign in to comment.