Release 23.05.0-1 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca 2023-05-19 08:23:04 -07:00
parent bafe31df0e
commit 9ae4bd0f7e
3 changed files with 21 additions and 11 deletions

View file

@ -1,3 +1,12 @@
## 23.05.0-1 2023-05-19 <dave at tiredofit dot ca>
New versioning scheme
### Added
- Collabora Online 23.05.0-1
- Collabora Office 23.05.0-1
## 2.4.34 2023-05-05 <dave at tiredofit dot ca>
### Added

View file

@ -13,10 +13,10 @@ ARG APP_NAME
ARG APP_BRAND
### Environment Variables
ENV COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-22.05.14-3"} \
ENV COLLABORA_ONLINE_VERSION=${COLLABORA_ONLINE_VERSION:-"cp-23.05.0-1"} \
COLLABORA_ONLINE_REPO_URL=${COLLABORA_ONLINE_REPO_URL:-"https://github.com/CollaboraOnline/online"} \
#
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-22.05.14-4"} \
LIBREOFFICE_VERSION=${LIBREOFFICE_VERSION:-"cp-23.05.0-1"} \
LIBREOFFICE_REPO_URL=${LIBREOFFICE_REPO_URL:-"https://github.com/LibreOffice/core"} \
#
APP_NAME=${APP_NAME:-"Document Editor"} \

View file

@ -84,9 +84,10 @@ docker pull tiredofit/collabora-online:(imagetag)
The following image tags are available along with their tagged release based on what's written in the [Changelog](CHANGELOG.md):
| LibreOffice version | Collabora Online version | Tag |
| ------------------- | ------------------------ | -------- |
| `2022` | `22.05.x` | `latest` |
| Collabora Office version | Collabora Online version | Tag |
| ------------------------ | ------------------------ | ---------- |
| `2023` | `23.05.x` | `23.05.xx` |
| `2023` | `23.05.x` | `latest` |
| `2022` | `22.05.x` | `2.4.0` |
| `2021` | `21.11.0` | `2.3.0` |
| `6.4.x` | `6.4.x` | `2.1` |