collabora (25.04.9.4.1-s2)
Published 2026-07-24 11:48:19 +00:00 by arjanvaneersel
Installation
docker pull cr.synthonyx.com/synthonyx/collabora:25.04.9.4.1-s2sha256:544022bd111ae46bfca73e2f18fe9575b401e476459d38e1781bef95aec20457
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1773619200' |
| ARG author |
| LABEL author=Collabora Productivity Ltd. |
| LABEL description=Collabora Online is a powerful collaborative Office suite that supports all major document, spreadsheet and presentation file formats, which you can integrate into your own infrastructure. Collabora Online provides data security and sovereignty, and is ideally suited to the demands of a modern distributed working environment. Delivering a familiar look and feel, Collabora Online represents a real alternative to other big-brands solutions, giving you control and flexibility. |
| ARG releasenotes |
| LABEL release.notes=https://www.collaboraonline.com/code-25-04-release-notes/ |
| ARG version |
| LABEL version=25.04.9.4 |
| ARG coretag |
| LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-25.04.9-4 |
| ARG onlinetag |
| LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-25.04.9-4 |
| ARG repo |
| ARG type |
| ARG nobrand |
| ENV LC_CTYPE=C.UTF-8 |
| RUN |8 author= releasenotes= version=25.04.9.4 coretag=cp-25.04.9-4 onlinetag=cp-25.04.9-4 repo= type= nobrand= /bin/sh -c apt-get update && apt-get -y install cpio tzdata libcap2-bin apt-transport-https gnupg2 ca-certificates curl libnss-wrapper && repourl="https://collaboraoffice.com/${repo:-repos}/CollaboraOnline/"; secret_key=$(cat /run/secrets/secret_key); if [ "$type" = "cool" ] && [ -n ${secret_key+set} ]; then echo "Based on the provided build arguments Collabora Online from customer repo will be used."; repourl="${repourl}25.04/customer-deb-${secret_key}/"; elif [ "$type" = "key" ]; then echo "Based on the provided build arguments license key enabled Collabora Online will be used."; repourl="${repourl}25.04-key/"; else echo "Based on the provided build arguments Collabora Online Development Edition will be used."; repourl="${repourl}25.04-CODE/CODE-deb/"; fi && echo "deb [signed-by=/usr/share/keyrings/collaboraonline-release-keyring.gpg] ${repourl} /" > /etc/apt/sources.list.d/collabora.list && if [ "$repo" = "repos-snapshot" ]; then curl https://www.collaboraoffice.com/downloads/gpg/collaboraonline-snapshot-keyring.gpg --output /usr/share/keyrings/collaboraonline-snapshot-keyring.gpg; sed -i "s/collaboraonline-release-keyring/collaboraonline-snapshot-keyring/" /etc/apt/sources.list.d/collabora.list; else curl https://www.collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg --output /usr/share/keyrings/collaboraonline-release-keyring.gpg; fi && apt-get update && apt-get -y install coolwsd coolwsd-deprecated collaboraoffice-dict-* collaboraofficebasis-ar collaboraofficebasis-bg collaboraofficebasis-ca collaboraofficebasis-cs collaboraofficebasis-da collaboraofficebasis-de collaboraofficebasis-el collaboraofficebasis-en-gb collaboraofficebasis-en-us collaboraofficebasis-eo collaboraofficebasis-es collaboraofficebasis-eu collaboraofficebasis-fi collaboraofficebasis-fr collaboraofficebasis-gl collaboraofficebasis-he collaboraofficebasis-hr collaboraofficebasis-hu collaboraofficebasis-id collaboraofficebasis-is collaboraofficebasis-it collaboraofficebasis-ja collaboraofficebasis-ko collaboraofficebasis-lo collaboraofficebasis-nb collaboraofficebasis-nl collaboraofficebasis-oc collaboraofficebasis-pl collaboraofficebasis-pt collaboraofficebasis-pt-br collaboraofficebasis-ru collaboraofficebasis-sk collaboraofficebasis-sl collaboraofficebasis-sq collaboraofficebasis-sv collaboraofficebasis-tr collaboraofficebasis-uk collaboraofficebasis-vi collaboraofficebasis-zh-cn collaboraofficebasis-zh-tw && if [ -z "$nobrand" ]; then if [ "$type" = "cool" ] || [ "$type" = "key" ]; then apt-get -y install collabora-online-brand; else apt-get -y install code-brand; fi; fi && find /opt/cool -user cool -exec chown -h 1001:1001 {} \; && usermod -u 1001 cool && groupmod -g 1001 cool && chown cool:cool /etc/coolwsd/coolwsd.xml && chmod 644 /etc/coolwsd/coolwsd.xml && chown cool:cool /etc/coolwsd && dpkg --purge --force-remove-essential --ignore-depends=perl-base perl-base && rm -rf /var/lib/apt/* && rm -rf /etc/coolwsd/proof_key* # buildkit |
| COPY /scripts/start-collabora-online.sh / # buildkit |
| RUN |8 author= releasenotes= version=25.04.9.4 coretag=cp-25.04.9-4 onlinetag=cp-25.04.9-4 repo= type= nobrand= /bin/sh -c chown cool:cool /start-collabora-online.sh && chmod u+x /start-collabora-online.sh # buildkit |
| EXPOSE map[9980/tcp:{}] |
| USER 1001 |
| ENTRYPOINT ["/start-collabora-online.sh"] |
| USER root |
| /bin/sh -c set -eux; export DEBIAN_FRONTEND=noninteractive; apt-get update; apt-get install -y --only-upgrade curl libcurl4t64 libnghttp2-14 libssh2-1t64 openssl openssl-provider-legacy libssl3t64 libgnutls30t64 krb5-locales libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0; apt-get clean; rm -rf /var/lib/apt/lists/* |
| COPY multi:af04b643107793ed549e1bd000894b672ecde8fa3f0d4ae609441ab7f11871aa in /tmp/brand/ |
| /bin/sh -c set -eux; D=/usr/share/coolwsd/browser/dist; grep -q -- '--color-primary:' "$D/color-palette.css"; grep -q -- '--color-main-background:' "$D/color-palette-dark.css"; cat /tmp/brand/palette-light.css >> "$D/color-palette.css"; cat /tmp/brand/palette-dark.css >> "$D/color-palette-dark.css"; rm -rf /tmp/brand |
| USER 1001 |
Labels
| Key | Value |
|---|---|
| author | Collabora Productivity Ltd. |
| commit.history.core | https://git.libreoffice.org/core/+log/cp-25.04.9-4 |
| commit.history.online | https://github.com/CollaboraOnline/online/commits/cp-25.04.9-4 |
| description | Collabora Online is a powerful collaborative Office suite that supports all major document, spreadsheet and presentation file formats, which you can integrate into your own infrastructure. Collabora Online provides data security and sovereignty, and is ideally suited to the demands of a modern distributed working environment. Delivering a familiar look and feel, Collabora Online represents a real alternative to other big-brands solutions, giving you control and flexibility. |
| io.buildah.version | 1.44.0 |
| release.notes | https://www.collaboraonline.com/code-25-04-release-notes/ |
| version | 25.04.9.4 |
Details
2026-07-24 11:48:19 +00:00
Versions (7)
View all
Container
1
OCI / Docker
linux/amd64
541 MiB
26.04.3.2.1-s1
2026-09-03
26.04.3.1.1-s1
2026-08-13
25.04.9.4.1-s5
2026-08-03
25.04.9.4.1-s4
2026-08-03
25.04.9.4.1-s3
2026-07-24