docker.io/collabora/code:24.04.6.1.1 linux/amd64

docker.io/collabora/code:24.04.6.1.1 - 国内下载镜像源 浏览次数:37

Collabora Code

Code editor powered by LibreOffice

源镜像 docker.io/collabora/code:24.04.6.1.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1
镜像ID sha256:0415514116cf67b33f58ec02c603627a8e520295f82282a589e3884124cf19be
镜像TAG 24.04.6.1.1
大小 1.42GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /start-collabora-online.sh
启动入口
工作目录
OS/平台 linux/amd64
浏览量 37 次
贡献者 41******5@qq.com
镜像创建 2024-08-06T08:31:38.678516556+01:00
同步时间 2024-08-15 18:36
更新时间 2024-09-20 09:59
开放端口
9980/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_CTYPE=C.UTF-8
镜像标签
Collabora Productivity Ltd.: author https://git.libreoffice.org/core/+log/cp-24.04.6-1: commit.history.core https://github.com/CollaboraOnline/online/commits/cp-24.04.6-1: commit.history.online 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.: description https://www.collaboraonline.com/code-24-04-release-notes/: release.notes 24.04.6.1: version

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1  docker.io/collabora/code:24.04.6.1.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1  docker.io/collabora/code:24.04.6.1.1

Shell快速替换命令

sed -i 's#collabora/code:24.04.6.1.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2024-08-06 15:31:38 CMD ["/start-collabora-online.sh"]
0.00B 2024-08-06 15:31:38 USER 100
0.00B 2024-08-06 15:31:38 EXPOSE map[9980/tcp:{}]
1.75KB 2024-08-06 15:31:38 COPY /scripts/start-collabora-online.sh / # buildkit
1.35GB 2024-08-06 15:31:38 RUN |8 author= releasenotes= version=24.04.6.1 coretag=cp-24.04.6-1 onlinetag=cp-24.04.6-1 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://collaboraonline.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 -L https://www.collaboraonline.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 -L https://www.collaboraonline.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 && dpkg --purge --force-remove-essential --ignore-depends=perl-base perl-base && rm -rf /var/lib/apt/* && rm -rf /etc/coolwsd/proof_key* # buildkit
0.00B 2024-08-06 15:31:38 ENV LC_CTYPE=C.UTF-8
0.00B 2024-08-06 15:31:38 ARG nobrand
0.00B 2024-08-06 15:31:38 ARG type
0.00B 2024-08-06 15:31:38 ARG repo
0.00B 2024-08-06 15:31:38 LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-24.04.6-1
0.00B 2024-08-06 15:31:38 ARG onlinetag
0.00B 2024-08-06 15:31:38 LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-24.04.6-1
0.00B 2024-08-06 15:31:38 ARG coretag
0.00B 2024-08-06 15:31:38 LABEL version=24.04.6.1
0.00B 2024-08-06 15:31:38 ARG version
0.00B 2024-08-06 15:31:38 LABEL release.notes=https://www.collaboraonline.com/code-24-04-release-notes/
0.00B 2024-08-06 15:31:38 ARG releasenotes
0.00B 2024-08-06 15:31:38 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.
0.00B 2024-08-06 15:31:38 LABEL author=Collabora Productivity Ltd.
0.00B 2024-08-06 15:31:38 ARG author
0.00B 2024-07-23 13:25:43 /bin/sh -c #(nop) CMD ["bash"]
74.78MB 2024-07-23 13:25:43 /bin/sh -c #(nop) ADD file:9e42c6c58fbe653f09f40e2c144fba3677f022fcdd242a3f9c2fda1575c9e902 in /

镜像信息

{
    "Id": "sha256:0415514116cf67b33f58ec02c603627a8e520295f82282a589e3884124cf19be",
    "RepoTags": [
        "collabora/code:24.04.6.1.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code@sha256:d06c41b835e3e04d9788ba5aae45c15a23d16735ebd5827bad03a189aae2b180"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-08-06T08:31:38.678516556+01:00",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "100",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9980/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LC_CTYPE=C.UTF-8"
        ],
        "Cmd": [
            "/start-collabora-online.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "author": "Collabora Productivity Ltd.",
            "commit.history.core": "https://git.libreoffice.org/core/+log/cp-24.04.6-1",
            "commit.history.online": "https://github.com/CollaboraOnline/online/commits/cp-24.04.6-1",
            "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.6.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1423736978,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/504dc4180802518213ee9004be10ff3602d8a2f4a61e9ba5f8b4e5117e2f9393/diff:/var/lib/docker/overlay2/771cd7544b5aa3e853e4a6b0ef7bc082928fcfc65b9e11c064e7f5621d51781f/diff",
            "MergedDir": "/var/lib/docker/overlay2/c887aed7321aab3dba5e54efb279bc28d9ba89368574cde88ae51ec92ba710f5/merged",
            "UpperDir": "/var/lib/docker/overlay2/c887aed7321aab3dba5e54efb279bc28d9ba89368574cde88ae51ec92ba710f5/diff",
            "WorkDir": "/var/lib/docker/overlay2/c887aed7321aab3dba5e54efb279bc28d9ba89368574cde88ae51ec92ba710f5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ea29029be8d03f15724ae8dcff9f3d6b3af1f2d3596459dcdabfb8dbbe153b00",
            "sha256:aaaeafc205a008e30f6c13c0abd22e1d3f598b5f1e0b33ff648ac0367fe321ef",
            "sha256:2588ffe8aaa150ad13c6c23072b6db30b9c833a24bad4833c859ea42ffedcb01"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-15T18:34:38.65446334+08:00"
    }
}

更多版本