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,15 +84,16 @@ 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` |
| `2022` | `22.05.x` | `2.4.0` |
| `2021` | `21.11.0` | `2.3.0` |
| `6.4.x` | `6.4.x` | `2.1` |
| `6.4.x` | `6.4.x` | `2.0` |
| `6.0.x` | `4.0.x` | `1.6` |
| `5.3.x` | `3.4.x` | `1.1` |
| 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` |
| `6.4.x` | `6.4.x` | `2.0` |
| `6.0.x` | `4.0.x` | `1.6` |
| `5.3.x` | `3.4.x` | `1.1` |
#### Multi Architecture
Images are built primarily for `amd64` architecture, and may also include builds for `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)`