Skip to content

Commit

Permalink
Update documentation regarding Docker tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Jun 14, 2024
1 parent b450752 commit 0ea0026
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 2 additions & 0 deletions docker/Docker-Build-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ When a new version _x.y.z_ of the GNU Octave Docker image
- Manually update README files for [`matpower/octave`][1] and
[`matpower/matpower`][7] on DockerHub from [Octave-Docker.md][6] and
[MATPOWER-Docker.md][5], respectively.
**Note:** _The latter gets overwritten by any push to the GitHub master
branch._


MATPOWER Images ([`matpower/matpower`][7]) (v7.0+)
Expand Down
35 changes: 17 additions & 18 deletions docker/MATPOWER-Docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,23 @@ the `master` branch of the [MATPOWER][5] and [MATPOWER Extras][6]
GitHub repositories.


| tag | MATPOWER version | Octave version |
| -------------------- | :----------------: | :---------------: |
| **_development versions_** | | |
| `dev-latest` | _latest_ `master` | _current release_ |
| `dev-latest-<x.y.z>` | _latest_ `master` | _x.y.z_ |
| `dev-<YYYY-MM-DD>` | `master` _on date_ | _current release_ |
| | | |
| **_release versions_** | | |
| `latest` | _current release_ | _current release_ |
| `<X.Y>c` | _X.Y_ | _current release_ |
| `8.0` | 8.0 | 9.1.0 |
| `7.1` | 7.1 | 5.2.0 |
| `7.0` | 7.0 | 5.1.0 |
| `6.0` | 6.0 | 4.2.2 |
| `5.1` | 5.1 | 4.0.3 |
| `5.0` | 5.0 | 4.0.3 |
| `4.1` | 4.1 | 4.0.3 |
| `4.0` | 4.0 | 4.0.3 |
| tag | MATPOWER version | Octave version |
| -------------------------- | :----------------: | :---------------: |
| **_development versions_** | | |
| `dev-latest` | _latest_ `master` | _current release_ |
| `dev-<YYYY-MM-DD>-<x.y.z>` | `master` _on date_ | _x.y.z_ |
| | | |
| **_release versions_** | | |
| `latest` | _current release_ | _current release_ |
| `<X.Y>c` | _X.Y_ | _current release_ |
| `8.0` | 8.0 | 9.1.0 |
| `7.1` | 7.1 | 5.2.0 |
| `7.0` | 7.0 | 5.1.0 |
| `6.0` | 6.0 | 4.2.2 |
| `5.1` | 5.1 | 4.0.3 |
| `5.0` | 5.0 | 4.0.3 |
| `4.1` | 4.1 | 4.0.3 |
| `4.0` | 4.0 | 4.0.3 |

---

Expand Down

0 comments on commit 0ea0026

Please sign in to comment.