docker.io/linuxserver/libreoffice:7.6.7 linux/amd64

docker.io/linuxserver/libreoffice:7.6.7 - 国内下载镜像源 浏览次数:71 安全受验证的发布者-linuxserver
📊

LibreOffice is a free and open-source office suite that provides a wide range of features for word processing, spreadsheet analysis, presentation design, and more.

Features

  • Word Processing: Create documents with text formatting, tables, images, and more
  • Spreadsheet Analysis: Analyze data with formulas, charts, and conditional formatting
  • Presentation Design: Design presentations with slides, transitions, and multimedia elements
  • Support for Various File Formats: Open, edit, and save files in multiple formats, including DOCX, XLSX, PPTX, ODT, ODG, and more

Why Use LibreOffice?

  • Free and Open-Source: No licensing fees or restrictions
  • Cross-Platform Compatibility: Run on Windows, macOS, Linux, and other platforms
  • Customizable: Personalize your workspace with themes, toolbars, and more
  • Community-Driven: Join the LibreOffice community for support, resources, and updates

System Requirements

  • Operating System: Linux, macOS, or Windows (x86_64)
  • CPU: Multi-core processor recommended
  • Memory: At least 512 MB RAM recommended
  • Storage: At least 100 MB free disk space required

Get started with LibreOffice today and experience the power of open-source office software!

