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

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

Collabora Code

Code editor powered by LibreOffice

源镜像 docker.io/collabora/code:24.04.9.1.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.9.1.1
镜像ID sha256:eb690760fbe7f96f12d2fec49984da82ca7140733ba499cb1d6d1c7089643a33
镜像TAG 24.04.9.1.1
大小 1.43GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /start-collabora-online.sh
启动入口
工作目录
OS/平台 linux/amd64
浏览量 21 次
贡献者
镜像创建 2024-10-25T10:30:58.053161888+01:00
同步时间 2024-11-09 16:13
更新时间 2024-11-12 05:04
开放端口
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.9-1: commit.history.core https://github.com/CollaboraOnline/online/commits/cp-24.04.9-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.9.1: version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 12.7 扫描引擎: Trivy 扫描时间: 2024-11-09 16:16

低危漏洞:102 中危漏洞:22 高危漏洞:13 严重漏洞:1

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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.9.1.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.9.1.1  docker.io/collabora/code:24.04.9.1.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.9.1.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.9.1.1  docker.io/collabora/code:24.04.9.1.1'

镜像历史

大小 创建时间 层信息
0.00B 2024-10-25 17:30:58 CMD ["/start-collabora-online.sh"]
0.00B 2024-10-25 17:30:58 USER 100
0.00B 2024-10-25 17:30:58 EXPOSE map[9980/tcp:{}]
1.75KB 2024-10-25 17:30:58 COPY /scripts/start-collabora-online.sh / # buildkit
1.35GB 2024-10-25 17:30:58 RUN |8 author= releasenotes= version=24.04.9.1 coretag=cp-24.04.9-1 onlinetag=cp-24.04.9-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://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
0.00B 2024-10-25 17:30:58 ENV LC_CTYPE=C.UTF-8
0.00B 2024-10-25 17:30:58 ARG nobrand
0.00B 2024-10-25 17:30:58 ARG type
0.00B 2024-10-25 17:30:58 ARG repo
0.00B 2024-10-25 17:30:58 LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-24.04.9-1
0.00B 2024-10-25 17:30:58 ARG onlinetag
0.00B 2024-10-25 17:30:58 LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-24.04.9-1
0.00B 2024-10-25 17:30:58 ARG coretag
0.00B 2024-10-25 17:30:58 LABEL version=24.04.9.1
0.00B 2024-10-25 17:30:58 ARG version
0.00B 2024-10-25 17:30:58 LABEL release.notes=https://www.collaboraonline.com/code-24-04-release-notes/
0.00B 2024-10-25 17:30:58 ARG releasenotes
0.00B 2024-10-25 17:30:58 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-10-25 17:30:58 LABEL author=Collabora Productivity Ltd.
0.00B 2024-10-25 17:30:58 ARG author
0.00B 2024-10-17 08:21:52 /bin/sh -c #(nop) CMD ["bash"]
74.78MB 2024-10-17 08:21:51 /bin/sh -c #(nop) ADD file:cd5794c523af0ce8992e120ccf6a5b30e9ed2655f7a3ea564a427f9023f864b6 in /

镜像信息

{
    "Id": "sha256:eb690760fbe7f96f12d2fec49984da82ca7140733ba499cb1d6d1c7089643a33",
    "RepoTags": [
        "collabora/code:24.04.9.1.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.9.1.1"
    ],
    "RepoDigests": [
        "collabora/code@sha256:b6b68fc59c040a5fa894ff22e0c273287ab5bc6ce690263bbc77868efc92bcec",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code@sha256:c255ba2cc3ac130f2c4be45cec813e2c215af71749ba9a0b045fb9354758f12d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-25T10:30:58.053161888+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.9-1",
            "commit.history.online": "https://github.com/CollaboraOnline/online/commits/cp-24.04.9-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.9.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1426138178,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/74f532cbd0b69681375525b28ffc3daf589c83a782ced3b4ceba523d33189ade/diff:/var/lib/docker/overlay2/fa0320c9d04ef67d05d4c7a3b0b756f50ad5c74c476c18726cb603e8037a0f08/diff",
            "MergedDir": "/var/lib/docker/overlay2/862ccab0e40faade6b549b49bad0e9c846cd3d9455f3599cccafea7c70f809f5/merged",
            "UpperDir": "/var/lib/docker/overlay2/862ccab0e40faade6b549b49bad0e9c846cd3d9455f3599cccafea7c70f809f5/diff",
            "WorkDir": "/var/lib/docker/overlay2/862ccab0e40faade6b549b49bad0e9c846cd3d9455f3599cccafea7c70f809f5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:0852cf46f8b2f57f5205357b59759985361ef3387d6f2c7791e0006c0557f9fa",
            "sha256:d42943e81c4e77c4282c0bfc7ec5d35ac5aa8d50181fcf9641b030cc023d2557",
            "sha256:6946c5dcc0bc09a57c3d745508759e38a61b265b94a69baab8bc8294d2967750"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-09T16:12:23.842066834+08:00"
    }
}

更多版本

docker.io/collabora/code:24.04.6.1.1

linux/arm64 docker.io1.34GB2024-08-15 18:02
99

docker.io/collabora/code:24.04.6.1.1

linux/amd64 docker.io1.42GB2024-08-15 18:36
86

docker.io/collabora/code:24.04.9.1.1

linux/amd64 docker.io1.43GB2024-11-09 16:13
20