Skip to content

Commit

Permalink
docs(framework:skip) Add unstable tag to Docker READMEs (#4177)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
Co-authored-by: Danny <danny.heinrich@flower.ai>
  • Loading branch information
Robert-Steiner and Moep90 authored Sep 12, 2024
1 parent a689abd commit 630d787
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/docker/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@

## Supported tags

- `unstable`
- points to the last successful build of the `main` branch
- `nightly`, `<version>.dev<YYYYMMDD>` e.g. `1.12.0.dev20240830`
- nightly image uses Python 3.11 and Ubuntu 22.04
- uses Python 3.11 and Ubuntu 22.04
- `1.11.1-py3.11-alpine3.19`
- `1.11.1-py3.11-ubuntu22.04`
- `1.11.1-py3.10-ubuntu22.04`
Expand Down
3 changes: 3 additions & 0 deletions src/docker/clientapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

## Supported tags

- `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
- `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
3 changes: 3 additions & 0 deletions src/docker/serverapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

## Supported tags

- `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
- `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
3 changes: 3 additions & 0 deletions src/docker/superexec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

## Supported tags

- `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
- `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
3 changes: 3 additions & 0 deletions src/docker/superlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

## Supported tags

- `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
- `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
3 changes: 3 additions & 0 deletions src/docker/supernode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

## Supported tags

- `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
- `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 630d787

Please sign in to comment.