Namespace
nextcloud
Image / Tag
aio-collabora:develop-arm64-6134
Content Digest
sha256:07684070f085d0ee58f5c8fa6ccfc275d2e70cc232ba4f4293a2495cd3392e72
Details
Created

2025-03-10 14:51:58 UTC

Size

477 MB

Content Digest
Labels
  • author
    Collabora Productivity Ltd.
  • com.centurylinklabs.watchtower.enable
    false
  • commit.history.core
    https://git.libreoffice.org/core/+log/cp-24.04.12-4
  • commit.history.online
    https://github.com/CollaboraOnline/online/commits/cp-24.04.12-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.
  • release.notes
    https://www.collaboraonline.com/code-24-04-release-notes/
  • version
    24.04.12.4

Environment
LC_CTYPE

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:5a7c648a8214a4705a802393e0eacb6abec5fcc6ab0ff1e5abbb30b7e50b91f5 - 5.83% (27.8 MB)

[#001] sha256:1a4e48d3dba0471b1c8a152b0860787d32c2b98ce0dc22a5a40dbf622132aef9 - 94.14% (449 MB)

[#002] sha256:7c00d6310796dc239f104e648d667f27e1cd4f7c230a1ff6257abced1d3da678 - 0.0% (824 Bytes)

[#003] sha256:342066eb3f1f7802c4da82629a427bcd73d013a54697f8ae36f5dbed312a1b55 - 0.03% (161 KB)

[#004] sha256:9da1dcaa296ee4e7243f5aaa06592f2bcb88391a2e4335201ddd7b89d4fd6e97 - 0.0% (148 Bytes)


History
2025-02-03 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'arm64' out/ 'stable' '@1738540800'

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG author

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

LABEL author=Collabora Productivity Ltd.

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

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.

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG releasenotes

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

LABEL release.notes=https://www.collaboraonline.com/code-24-04-release-notes/

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG version

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

LABEL version=24.04.12.4

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG coretag

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-24.04.12-4

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG onlinetag

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-24.04.12-4

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG repo

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG type

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ARG nobrand

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ENV LC_CTYPE=C.UTF-8

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

RUN |8 author= releasenotes= version=24.04.12.4 coretag=cp-24.04.12-4 onlinetag=cp-24.04.12-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 && 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}24.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}24.04-key/"; else echo "Based on the provided build arguments Collabora Online Development Edition will be used."; repourl="${repourl}24.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 && 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

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

COPY /scripts/start-collabora-online.sh / # buildkit

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

EXPOSE map[9980/tcp:{}]

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

USER 100

2025-02-20 14:40:51 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start-collabora-online.sh"]

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

USER root

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends netcat-openbsd ; rm -rf /var/lib/apt/lists/*; # buildkit

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

COPY --chmod=775 healthcheck.sh /healthcheck.sh # buildkit

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

USER 100

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "1m0s" "0s" '\t'}

2025-03-10 14:51:58 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.enable=false

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete