2025-03-10 14:51:10 UTC
503 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:60f0f8832641b97c4adc334d514b9feac24c3251ed84e16713dcd2bffb4c8336 - 5.35% (26.9 MB)
[#001] sha256:cf141cd48e5d6c517af04eb765e7e6f8416639ba4cfe88ea810aac0cbbd2f043 - 94.62% (476 MB)
[#002] sha256:4eba3f21f86fe634639eddc88dbf35b6a1f249c14e21580022f6c23df5f05748 - 0.0% (823 Bytes)
[#003] sha256:efa63938028fec489d4fb826c46204eaf430b8b43b4ab9902d55b9c916449770 - 0.03% (161 KB)
[#004] sha256:2743b8f93efd96fe096ef114faffdef03a628172515a2769ba840614c6eca07e - 0.0% (148 Bytes)
# debian.sh --arch 'amd64' out/ 'stable' '@1738540800'
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG author
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)LABEL author=Collabora Productivity Ltd.
2025-02-20 14:39:29 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:39:29 UTC (buildkit.dockerfile.v0)ARG releasenotes
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)LABEL release.notes=https://www.collaboraonline.com/code-24-04-release-notes/
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG version
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)LABEL version=24.04.12.4
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG coretag
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-24.04.12-4
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG onlinetag
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-24.04.12-4
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG repo
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG type
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ARG nobrand
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ENV LC_CTYPE=C.UTF-8
2025-02-20 14:39:29 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:39:29 UTC (buildkit.dockerfile.v0)COPY /scripts/start-collabora-online.sh / # buildkit
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)EXPOSE map[9980/tcp:{}]
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)USER 100
2025-02-20 14:39:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/start-collabora-online.sh"]
2025-03-10 14:51:10 UTC (buildkit.dockerfile.v0)USER root
2025-03-10 14:51:10 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2025-03-10 14:51:10 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:10 UTC (buildkit.dockerfile.v0)COPY --chmod=775 healthcheck.sh /healthcheck.sh # buildkit
2025-03-10 14:51:10 UTC (buildkit.dockerfile.v0)USER 100
2025-03-10 14:51:10 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "1m0s" "0s" '\t'}
2025-03-10 14:51:10 UTC (buildkit.dockerfile.v0)LABEL com.centurylinklabs.watchtower.enable=false
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.