ghcr.io/linuxserver/calligra:latest linux/amd64

ghcr.io/linuxserver/calligra:latest - 国内下载镜像源 浏览次数:11

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

源镜像 ghcr.io/linuxserver/calligra:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest
镜像ID sha256:61719507909b5ec599a730740df027b4933503d18cce078a621787e1724639f4
镜像TAG latest
大小 3.35GB
镜像源 ghcr.io
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-12-11T10:07:37.557121177Z
同步时间 2025-12-23 15:38
更新时间 2025-12-23 23:34
开放端口
3000/tcp 3001/tcp
目录挂载
/config
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/config LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy DISPLAY=:1 PERL5LIB=/usr/local/bin START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so NVIDIA_DRIVER_CAPABILITIES=all DISABLE_ZINK=false DISABLE_DRI3=false TITLE=Calligra LSIO_FIRST_PARTY=true
镜像标签
Linuxserver.io version:- 3.2.1-ls106 Build-date:- 2025-12-11T10:04:37+00:00: build_version thelamer: maintainer linuxserver.io: org.opencontainers.image.authors 2025-12-11T10:04:37+00:00: org.opencontainers.image.created [Calligra](https://calligra.org/) is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases.: org.opencontainers.image.description https://docs.linuxserver.io/images/docker-calligra: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses 1912ebf3c1e094ed16276048543f9815c45b1a43: org.opencontainers.image.ref.name 1912ebf3c1e094ed16276048543f9815c45b1a43: org.opencontainers.image.revision https://github.com/linuxserver/docker-calligra: org.opencontainers.image.source Calligra: org.opencontainers.image.title https://github.com/linuxserver/docker-calligra/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor 3.2.1-ls106: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest  ghcr.io/linuxserver/calligra:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest  ghcr.io/linuxserver/calligra:latest

Shell快速替换命令

sed -i 's#ghcr.io/linuxserver/calligra:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest  ghcr.io/linuxserver/calligra:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest  ghcr.io/linuxserver/calligra:latest'

镜像构建历史


# 2025-12-11 18:07:37  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-12-11 18:07:37  0.00B 声明容器运行时监听的端口
EXPOSE [3000/tcp]
                        
# 2025-12-11 18:07:37  6.36KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-12-11 18:07:37  709.63MB 执行命令并创建新的镜像层
RUN |3 BUILD_DATE=2025-12-11T10:04:37+00:00 VERSION=3.2.1-ls106 CALLIGRA_VERSION=3.2.1 /bin/sh -c echo "**** add icon ****" &&   curl -o     /usr/share/selkies/www/icon.png     https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calligra-logo.png &&   echo "**** install packages ****" &&   apt-get update &&   apt-get install --no-install-recommends -y     breeze-icon-theme     caja     calligra     calligra-data     calligraplan     calligrastage     kexi     stterm     tint2 &&   echo "**** openbox tweaks ****" &&   sed -i     's/NLMC/NLIMC/g'     /etc/xdg/openbox/rc.xml &&   sed -i     '/Icon=/c Icon=xterm-color_48x48'     /usr/share/applications/st.desktop &&   echo "**** cleanup ****" &&   apt-get autoclean &&   rm -rf     /config/.cache     /var/lib/apt/lists/*     /var/tmp/*     /tmp/* # buildkit
                        
# 2025-12-11 18:07:37  0.00B 设置环境变量 TITLE
ENV TITLE=Calligra
                        
# 2025-12-11 18:07:37  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-12-11 18:07:37  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 3.2.1-ls106 Build-date:- 2025-12-11T10:04:37+00:00
                        
# 2025-12-11 18:07:37  0.00B 定义构建参数
ARG CALLIGRA_VERSION=3.2.1
                        
# 2025-12-11 18:07:37  0.00B 定义构建参数
ARG VERSION=3.2.1-ls106
                        
# 2025-12-11 18:07:37  0.00B 定义构建参数
ARG BUILD_DATE=2025-12-11T10:04:37+00:00
                        
# 2025-12-11 18:07:37  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2025-12-06 10:35:14  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-12-06 10:35:14  0.00B 声明容器运行时监听的端口
EXPOSE [3000/tcp 3001/tcp]
                        
# 2025-12-06 10:35:14  2.33MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
# 2025-12-06 10:35:14  7.09MB 复制新文件或目录到容器中
COPY /buildout /usr/share/selkies # buildkit
                        
# 2025-12-06 10:35:13  34.71KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-12-06 10:35:13  2.42GB 执行命令并创建新的镜像层
RUN |2 BUILD_DATE=2025-12-06T02:24:29+00:00 VERSION=3e886725-ls57 /bin/sh -c echo "**** dev deps ****" &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y     python3-dev &&   echo "**** enable locales ****" &&   sed -i     '/locale/d'     /etc/dpkg/dpkg.cfg.d/docker &&   echo "**** install deps ****" &&   curl -fsSL https://download.docker.com/linux/debian/gpg | tee /usr/share/keyrings/docker.asc >/dev/null &&   echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker.asc] https://download.docker.com/linux/debian trixie stable" > /etc/apt/sources.list.d/docker.list &&   curl -fsSL https://deb.nodesource.com/setup_22.x | bash - &&   apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y     breeze-cursor-theme     ca-certificates     cmake     console-data     containerd.io     dbus-x11     docker-buildx-plugin     docker-ce     docker-ce-cli     docker-compose-plugin     dunst     file     firmware-linux-nonfree     firmware-misc-nonfree     fonts-noto-cjk     fonts-noto-color-emoji     fonts-noto-core     fuse-overlayfs     g++     gcc     git     intel-media-va-driver     kbd     libatk1.0-0     libatk-bridge2.0-0     libev4     libfontenc1     libfreetype6     libgbm1     libgcrypt20     libgirepository-1.0-1     libgl1-mesa-dri     libglu1-mesa     libgnutls30     libgtk-3.0     libnginx-mod-http-fancyindex     libnotify-bin     libnss3     libopus0     libp11-kit0     libpam0g     libtasn1-6     libvulkan1     libx11-6     libxau6     libxcb1     libxcb-icccm4     libxcb-image0     libxcb-keysyms1     libxcb-render-util0     libxcursor1     libxdmcp6     libxext6     libxfconf-0-3     libxfixes3     libxfont2     libxinerama1     libxkbcommon-x11-0     libxshmfence1     libxtst6     locales-all     make     mesa-libgallium     mesa-va-drivers     mesa-vulkan-drivers     nginx     openbox     openssh-client     openssl     pciutils     procps     pulseaudio     pulseaudio-utils     python3     python3-venv     ssl-cert     stterm     sudo     tar     util-linux     vulkan-tools     x11-apps     x11-common     x11-utils     x11-xkb-utils     x11-xserver-utils     xauth     xclip     xcvt     xdg-utils     xdotool     xfconf     xfonts-base     xkb-data     xsel     xserver-common     xserver-xorg-core     xserver-xorg-video-amdgpu     xserver-xorg-video-ati     xserver-xorg-video-intel     xserver-xorg-video-nouveau     xserver-xorg-video-qxl     xsettingsd     xterm     xutils     xvfb     zlib1g &&   echo "**** install selkies ****" &&   SELKIES_RELEASE=$(curl -sX GET "https://api.github.com/repos/selkies-project/selkies/releases/latest"     | awk '/tag_name/{print $4;exit}' FS='[""]') &&   curl -o     /tmp/selkies.tar.gz -L     "https://github.com/selkies-project/selkies/archive/c3cf4cc2a3b6984104e494572b232730883c9aa6.tar.gz" &&   cd /tmp &&   tar xf selkies.tar.gz &&   cd selkies-* &&   sed -i '/cryptography/d' pyproject.toml &&   python3     -m venv     --system-site-packages     /lsiopy &&   pip install . &&   pip install setuptools &&   echo "**** install selkies interposer ****" &&   cd addons/js-interposer &&   gcc -shared -fPIC -ldl     -o selkies_joystick_interposer.so     joystick_interposer.c &&   mv     selkies_joystick_interposer.so     /usr/lib/selkies_joystick_interposer.so &&   echo "**** install selkies fake udev ****" &&   cd ../fake-udev &&   make &&   mkdir /opt/lib &&   mv     libudev.so.1.0.0-fake     /opt/lib/ &&   echo "**** add icon ****" &&   mkdir -p     /usr/share/selkies/www &&   curl -o     /usr/share/selkies/www/icon.png     https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/selkies-logo.png &&   curl -o     /usr/share/selkies/www/favicon.ico     https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/selkies-icon.ico &&   echo "**** openbox tweaks ****" &&   sed -i     -e 's/NLIMC/NLMC/g'     -e '/debian-menu/d'     -e 's|</applications>|  <application class="*"><maximized>yes</maximized></application>\n</applications>|'     -e 's|</keyboard>|  <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|'     -e 's|<number>4</number>|<number>1</number>|'     /etc/xdg/openbox/rc.xml &&   sed -i     's/--startup/--replace --startup/g'     /usr/bin/openbox-session &&   echo "**** user perms ****" &&   sed -e 's/%sudo	ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g'     -i /etc/sudoers &&   echo "abc:abc" | chpasswd &&   usermod -s /bin/bash abc &&   usermod -aG sudo abc &&   echo "**** proot-apps ****" &&   mkdir /proot-apps/ &&   PAPPS_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/proot-apps/releases/latest"     | awk '/tag_name/{print $4;exit}' FS='[""]') &&   curl -L https://github.com/linuxserver/proot-apps/releases/download/${PAPPS_RELEASE}/proot-apps-x86_64.tar.gz     | tar -xzf - -C /proot-apps/ &&   echo "${PAPPS_RELEASE}" > /proot-apps/pversion &&   echo "**** dind support ****" &&   useradd -U dockremap &&   usermod -G dockremap dockremap &&   echo 'dockremap:165536:65536' >> /etc/subuid &&   echo 'dockremap:165536:65536' >> /etc/subgid &&   curl -o   /usr/local/bin/dind -L     https://raw.githubusercontent.com/moby/moby/master/hack/dind &&   chmod +x /usr/local/bin/dind &&   echo 'hosts: files dns' > /etc/nsswitch.conf &&   usermod -aG docker abc &&   echo "**** locales ****" &&   for LOCALE in $(curl -sL https://raw.githubusercontent.com/thelamer/lang-stash/master/langs); do     localedef -i $LOCALE -f UTF-8 $LOCALE.UTF-8;   done &&   echo "**** theme ****" &&   curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz     | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ &&   echo "**** cleanup ****" &&   apt-get purge -y --autoremove     python3-dev &&   apt-get autoclean &&   rm -rf     /config/.cache     /config/.npm     /var/lib/apt/lists/*     /var/tmp/*     /tmp/* # buildkit
                        
# 2025-12-06 10:35:13  0.00B 设置环境变量 DISPLAY PERL5LIB HOME START_DOCKER PULSE_RUNTIME_PATH SELKIES_INTERPOSER NVIDIA_DRIVER_CAPABILITIES DISABLE_ZINK DISABLE_DRI3 TITLE
ENV DISPLAY=:1 PERL5LIB=/usr/local/bin HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so NVIDIA_DRIVER_CAPABILITIES=all DISABLE_ZINK=false DISABLE_DRI3=false TITLE=Selkies
                        
# 2025-12-06 10:35:13  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-12-06 10:35:13  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 3e886725-ls57 Build-date:- 2025-12-06T02:24:29+00:00
                        
# 2025-12-06 10:35:13  0.00B 定义构建参数
ARG VERSION=3e886725-ls57
                        
# 2025-12-06 10:35:13  0.00B 定义构建参数
ARG BUILD_DATE=2025-12-06T02:24:29+00:00
                        
# 2025-12-05 15:59:17  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-12-05 15:59:17  8.87KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-12-05 15:59:17  121.14MB 执行命令并创建新的镜像层
RUN |7 BUILD_DATE=2025-12-05T07:57:41+00:00 VERSION=69c77b97-ls10 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" &&   echo '#!/bin/sh'     > /usr/sbin/policy-rc.d &&   echo 'exit 101'     >> /usr/sbin/policy-rc.d &&   chmod +x     /usr/sbin/policy-rc.d &&   dpkg-divert --local --rename --add /sbin/initctl &&   cp -a     /usr/sbin/policy-rc.d     /sbin/initctl &&   sed -i     's/^exit.*/exit 0/'     /sbin/initctl &&   echo 'force-unsafe-io'     > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup &&   echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };'     > /etc/apt/apt.conf.d/docker-clean &&   echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };'     >> /etc/apt/apt.conf.d/docker-clean &&   echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";'     >> /etc/apt/apt.conf.d/docker-clean &&   echo 'Acquire::Languages "none";'     > /etc/apt/apt.conf.d/docker-no-languages &&   echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";'     > /etc/apt/apt.conf.d/docker-gzip-indexes &&   echo 'Apt::AutoRemove::SuggestsImportant "false";'     > /etc/apt/apt.conf.d/docker-autoremove-suggests &&   mkdir -p /run/systemd &&   echo 'docker'     > /run/systemd/container &&   echo "**** install apt-utils and locales ****" &&   apt-get update &&   apt-get upgrade -y &&   apt-get install -y     apt-utils     locales &&   echo "**** install packages ****" &&   apt-get install -y     catatonit     cron     curl     gnupg     jq     netcat-traditional     tzdata &&   echo "**** add all sources ****" &&   echo "deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware" > /etc/apt/sources.list &&   echo "deb-src http://deb.debian.org/debian trixie main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   echo "deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   echo "deb-src http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   echo "deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   echo "deb-src http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   echo "deb http://security.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   echo "deb-src http://security.debian.org/debian-security/ trixie-security main contrib non-free non-free-firmware" >> /etc/apt/sources.list &&   rm -f /etc/apt/sources.list.d/debian.sources &&   echo "**** generate locale ****" &&   locale-gen en_US.UTF-8 &&   echo "**** create abc user and make our folders ****" &&   useradd -u 911 -U -d /config -s /bin/false abc &&   usermod -G users abc &&   mkdir -p     /app     /config     /defaults     /lsiopy &&   echo "**** cleanup ****" &&   apt-get -y autoremove &&   apt-get clean &&   rm -rf     /tmp/*     /var/lib/apt/lists/*     /var/tmp/*     /var/log/*     /usr/share/man # buildkit
                        