源镜像 docker.io/linuxserver/libreoffice:7.6.7
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7
镜像ID sha256:bcca5de98309a1c20d25ac801c0b7a69aa45ba3fb4791a42cc15838c4fd0785f
镜像TAG 7.6.7
大小 2.32GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /init
工作目录 /
OS/平台 linux/amd64
浏览量 71 次
贡献者
镜像创建 2025-02-24T22:56:19.079126233Z
同步时间 2025-03-03 11:31
更新时间 2025-04-03 12:03
开放端口
3000/tcp 3001/tcp
目录挂载
/config
环境变量
PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/config 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 OMP_WAIT_POLICY=PASSIVE GOMP_SPINCOUNT=0 START_DOCKER=true PULSE_RUNTIME_PATH=/defaults NVIDIA_DRIVER_CAPABILITIES=all LSIO_FIRST_PARTY=true TITLE=LibreOffice
镜像标签
Linuxserver.io version:- 7.6.7.2-r2-ls123 Build-date:- 2025-02-24T22:52:38+00:00: build_version true: com.kasmweb.image thelamer: maintainer linuxserver.io: org.opencontainers.image.authors 2025-02-24T22:52:38+00:00: org.opencontainers.image.created [LibreOffice](https://www.libreoffice.org/) is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.: org.opencontainers.image.description https://docs.linuxserver.io/images/docker-libreoffice: org.opencontainers.image.documentation GPL-3.0-only: org.opencontainers.image.licenses c8f3fe87efa89b3391e9796c7fc760013b7f796a: org.opencontainers.image.ref.name c8f3fe87efa89b3391e9796c7fc760013b7f796a: org.opencontainers.image.revision https://github.com/linuxserver/docker-libreoffice: org.opencontainers.image.source Libreoffice: org.opencontainers.image.title https://github.com/linuxserver/docker-libreoffice/packages: org.opencontainers.image.url linuxserver.io: org.opencontainers.image.vendor 7.6.7.2-r2-ls123: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7  docker.io/linuxserver/libreoffice:7.6.7

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7  docker.io/linuxserver/libreoffice:7.6.7

Shell快速替换命令

sed -i 's#linuxserver/libreoffice:7.6.7#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-02-25 06:56:19  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-02-25 06:56:19  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2025-02-25 06:56:19  6.43KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-02-25 06:56:18  960.36MB 执行命令并创建新的镜像层
RUN |3 BUILD_DATE=2025-02-24T22:52:38+00:00 VERSION=7.6.7.2-r2-ls123 LIBREOFFICE_VERSION=7.6.7.2-r2 /bin/sh -c echo "**** add icon ****" &&   curl -o     /kclient/public/icon.png     https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/libreoffice-logo.png &&   echo "**** install packages ****" &&   if [ -z ${LIBREOFFICE_VERSION+x} ]; then     LIBREOFFICE_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp     && awk '/^P:libreoffice$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://');   fi &&   apk add --no-cache     libreoffice==${LIBREOFFICE_VERSION}     openjdk8-jre     st     thunar     tint2 &&   echo "**** locales ****" &&   for LOCALE in $(curl -sL https://raw.githubusercontent.com/thelamer/lang-stash/master/langs); do     apk add --no-cache libreoffice-lang-$(echo ${LOCALE}| tr '[:upper:]' '[:lower:]') || apk add --no-cache libreoffice-lang-$(echo ${LOCALE}| head -c2);   done &&   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 ****" &&   rm -rf     /tmp/* # buildkit
                        
# 2025-02-25 06:56:18  0.00B 设置环境变量 TITLE
ENV TITLE=LibreOffice
                        
# 2025-02-25 06:56:18  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-02-25 06:56:18  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 7.6.7.2-r2-ls123 Build-date:- 2025-02-24T22:52:38+00:00
                        
# 2025-02-25 06:56:18  0.00B 定义构建参数
ARG LIBREOFFICE_VERSION=7.6.7.2-r2
                        
# 2025-02-25 06:56:18  0.00B 定义构建参数
ARG VERSION=7.6.7.2-r2-ls123
                        
# 2025-02-25 06:56:18  0.00B 定义构建参数
ARG BUILD_DATE=2025-02-24T22:52:38+00:00
                        
# 2025-02-25 06:56:18  0.00B 设置环境变量 LSIO_FIRST_PARTY
ENV LSIO_FIRST_PARTY=true
                        
# 2025-02-23 02:52:19  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/config]
                        
# 2025-02-23 02:52:19  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{} 3001/tcp:{}]
                        
# 2025-02-23 02:52:19  46.85KB 复制新文件或目录到容器中
COPY /root / # buildkit
                        
# 2025-02-23 02:52:19  1.29GB 执行命令并创建新的镜像层
RUN |3 BUILD_DATE=2025-02-22T18:41:22+00:00 VERSION=df5a738c-ls14 KASMBINS_RELEASE=1.15.0 /bin/sh -c echo "**** install deps ****" &&   apk add --no-cache     bash     ca-certificates     cups     cups-client     dbus-x11     docker     docker-cli-compose     dunst     ffmpeg     font-noto     font-noto-emoji     fuse-overlayfs     gcompat     intel-media-driver     iproute2-minimal     lang     libgcc     libgomp     libjpeg-turbo     libnotify     libstdc++     libwebp     libxfont2     libxshmfence     mcookie     mesa     mesa-dri-gallium     mesa-gbm     mesa-gl     mesa-va-gallium     mesa-vulkan-ati     mesa-vulkan-intel     mesa-vulkan-layers     mesa-vulkan-swrast     nginx     nodejs     openbox     openssh-client     openssl     pciutils-libs     perl     perl-datetime     perl-hash-merge-simple     perl-list-moreutils     perl-switch     perl-try-tiny     perl-yaml-tiny     pixman     pulseaudio     pulseaudio-utils     py3-xdg     python3     setxkbmap     sudo     tar     vulkan-tools     xauth     xf86-video-amdgpu     xf86-video-ati     xf86-video-intel     xf86-video-nouveau     xf86-video-qxl     xkbcomp     xkeyboard-config     xterm &&   apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/     cups-pdf &&   echo "**** printer config ****" &&   sed -i     "s:^#Out.*:Out /home/kasm-user/PDF:"     /etc/cups/cups-pdf.conf &&   sed -i     's/^SystemGroup .*/SystemGroup lpadmin root/'     /etc/cups/cups-files.conf &&   echo "**** filesystem setup ****" &&   ln -s /usr/local/share/kasmvnc /usr/share/kasmvnc &&   ln -s /usr/local/etc/kasmvnc /etc/kasmvnc &&   ln -s /usr/local/lib/kasmvnc /usr/lib/kasmvncserver &&   echo "**** openbox tweaks ****" &&   sed -i     -e 's/NLIMC/NLMC/g'     -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>|'     /etc/xdg/openbox/rc.xml &&   echo "**** user perms ****" &&   echo "abc:abc" | chpasswd &&   usermod -s /bin/bash abc &&   echo '%wheel ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/wheel &&   adduser abc wheel &&   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 "**** kasm support ****" &&   useradd     -u 1000 -U     -d /home/kasm-user     -s /bin/bash kasm-user &&   echo "kasm-user:kasm" | chpasswd &&   adduser kasm-user wheel &&   mkdir -p /home/kasm-user &&   chown 1000:1000 /home/kasm-user &&   mkdir -p /var/run/pulse &&   chown 1000:root /var/run/pulse &&   mkdir -p /kasmbins &&   curl -s https://kasm-ci.s3.amazonaws.com/kasmbins-amd64-${KASMBINS_RELEASE}.tar.gz     | tar xzvf - -C /kasmbins/ &&   chmod +x /kasmbins/* &&   chown -R 1000:1000 /kasmbins &&   chown 1000:1000 /usr/share/kasmvnc/www/Downloads &&   mkdir -p /dockerstartup &&   echo "**** dind support ****" &&   addgroup -S dockremap &&   adduser -S -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 &&   usermod -aG docker abc &&   echo 'hosts: files dns' > /etc/nsswitch.conf &&   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 ****" &&   rm -rf     /tmp/* # buildkit
                        
# 2025-02-23 02:51:31  29.10MB 复制新文件或目录到容器中
COPY /build-out/ / # buildkit
                        
# 2025-02-23 02:43:49  10.22MB 复制新文件或目录到容器中
COPY /kclient /kclient # buildkit
                        
# 2025-02-23 02:43:49  0.00B 设置环境变量 DISPLAY PERL5LIB OMP_WAIT_POLICY GOMP_SPINCOUNT HOME START_DOCKER PULSE_RUNTIME_PATH NVIDIA_DRIVER_CAPABILITIES
ENV DISPLAY=:1 PERL5LIB=/usr/local/bin OMP_WAIT_POLICY=PASSIVE GOMP_SPINCOUNT=0 HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults NVIDIA_DRIVER_CAPABILITIES=all
                        
# 2025-02-23 02:43:49  0.00B 添加元数据标签
LABEL com.kasmweb.image=true
                        
# 2025-02-23 02:43:49  0.00B 添加元数据标签
LABEL maintainer=thelamer
                        
# 2025-02-23 02:43:49  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- df5a738c-ls14 Build-date:- 2025-02-22T18:41:22+00:00
                        
# 2025-02-23 02:43:49  0.00B 定义构建参数
ARG KASMBINS_RELEASE=1.15.0
                        
# 2025-02-23 02:43:49  0.00B 定义构建参数
ARG VERSION=df5a738c-ls14
                        
# 2025-02-23 02:43:49  0.00B 定义构建参数
ARG BUILD_DATE=2025-02-22T18:41:22+00:00
                        
# 2025-02-15 21:36:18  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2025-02-15 21:36:18  7.46KB 复制新文件或目录到容器中
COPY root/ / # buildkit
                        
# 2025-02-15 21:36:18  13.99MB 执行命令并创建新的镜像层
RUN |6 BUILD_DATE=2025-02-15T13:34:44+00:00 VERSION=79f3bc4b-ls10 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" &&   apk add --no-cache     alpine-release     bash     ca-certificates     catatonit     coreutils     curl     findutils     jq     netcat-openbsd     procps-ng     shadow     tzdata &&   echo "**** create abc user and make our folders ****" &&   groupmod -g 1000 users &&   useradd -u 911 -U -d /config -s /bin/false abc &&   usermod -G users abc &&   mkdir -p     /app     /config     /defaults     /lsiopy &&   echo "**** cleanup ****" &&   rm -rf     /tmp/* # buildkit
                        
# 2025-02-15 21:36:16  0.00B 设置环境变量 PS1 HOME TERM S6_CMD_WAIT_FOR_SERVICES_MAXTIME S6_VERBOSITY S6_STAGE2_HOOK VIRTUAL_ENV PATH
ENV PS1=$(whoami)@$(hostname):$(pwd)\$  HOME=/root 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-02-15 21:36:16  478.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit
                        
# 2025-02-15 21:36:16  945.00B 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit
                        
# 2025-02-15 21:36:16  4.18KB 复制文件或目录到容器中
ADD --chmod=755 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-02-15 21:36:16  31.11KB 复制文件或目录到容器中
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
                        
# 2025-02-15 21:36:16  0.00B 添加元数据标签
LABEL maintainer=TheLamer
                        
# 2025-02-15 21:36:16  0.00B 添加元数据标签
LABEL build_version=Linuxserver.io version:- 79f3bc4b-ls10 Build-date:- 2025-02-15T13:34:44+00:00
                        
# 2025-02-15 21:36:16  0.00B 定义构建参数
ARG WITHCONTENV_VERSION=v1
                        
# 2025-02-15 21:36:16  0.00B 定义构建参数
ARG LSIOWN_VERSION=v1
                        
# 2025-02-15 21:36:16  0.00B 定义构建参数
ARG PKG_INST_VERSION=v1
                        
# 2025-02-15 21:36:16  0.00B 定义构建参数
ARG MODS_VERSION=v3
                        
# 2025-02-15 21:36:16  0.00B 定义构建参数
ARG VERSION=79f3bc4b-ls10
                        
# 2025-02-15 21:36:16  0.00B 定义构建参数
ARG BUILD_DATE=2025-02-15T13:34:44+00:00
                        
# 2025-02-15 21:36:16  13.10MB 复制新文件或目录到容器中
COPY /root-out/ / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:bcca5de98309a1c20d25ac801c0b7a69aa45ba3fb4791a42cc15838c4fd0785f",
    "RepoTags": [
        "linuxserver/libreoffice:7.6.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice:7.6.7"
    ],
    "RepoDigests": [
        "linuxserver/libreoffice@sha256:2a183d590f1e34f833905c9a44db46a0920c27ce68af646c2927cdb1dd2c29ea",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/linuxserver/libreoffice@sha256:6883c81700193e562d6631886b1b1aec1d712c5d1868a0eefedd9decb4cdbcca"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-24T22:56:19.079126233Z",
    "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",
            "PS1=$(whoami)@$(hostname):$(pwd)\\$ ",
            "HOME=/config",
            "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",
            "OMP_WAIT_POLICY=PASSIVE",
            "GOMP_SPINCOUNT=0",
            "START_DOCKER=true",
            "PULSE_RUNTIME_PATH=/defaults",
            "NVIDIA_DRIVER_CAPABILITIES=all",
            "LSIO_FIRST_PARTY=true",
            "TITLE=LibreOffice"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/config": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "build_version": "Linuxserver.io version:- 7.6.7.2-r2-ls123 Build-date:- 2025-02-24T22:52:38+00:00",
            "com.kasmweb.image": "true",
            "maintainer": "thelamer",
            "org.opencontainers.image.authors": "linuxserver.io",
            "org.opencontainers.image.created": "2025-02-24T22:52:38+00:00",
            "org.opencontainers.image.description": "[LibreOffice](https://www.libreoffice.org/) is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.",
            "org.opencontainers.image.documentation": "https://docs.linuxserver.io/images/docker-libreoffice",
            "org.opencontainers.image.licenses": "GPL-3.0-only",
            "org.opencontainers.image.ref.name": "c8f3fe87efa89b3391e9796c7fc760013b7f796a",
            "org.opencontainers.image.revision": "c8f3fe87efa89b3391e9796c7fc760013b7f796a",
            "org.opencontainers.image.source": "https://github.com/linuxserver/docker-libreoffice",
            "org.opencontainers.image.title": "Libreoffice",
            "org.opencontainers.image.url": "https://github.com/linuxserver/docker-libreoffice/packages",
            "org.opencontainers.image.vendor": "linuxserver.io",
            "org.opencontainers.image.version": "7.6.7.2-r2-ls123"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2318921886,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d87dc3704399620d81496e7c55c7763f1f55e2bf92f379f433aa075267d3cde0/diff:/var/lib/docker/overlay2/e7baf01efc2ea31733ef53cda2b549b6526e8826689ed19419f0e50bcb4cecc3/diff:/var/lib/docker/overlay2/fa89567c7561f38c0aa49c354bfbb536d3b3493bb9113fccbc33830c6ccd312a/diff:/var/lib/docker/overlay2/3b38ec4868b6914cc69650b61d2ed702559a0c01ea2e484b97fefa45049547e4/diff:/var/lib/docker/overlay2/ffb7969a107ffc59c5b9fa43d279d5a42308feb3a89a021b100cc350778da2c6/diff:/var/lib/docker/overlay2/8f2590249ab0745ebde811ba4ef84b9d024c1ec95cb172eab88fdb22e67a6bff/diff:/var/lib/docker/overlay2/e58cb83e0befc014fe6fd0ef18319f3f94c74423d5546bb4a2e145bdc51f0370/diff:/var/lib/docker/overlay2/d27b1e38dd5552b695fe68300fdfef7189a099895fedd7d9d8fb1aeeba8ea48b/diff:/var/lib/docker/overlay2/358ef343fd1859ed46e6d1c4cacb2322d727bdbfb2edcfd1688187bb98d58bc5/diff:/var/lib/docker/overlay2/c4ea4c92884bd948a53206ed2bff661d4aadd35bd4fdd491947b986316213074/diff:/var/lib/docker/overlay2/cda45e43fc0bbb66a53c26b4fa869adf0604c32e9be4b1d37d42de41dcef4af4/diff:/var/lib/docker/overlay2/c35081a4b3cf4d733643c3ceb31fca2ba99ad6e37e93c45e13e1e9f3e5f712d0/diff",
            "MergedDir": "/var/lib/docker/overlay2/d3ca5c3b7280873d0dfe871196722ba7dcad675997115705abc5e19f8426971a/merged",
            "UpperDir": "/var/lib/docker/overlay2/d3ca5c3b7280873d0dfe871196722ba7dcad675997115705abc5e19f8426971a/diff",
            "WorkDir": "/var/lib/docker/overlay2/d3ca5c3b7280873d0dfe871196722ba7dcad675997115705abc5e19f8426971a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:69e09f45d6638305112e4a176f8c315c1ad12f7285bac88f83c64afeba291196",
            "sha256:9fb3fcee28a57a2dfecee72ed9e6cd097fb0c2acbed64277d8829e41da7c19c7",
            "sha256:96ed225c85124f5372c4f558271b36b30e3b627ae51fff196b4f4476efb95411",
            "sha256:6a8dde96ef656bcbdae9b3bf82841652a11437efcd8a14384c2f5d77194bec40",
            "sha256:4898a07a94a4bf1a07e2b525971752c76a75a476d817cd23594b11e1eaecc380",
            "sha256:34ee502dd809bfc3416f843e67696d07225b7b87d38a9a4aa7e6aa1e2f6afc06",
            "sha256:caa148c882d6a91ee899947cf433a12b17e93deb9c659897c2cb7bd06d496430",
            "sha256:d4d4a7218f8f3dcd096033bceae880dd90f011c18038cf079e296a9c4e83db42",
            "sha256:70a01732e3315dd70ecd45238e4a3c08336c428e178051bba9cf04f771321a66",
            "sha256:713ff00ac9f4e8966249b1197e73bbfbf0ff99a131a3cf759adce2112eed2a20",
            "sha256:d754993d55a2eae747a55e16c50d0acef6fd58bea9e837d0bdea46f50b5344c3",
            "sha256:b12bd11068ef919b6883ea37563a7a8fce98bc87ca474a9e61d685611d2abb70",
            "sha256:060db17dd886e0974767a275a9ed4d144d83be38d7ebe500ef3644b532b7e7cf"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-03T11:29:54.775531187+08:00"
    }
}

更多版本

docker.io/linuxserver/libreoffice:7.6.3

linux/arm64 docker.io2.11GB2024-07-12 11:35
495

docker.io/linuxserver/libreoffice:7.6.7

linux/amd64 docker.io2.32GB2025-03-03 11:31
70

docker.io/linuxserver/libreoffice:6.4.6

linux/amd64 docker.io1.23GB2025-03-13 10:45
48