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

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

Collabora Code

Code editor powered by LibreOffice

源镜像 docker.io/collabora/code:25.04.4.1.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:25.04.4.1.1
镜像ID sha256:adc429ec31d5ca4d880f32a32daf54a930e2905be4bcfab2d92c41651d78a284
镜像TAG 25.04.4.1.1
大小 1.44GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /start-collabora-online.sh
工作目录
OS/平台 linux/amd64
浏览量 9 次
贡献者 zh********e@qq.com
镜像创建 2025-07-17T19:36:40.654342467+01:00
同步时间 2025-07-24 14:57
更新时间 2025-07-25 13:11
开放端口
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-25.04.4-1: commit.history.core https://github.com/CollaboraOnline/online/commits/cp-25.04.4-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-25-04-release-notes/: release.notes 25.04.4.1: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#collabora/code:25.04.4.1.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:25.04.4.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:25.04.4.1.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:25.04.4.1.1  docker.io/collabora/code:25.04.4.1.1'

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-07-18 02:36:40  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/start-collabora-online.sh"]
                        
# 2025-07-18 02:36:40  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-07-18 02:36:40  0.00B 声明容器运行时监听的端口
EXPOSE map[9980/tcp:{}]
                        
# 2025-07-18 02:36:40  2.33KB 执行命令并创建新的镜像层
RUN |8 author= releasenotes= version=25.04.4.1 coretag=cp-25.04.4-1 onlinetag=cp-25.04.4-1 repo= type= nobrand= /bin/sh -c chown cool:cool /start-collabora-online.sh && chmod u+x /start-collabora-online.sh # buildkit
                        
# 2025-07-18 02:36:39  2.33KB 复制新文件或目录到容器中
COPY /scripts/start-collabora-online.sh / # buildkit
                        
# 2025-07-18 02:36:39  1.36GB 执行命令并创建新的镜像层
RUN |8 author= releasenotes= version=25.04.4.1 coretag=cp-25.04.4-1 onlinetag=cp-25.04.4-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 libnss-wrapper &&     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}25.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}25.04-key/";     else         echo "Based on the provided build arguments Collabora Online Development Edition will be used.";         repourl="${repourl}25.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 &&     find /opt/cool -user cool -exec chown -h 1001:1001 {} \; &&     usermod -u 1001 cool && groupmod -g 1001 cool &&     chown cool:cool /etc/coolwsd/coolwsd.xml &&     chmod 644 /etc/coolwsd/coolwsd.xml &&     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-07-18 02:36:39  0.00B 设置环境变量 LC_CTYPE
ENV LC_CTYPE=C.UTF-8
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG nobrand
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG type
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG repo
                        
# 2025-07-18 02:36:39  0.00B 添加元数据标签
LABEL commit.history.online=https://github.com/CollaboraOnline/online/commits/cp-25.04.4-1
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG onlinetag
                        
# 2025-07-18 02:36:39  0.00B 添加元数据标签
LABEL commit.history.core=https://git.libreoffice.org/core/+log/cp-25.04.4-1
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG coretag
                        
# 2025-07-18 02:36:39  0.00B 添加元数据标签
LABEL version=25.04.4.1
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG version
                        
# 2025-07-18 02:36:39  0.00B 添加元数据标签
LABEL release.notes=https://www.collaboraonline.com/code-25-04-release-notes/
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG releasenotes
                        
# 2025-07-18 02:36:39  0.00B 添加元数据标签
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-07-18 02:36:39  0.00B 添加元数据标签
LABEL author=Collabora Productivity Ltd.
                        
# 2025-07-18 02:36:39  0.00B 定义构建参数
ARG author
                        
# 2025-06-30 08:00:00  74.81MB 
# debian.sh --arch 'amd64' out/ 'stable' '@1751241600'
                        
                    

镜像信息

{
    "Id": "sha256:adc429ec31d5ca4d880f32a32daf54a930e2905be4bcfab2d92c41651d78a284",
    "RepoTags": [
        "collabora/code:25.04.4.1.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code:25.04.4.1.1"
    ],
    "RepoDigests": [
        "collabora/code@sha256:eea1e237559bb2a0679193d0bde23a776a0422f1426f50336ba974586608ae2c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/collabora/code@sha256:25798f682667cc3650a3aa5090f1042356668482458912220520d47377750b67"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-17T19:36:40.654342467+01:00",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "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": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/start-collabora-online.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "author": "Collabora Productivity Ltd.",
            "commit.history.core": "https://git.libreoffice.org/core/+log/cp-25.04.4-1",
            "commit.history.online": "https://github.com/CollaboraOnline/online/commits/cp-25.04.4-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-25-04-release-notes/",
            "version": "25.04.4.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1439004045,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bf701931e576d3aba42b9c4acf907e4b8b0fb0feb9bf237f5a63fa9c65e76ea7/diff:/var/lib/docker/overlay2/314a0020190a1fd3c9e699f43c37dc055e32e744ce365b1b30dc95e4e3a8f099/diff:/var/lib/docker/overlay2/b442e8ab3d67aade21bcf998ebbe734975c9d99d9cef8c711633db2f78ce079d/diff",
            "MergedDir": "/var/lib/docker/overlay2/da92c1cb3f66bac64cfed66d2d08adf0f883a3e96f48d643b788d9e66756af96/merged",
            "UpperDir": "/var/lib/docker/overlay2/da92c1cb3f66bac64cfed66d2d08adf0f883a3e96f48d643b788d9e66756af96/diff",
            "WorkDir": "/var/lib/docker/overlay2/da92c1cb3f66bac64cfed66d2d08adf0f883a3e96f48d643b788d9e66756af96/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3ff3f63a5c6311f917a9e1e7cf0d6be013d3b8a07bdae5edb4a08e0c32d33c4a",
            "sha256:303d0c281fcabae4425cdceb36383f19653cb04282f3d3b267e9316ecf8310e1",
            "sha256:b347d8fc6de732eb5fb4366a9d401d0b92d36d7109f9ca0fed68d012cd3844f0",
            "sha256:6828886df1027d9e2d6aeb22e8f170fe7d59bc00a63b8704ff17fbc07518c72d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-24T14:56:49.243382864+08:00"
    }
}

更多版本

docker.io/collabora/code:24.04.6.1.1

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

docker.io/collabora/code:24.04.6.1.1

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

docker.io/collabora/code:24.04.9.1.1

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

docker.io/collabora/code:latest

linux/amd64 docker.io1.44GB2025-06-23 11:39
99

docker.io/collabora/code:25.04.4.1.1

linux/amd64 docker.io1.44GB2025-07-24 14:57
8