# 2025-12-05 15:58:55  0.00B 设置环境变量 HOME LANGUAGE LANG TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-12-05 15:58:55  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2025-12-05 15:58:55  945.00B 复制文件或目录到容器中
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2025-12-05 15:58:55  4.18KB 复制文件或目录到容器中
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit
                        
# 2025-12-05 15:58:55  31.19KB 复制文件或目录到容器中
ADD --chmod=744 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2025-12-05 15:58:55  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-12-05 15:58:55  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 69c77b97-ls10 Build-date:- 2025-12-05T07:57:41+00:00
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG VERSION=69c77b97-ls10
                        
# 2025-12-05 15:58:55  0.00B 定义构建参数
ARG BUILD_DATE=2025-12-05T07:57:41+00:00
                        
# 2025-12-05 15:58:54  83.92MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:61719507909b5ec599a730740df027b4933503d18cce078a621787e1724639f4",
    "RepoTags": [
        "ghcr.io/linuxserver/calligra:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra:latest"
    ],
    "RepoDigests": [
        "ghcr.io/linuxserver/calligra@sha256:0c1aa7f9718326a2573384f538a789fc1103663a41246352b4489db4731d1230",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/linuxserver/calligra@sha256:a585f2d89b12f0278786a718ad00b0ac4a874445a2540fe29c30af835187268e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-11T10:07:37.557121177Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {},
            "3001/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/config",
            "LANGUAGE=en_US.UTF-8",
            "LANG=en_US.UTF-8",
            "TERM=xterm",
            "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0",
            "S6_VERBOSITY=1",
            "S6_STAGE2_HOOK=/docker-mods",
            "VIRTUAL_ENV=/lsiopy",
            "DISPLAY=:1",
            "PERL5LIB=/usr/local/bin",
            "START_DOCKER=true",
            "PULSE_RUNTIME_PATH=/defaults",
            "SELKIES_INTERPOSER=/usr/lib/selkies_joystick_interposer.so",
            "NVIDIA_DRIVER_CAPABILITIES=all",
            "DISABLE_ZINK=false",
            "DISABLE_DRI3=false",
            "TITLE=Calligra",
            "LSIO_FIRST_PARTY=true"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 3.2.1-ls106 Build-date:- 2025-12-11T10:04:37+00:00",
            "maintainer": "thelamer",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2025-12-11T10:04:37+00:00",
            "org.opencontainers.image.description": "[Calligra](https://calligra.org/) is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases.",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-calligra",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "1912ebf3c1e094ed16276048543f9815c45b1a43",
            "org.opencontainers.image.revision": "1912ebf3c1e094ed16276048543f9815c45b1a43",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-calligra",
            "org.opencontainers.image.title": "Calligra",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-calligra/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "3.2.1-ls106"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3345679327,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7ccb9cbc67cdd6385432ce5de8024e95bab2dec0579025f01cc5ca181edc117d/diff:/var/lib/docker/overlay2/0ca5c182b4349860b72b8fb7b713647237aaeab6766651091397f3367fa5fa29/diff:/var/lib/docker/overlay2/f8fc055b7f1d87aadfb2b0940949ceda456c77a3a1673bc57aeb8f5f599317fc/diff:/var/lib/docker/overlay2/0fe527b9fa58e1eeed2b6a2d40fe1fa11f68efaa6aa68ff075e04cf6343b6273/diff:/var/lib/docker/overlay2/9bd85a326f860e321c9663f758c5d6ee1e79af6d484c2074a3048c193a7b442c/diff:/var/lib/docker/overlay2/7da9b117ef7ea81c10fb5cc7f9d89f710c9f1ec1d6e0137452d494aa74820cc0/diff:/var/lib/docker/overlay2/3af1c5992792f8a90bb697f24c9f86318ad843b8729b6284eaa321ad008ccede/diff:/var/lib/docker/overlay2/a1849a0d324c6168543e7ca102e1f203cf32ce55af1c81dc06b95785cac8564b/diff:/var/lib/docker/overlay2/06d0835d2e7ad5ed1f0abf36aa28a6fb5210417b65a19c7ef47f15eed73f6e08/diff:/var/lib/docker/overlay2/d65c18c96dac0b2f2fc049cdbcf359c1566b3e8595206ae0c32ed759ff5c100e/diff:/var/lib/docker/overlay2/d1bc23ae4ff064abc8dd47825a5557f7e0dc36168feb55aa0cf045c08bc3c80f/diff:/var/lib/docker/overlay2/f6a3ff14f464101e8389a24859e4856b50f3ecb4b3c7892256c87d2f4812478b/diff",
            "MergedDir": "/var/lib/docker/overlay2/7686f6f5fde542559416a36b03bdb7fbea8d62104157dcba79f419d945a5800f/merged",
            "UpperDir": "/var/lib/docker/overlay2/7686f6f5fde542559416a36b03bdb7fbea8d62104157dcba79f419d945a5800f/diff",
            "WorkDir": "/var/lib/docker/overlay2/7686f6f5fde542559416a36b03bdb7fbea8d62104157dcba79f419d945a5800f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:478f759e07d42d11b73e1af4c0d0dc22ec254b11783936f5183ed14a90ccefc8",
            "sha256:8a4a3d7d85f1d5d75e7bf8b341de79c292f4cbf9b2e955a9af80b0ef08f9967d",
            "sha256:1d183f90cf690b9a2a11b953c5a6e59f18a0e6c1e5e33c1e4fa878fee913ee7b",
            "sha256:bd0c863c8a6a9ff685735f7440c7d5dfac1efc1e1aacaee98f299090e1806abe",
            "sha256:758ff62e058cc9358a6bc175808f49645716d63cd590510863a62bc9a73fe5be",
            "sha256:a45d7a0befa4f94d682f928781ab53c715644904bdfe2e226923d5d8aeecd9ce",
            "sha256:e0d635f1358528145ac89bab282135cd3f1ce16420fc1160d4c1ce3785a76e3b",
            "sha256:09d33176db091ee1c432cfffbdade52ec412278fbf92376601b87c410da7c7ab",
            "sha256:2a3d76dc1ac686e4d5ce1c256480d5e59f1efbb9dc8a3590924e1404c053f85a",
            "sha256:4310b32f9a1b07be51b11b01cad1c35599237ed351053ae58ddb50f8a522e857",
            "sha256:2e6f972d3a0d323f6f4213a4bff7601dbe4486c1a5c4a643c375fb3b201b02dd",
            "sha256:522024822dbe2c76963936210a0e14f00b4d9998d6471152acf5e15b5d435bce",
            "sha256:5b0d924b48c0fa5e2ad4c3bbbd27f27c3c022d017126253c8758bbe2d498dfdd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-23T15:37:38.250517723+08:00"
    }
}

更多版本

ghcr.io/linuxserver/calligra:latest

linux/amd64 ghcr.io3.35GB2025-12-23 15:38
10