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

docker.io/collabora/code:24.04.6.1.1 - 国内下载镜像源 浏览次数:97 温馨提示: 这是一个 linux/arm64 系统架构镜像

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-linuxarm64
镜像ID sha256:b6d3a14864268b29307a88917661cde60d5f84973dcc2167a1ea75586e575734
镜像TAG 24.04.6.1.1-linuxarm64
大小 1.34GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /start-collabora-online.sh
启动入口
工作目录
OS/平台 linux/arm64
浏览量 97 次
贡献者 41******5@qq.com
镜像创建 2024-08-06T07:32:55.375868431Z
同步时间 2024-08-15 18:02
更新时间 2024-11-10 09:24
开放端口
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-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1-linuxarm64  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-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1-linuxarm64  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-linuxarm64#' 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.6.1.1-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1-linuxarm64  docker.io/collabora/code:24.04.6.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.6.1.1-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:24.04.6.1.1-linuxarm64  docker.io/collabora/code:24.04.6.1.1'

镜像历史

大小 创建时间 层信息
0.00B 2024-08-06 15:32:55 CMD ["/start-collabora-online.sh"]
0.00B 2024-08-06 15:32:55 USER 100
0.00B 2024-08-06 15:32:55 EXPOSE map[9980/tcp:{}]
1.75KB 2024-08-06 15:32:55 COPY /scripts/start-collabora-online.sh / # buildkit
1.24GB 2024-08-06 15:32:55 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:32:55 ENV LC_CTYPE=C.UTF-8
0.00B 2024-08-06 15:32:55 ARG nobrand
0.00B 2024-08-06 15:32:55 ARG type
0.00B 2024-08-06 15:32:55 ARG repo
0.00B 2024-08-06 15:32:55 LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-24.04.6-1
0.00B 2024-08-06 15:32:55 ARG onlinetag
0.00B 2024-08-06 15:32:55 LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-24.04.6-1
0.00B 2024-08-06 15:32:55 ARG coretag
0.00B 2024-08-06 15:32:55 LABEL version=24.04.6.1
0.00B 2024-08-06 15:32:55 ARG version
0.00B 2024-08-06 15:32:55 LABEL release.notes=https://www.collaboraonline.com/code-24-04-release-notes/
0.00B 2024-08-06 15:32:55 ARG releasenotes
0.00B 2024-08-06 15:32:55 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:32:55 LABEL author=Collabora Productivity Ltd.
0.00B 2024-08-06 15:32:55 ARG author
0.00B 2024-07-23 12:18:49 /bin/sh -c #(nop) CMD ["bash"]
97.11MB 2024-07-23 12:18:49 /bin/sh -c #(nop) ADD file:599028399d3dcd52dfcafab32953fa4ea0f2133e1325ee74178555e89f1d59e7 in /

镜像信息

{
    "Id": "sha256:b6d3a14864268b29307a88917661cde60d5f84973dcc2167a1ea75586e575734",
    "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-linuxarm64"
    ],
    "RepoDigests": [
        "collabora/code@sha256:6fbd1fd525ecd8d3b7f07934c7fbd97388542221bf32a6f30ff15ea881a481ef",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code@sha256:5a72b7272a85b76b15d75f9909a391383cc27c15422db9834872de232599a051"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-08-06T07:32:55.375868431Z",
    "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": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 1340342997,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4b30148ff59f3b062e5c161f6b9f6e69940bf8474637dae63b783e3471f95f33/diff:/var/lib/docker/overlay2/6b730849347afc6d40f56a97ed933079fe8dcba2048010981e874e478c5817b8/diff",
            "MergedDir": "/var/lib/docker/overlay2/647114c570432d460abf803af3102642824fd419527ebd916b5081b5f74349f2/merged",
            "UpperDir": "/var/lib/docker/overlay2/647114c570432d460abf803af3102642824fd419527ebd916b5081b5f74349f2/diff",
            "WorkDir": "/var/lib/docker/overlay2/647114c570432d460abf803af3102642824fd419527ebd916b5081b5f74349f2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:dbf70626b2150095b13b2edd46bd1f0d189ae06c4a4fe48ad1a2ed21f3288e3a",
            "sha256:7c1aba050daf7c72fd6237ed815d06f97475f5abbf9e2c511aea8e4453fc7bc0",
            "sha256:98e8adc5438b798ebac0d071d5484bcee4defa2b5ce4acb50ceb90d4dbedbfd6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-15T18:00:14.250459123+08:00"
    }
}

更多版本

docker.io/collabora/code:24.04.6.1.1

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

docker.io/collabora/code:24.04.6.1.1

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

docker.io/collabora/code:24.04.9.1.1

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