Overview
- Full name
docker.io/instructure/libreoffice- Registry
- docker.io
- Namespace
- instructure
- Repository
- libreoffice
- Cached tags
- 3
- Last synced
- 07/06/2026, 01:11 AM
Introduction
LibreOffice 文档转换 CLI 镜像,headless 模式 PDF/DOCX 格式转换,Canvas LMS 文档处理与 CI 转换工具。
Details
instructure/libreoffice 封装 LibreOffice headless 模式,执行 DOCX/PPTX/ODT 至 PDF 等格式转换,Instructure Canvas LMS 用于作业文档预览。定位为 --rm 文档转换 CLI,挂载输入输出目录;K8s Job 或 CI 流水线批量转换,非常驻 GUI 服务。
快速启动
docker run --rm \
docker.io/instructure/libreoffice:latest \
--version
推荐实践
docker run --rm \
-v /data/docs:/docs \
docker.io/instructure/libreoffice:7.6.0 \
soffice --headless --convert-to pdf /docs/report.docx --outdir /docs
核心参数说明
soffice --headless— 无 GUI 转换--convert-to pdf— 目标格式-v .../docs:...— 输入输出目录- 调度 — K8s Job/CI 流水线
Latest tags (20)
View all 3 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/instructure/libreoffice :24.8 | linux/amd64 | 2026/07/03 08:59 | 600.6 MB | sha256:5cd73944d239… | |||
docker.io/instructure/libreoffice :6.3 | linux/amd64 | 2026/07/03 08:59 | 566.4 MB | sha256:d58576f373f8… | |||
docker.io/instructure/libreoffice :6.2 | linux/amd64 | 2026/07/03 08:59 | 563.1 MB | sha256:89f4994f7976… |