Block a user
nextcloud-collabora (lv)
Published 2026-08-01 17:35:10 +00:00 by janhouse
Installation
docker pull git.janhouse.lv/janhouse/nextcloud-collabora:lvsha256:721704858b44f1f88b38734574e8e96e9a42da55c023de1ef13895c29f4546c5
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1779062400' |
| 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-26-04-release-notes/ |
| ARG version |
| LABEL version=26.04.1.3 |
| ARG onlinetag |
| LABEL commit.history.core=https://gerrit.collaboraoffice.com/plugins/gitiles/online/+log/cp-26.04.1-3 |
| ARG repo |
| ARG type |
| ARG nobrand |
| ENV LC_CTYPE=C.UTF-8 |
| ADD https://www.collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg /usr/share/keyrings/ # buildkit |
| ADD https://www.collaboraoffice.com/downloads/gpg/collaboraonline-snapshot-keyring.gpg /usr/share/keyrings/ # buildkit |
| RUN |7 author= releasenotes= version=26.04.1.3 onlinetag=cp-26.04.1-3 repo= type= nobrand= /bin/sh -c apt-get update && apt-get -y install libcap2-bin ca-certificates 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}26.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}26.04-key/"; else echo "Based on the provided build arguments Collabora Online Development Edition will be used."; repourl="${repourl}26.04-CODE/CODE-deb/"; fi && keyring=collaboraonline-release-keyring; if [ "$repo" = "repos-snapshot" ]; then keyring=collaboraonline-snapshot-keyring; fi && echo "deb [signed-by=/usr/share/keyrings/${keyring}.gpg] ${repourl} /" > /etc/apt/sources.list.d/collabora.list && 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 |7 author= releasenotes= version=26.04.1.3 onlinetag=cp-26.04.1-3 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 apt update && apt install hunspell-lv mythes-lv libreoffice-l10n-lv -y |
| USER cool |
| LABEL com.docker.compose.image.builder=classic |
Labels
| Key | Value |
|---|---|
| author | Collabora Productivity Ltd. |
| com.docker.compose.image.builder | classic |
| commit.history.core | https://gerrit.collaboraoffice.com/plugins/gitiles/online/+log/cp-26.04.1-3 |
| 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. |
| release.notes | https://www.collaboraonline.com/code-26-04-release-notes/ |
| version | 26.04.1.3 |