diff --git a/deployments/examples/ocis_full/clamav.yml b/deployments/examples/ocis_full/clamav.yml index fe0d565600..ff577fa1b5 100644 --- a/deployments/examples/ocis_full/clamav.yml +++ b/deployments/examples/ocis_full/clamav.yml @@ -14,6 +14,7 @@ services: clamav: image: clamav/clamav:${CLAMAV_DOCKER_TAG:-latest} + # release notes: https://blog.clamav.net networks: ocis-net: volumes: diff --git a/deployments/examples/ocis_full/collabora.yml b/deployments/examples/ocis_full/collabora.yml index 8f6258f543..63b5fe7afc 100644 --- a/deployments/examples/ocis_full/collabora.yml +++ b/deployments/examples/ocis_full/collabora.yml @@ -53,7 +53,8 @@ services: restart: always collabora: - image: collabora/code:24.04.9.2.1 + image: collabora/code:24.04.10.1.1 + # release notes: https://www.collaboraonline.com/release-notes/ networks: ocis-net: environment: diff --git a/deployments/examples/ocis_full/docker-compose.yml b/deployments/examples/ocis_full/docker-compose.yml index 34dcabad26..6fe4aba218 100644 --- a/deployments/examples/ocis_full/docker-compose.yml +++ b/deployments/examples/ocis_full/docker-compose.yml @@ -2,6 +2,7 @@ services: traefik: image: traefik:v3.2.1 + # release notes: https://github.com/traefik/traefik/releases networks: ocis-net: command: diff --git a/deployments/examples/ocis_full/inbucket.yml b/deployments/examples/ocis_full/inbucket.yml index 9ec595a09f..5b8c6087b2 100644 --- a/deployments/examples/ocis_full/inbucket.yml +++ b/deployments/examples/ocis_full/inbucket.yml @@ -11,6 +11,7 @@ services: inbucket: image: inbucket/inbucket + # changelog: https://github.com/inbucket/inbucket/blob/main/CHANGELOG.md networks: - ocis-net entrypoint: diff --git a/deployments/examples/ocis_full/minio.yml b/deployments/examples/ocis_full/minio.yml index a004f0d9e9..fb650aba93 100644 --- a/deployments/examples/ocis_full/minio.yml +++ b/deployments/examples/ocis_full/minio.yml @@ -2,6 +2,7 @@ services: minio: image: minio/minio:latest + # release notes: https://github.com/minio/minio/releases networks: ocis-net: entrypoint: diff --git a/deployments/examples/ocis_full/ocis.yml b/deployments/examples/ocis_full/ocis.yml index 9aacfb3e1e..ea3b28294c 100644 --- a/deployments/examples/ocis_full/ocis.yml +++ b/deployments/examples/ocis_full/ocis.yml @@ -7,6 +7,8 @@ services: - ${OCIS_DOMAIN:-ocis.owncloud.test} ocis: image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis}:${OCIS_DOCKER_TAG:-latest} + # changelog: https://github.com/owncloud/ocis/tree/master/changelog + # release notes: https://doc.owncloud.com/ocis_release_notes.html networks: ocis-net: entrypoint: diff --git a/deployments/examples/ocis_full/onlyoffice.yml b/deployments/examples/ocis_full/onlyoffice.yml index 006ebb53d1..5b6ddaf5cc 100644 --- a/deployments/examples/ocis_full/onlyoffice.yml +++ b/deployments/examples/ocis_full/onlyoffice.yml @@ -51,7 +51,8 @@ services: onlyoffice: # if you want to use oo enterprise edition, use: onlyoffice/documentserver-ee: # note, you also need to add a volume, see below - image: onlyoffice/documentserver:8.2.1 + image: onlyoffice/documentserver:8.2.2 + # changelog https://github.com/ONLYOFFICE/DocumentServer/releases networks: ocis-net: entrypoint: diff --git a/deployments/examples/ocis_full/tika.yml b/deployments/examples/ocis_full/tika.yml index ef745377cb..70206a3f02 100644 --- a/deployments/examples/ocis_full/tika.yml +++ b/deployments/examples/ocis_full/tika.yml @@ -2,6 +2,7 @@ services: tika: image: ${TIKA_IMAGE:-apache/tika:latest-full} + # release notes: https://tika.apache.org networks: ocis-net: restart: always