镜像概览
- 完整引用
docker.io/sharelatex/sharelatex-base- Registry
- docker.io
- 命名空间
- sharelatex
- 仓库
- sharelatex-base
- 已缓存 Tag 数
- 28
- 最近同步
- 07/06/2026, 01:25 PM
简介
Overleaf/ShareLaTeX 官方基础构建镜像,提供 TeX Live 与 Node 运行时,供 Dockerfile 多阶段构建,不能单独替代完整 Overleaf 栈。
详细介绍
sharelatex/sharelatex-base 是 Overleaf 开源版的底层 OS+TeX 层,完整在线 LaTeX 协作还需 sharelatex/sharelatex、MongoDB、Redis 与 real-time 组件同网编排。镜像定位为 CI/CD 或自定义 Overleaf 镜像的 FROM 基础层,无法 docker run 即获得可用的在线编辑器。与 texlive/texlive 相比预装 ShareLaTeX 依赖路径;生产自建 Overleaf 应参考官方 docker-compose 而非仅运行 base 镜像。
快速启动
# sharelatex-base 为构建基础镜像,无独立运行场景
docker pull docker.io/sharelatex/sharelatex-base:latest
推荐实践
# 在 Dockerfile 中引用示例:
cat > Dockerfile <<'EOF'
FROM docker.io/sharelatex/sharelatex-base:5.0.0
COPY . /overleaf
RUN npm ci && npm run build
EOF
docker build -t my-overleaf-custom:5.0.0 .
核心参数说明
- 角色 — Overleaf 多阶段构建基础层
- 前提 — 完整栈需 MongoDB/Redis/real-time
- 禁止 — 勿 docker run 期望在线编辑
- 版本 — tag 与 sharelatex 主镜像大版本对齐
- 替代 — 生产请用官方 docker-compose 一键栈
- 构建 — 固定 base tag 保证 TeX Live 一致性
最新 Tag(20 条)
查看全部 28 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/sharelatex/sharelatex-base :6.1.0 | linux/amd64 | 2026/01/20 18:01 | 416.3 MB | sha256:df6bbd202785… | |||
docker.io/sharelatex/sharelatex-base :6.0.0 | linux/amd64 | 2025/10/23 23:44 | 413.1 MB | sha256:dba0deb94465… | |||
docker.io/sharelatex/sharelatex-base :5.1.0-RC2 | linux/amd64 | 2024/07/15 18:48 | 558.8 MB | sha256:8f869b0cb9f0… | |||
docker.io/sharelatex/sharelatex-base :5.1.0-RC1 | linux/amd64 | 2024/06/26 20:10 | 546.7 MB | sha256:fc59b778513a… | |||
docker.io/sharelatex/sharelatex-base :5.0.1 | linux/amd64 | 2024/04/02 22:18 | 530.3 MB | sha256:d9a2d7c87dd6… | |||
docker.io/sharelatex/sharelatex-base :latest | linux/amd64 | 2023/05/30 18:24 | 494.3 MB | sha256:be5ab5c8c7e9… | |||
docker.io/sharelatex/sharelatex-base :4 | linux/amd64 | 2023/05/30 18:24 | 494.3 MB | sha256:be5ab5c8c7e9… | |||
docker.io/sharelatex/sharelatex-base :4.0 | linux/amd64 | 2023/05/30 18:22 | 494.3 MB | sha256:be5ab5c8c7e9… | |||
docker.io/sharelatex/sharelatex-base :4.0.0 | linux/amd64 | 2023/05/30 18:21 | 494.3 MB | sha256:be5ab5c8c7e9… | |||
docker.io/sharelatex/sharelatex-base :3.5.0 | linux/amd64 | 2023/02/14 00:32 | 494.2 MB | sha256:08c277485c77… | |||
docker.io/sharelatex/sharelatex-base :3.5 | linux/amd64 | 2023/02/14 00:32 | 494.2 MB | sha256:08c277485c77… | |||
docker.io/sharelatex/sharelatex-base :3 | linux/amd64 | 2023/02/14 00:32 | 494.2 MB | sha256:08c277485c77… | |||
docker.io/sharelatex/sharelatex-base :3.4 | linux/amd64 | 2023/01/09 23:22 | 473.6 MB | sha256:aacfac448383… | |||
docker.io/sharelatex/sharelatex-base :3.4.0 | linux/amd64 | 2023/01/09 23:12 | 473.6 MB | sha256:aacfac448383… | |||
docker.io/sharelatex/sharelatex-base :3.3 | linux/amd64 | 2022/10/12 00:26 | 471.2 MB | sha256:8d4162466d8f… | |||
docker.io/sharelatex/sharelatex-base :3.3.0 | linux/amd64 | 2022/10/12 00:25 | 471.2 MB | sha256:8d4162466d8f… | |||
docker.io/sharelatex/sharelatex-base :3.2.0 | linux/amd64 | 2022/08/16 16:18 | 448.6 MB | sha256:e96abfc31ec4… | |||
docker.io/sharelatex/sharelatex-base :3.1.0 | linux/amd64 | 2022/05/17 20:38 | 447.0 MB | sha256:de9059f61a2c… | |||
docker.io/sharelatex/sharelatex-base :3.0.0 | linux/amd64 | 2021/10/05 22:42 | 432.2 MB | sha256:633747f22fa9… | |||
docker.io/sharelatex/sharelatex-base :2.7.0 | linux/amd64 | 2021/07/06 23:09 | 432.4 MB | sha256:1af602de57fb… |