2023-10-27 11:13:17 UTC
484 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d812d0c7c96b7031537ddbf0850bf286a5adf68b055c9bf19b2955cb88df77ea - 5.75% (27.8 MB)
[#001] sha256:e5e49b7af90e499a73a5b4d3d215515784af073b2ee8d4d4ea35fef1f050c777 - 94.22% (456 MB)
[#002] sha256:739faa7189a4a9300fa005734639a11d2fc90a672ec9431714f3d1fdc2dd9a6a - 0.0% (806 Bytes)
[#003] sha256:64d6387bafdfda3d016d25bb05f54ecfba242939e9ad3370b6524cfaa21ddef3 - 0.03% (162 KB)
/bin/sh -c #(nop) ADD file:034da31531514c2c700438f305dea446016d6b50541d7be90a147346e92341dc in /
2023-10-11 18:36:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)MAINTAINER Andras Timar <andras.timar@collabora.com>
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)ARG repo
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)ARG type
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)ARG nobrand
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)ENV LC_CTYPE=C.UTF-8
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)RUN |3 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}23.05/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}23.05-key/"; else echo "Based on the provided build arguments Collabora Online Development Edition will be used."; repourl="${repourl}23.05-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 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 && rm -rf /var/lib/apt/* && rm -rf /etc/coolwsd/proof_key* # buildkit
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)COPY /scripts/start-collabora-online.sh / # buildkit
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)EXPOSE map[9980/tcp:{}]
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)USER 100
2023-10-13 15:28:02 +0100 (buildkit.dockerfile.v0)CMD ["/start-collabora-online.sh"]
2023-10-27 11:13:17 UTC (buildkit.dockerfile.v0)USER root
2023-10-27 11:13:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apt-get update; export DEBIAN_FRONTEND=noninteractive; apt-get install -y --no-install-recommends tzdata netcat-openbsd ; rm -rf /var/lib/apt/lists/*; # buildkit
2023-10-27 11:13:17 UTC (buildkit.dockerfile.v0)USER 100
2023-10-27 11:13:17 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "nc -z localhost 9980 || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
2023-10-27 11:13:17 UTC (buildkit.dockerfile.v0)LABEL com.centurylinklabs.watchtower.enable=false
2023-10-27 11:14:17 UTC
457 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5bdc3ef4cf4e6ac57f85434fb1d8eb9dc06eb62fb49c832bdff07080f965753b - 6.1% (27.8 MB)
[#001] sha256:92ee6424ab804caad5e8e05a3807d021eda5f85c686ef6c1609b505ed1588abb - 93.87% (429 MB)
[#002] sha256:216e2350015f244cf308506574343ea16dca88af70b40c38c8713556e6e060c8 - 0.0% (807 Bytes)
[#003] sha256:3c3b0f91024165c06b5f28e42b71935f5777e4b82069d62a12de1cff6679ca1b - 0.03% (162 KB)
/bin/sh -c #(nop) ADD file:260e3499f02c72c04707516c76b5cee58f77378cc0d92defa5bf81d06fa1f87f in /
2023-10-11 18:26:17 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)MAINTAINER Andras Timar <andras.timar@collabora.com>
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)ARG repo
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)ARG type
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)ARG nobrand
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)ENV LC_CTYPE=C.UTF-8
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)RUN |3 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}23.05/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}23.05-key/"; else echo "Based on the provided build arguments Collabora Online Development Edition will be used."; repourl="${repourl}23.05-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 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 && rm -rf /var/lib/apt/* && rm -rf /etc/coolwsd/proof_key* # buildkit
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)COPY /scripts/start-collabora-online.sh / # buildkit
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)EXPOSE map[9980/tcp:{}]
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)USER 100
2023-10-13 14:27:45 UTC (buildkit.dockerfile.v0)CMD ["/start-collabora-online.sh"]
2023-10-27 11:14:17 UTC (buildkit.dockerfile.v0)USER root
2023-10-27 11:14:17 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apt-get update; export DEBIAN_FRONTEND=noninteractive; apt-get install -y --no-install-recommends tzdata netcat-openbsd ; rm -rf /var/lib/apt/lists/*; # buildkit
2023-10-27 11:14:17 UTC (buildkit.dockerfile.v0)USER 100
2023-10-27 11:14:17 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "nc -z localhost 9980 || exit 1"] "0s" "0s" "0s" "0s" '\x00'}
2023-10-27 11:14:17 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.