镜像概览
- 完整引用
docker.io/alfresco/alfresco-share- Registry
- docker.io
- 命名空间
- alfresco
- 仓库
- alfresco-share
- 已缓存 Tag 数
- 587
- 最近同步
- 07/06/2026, 08:44 PM
简介
Alfresco Share 企业内容管理 Web 前端镜像,提供文档协作、权限与工作流界面,需对接 Alfresco Repository 后端。
详细介绍
Alfresco Share 是 ECM 平台的用户界面层,负责站点、文档库、预览与 BPM 任务展示,本身不存储内容元数据。完整栈需同时部署 alfresco-content-repository 或 ACS 集群,并通过环境变量指向 Repository URL 与 Solr 搜索。适合政企文档归档、合同管理与内网知识库;内存与 JVM 参数需按并发用户调优。
快速启动
docker run -d --name alfresco-share \
-p 8080:8080 \
-e REPO_HOST=alfresco-repo \
-e REPO_PORT=8080 \
docker.io/alfresco/alfresco-share:latest
推荐实践
docker run -d --name alfresco-share \
--restart unless-stopped \
-p 8080:8080 \
-e REPO_HOST=192.168.1.20 \
-e REPO_PORT=8080 \
-e JAVA_OPTS="-Xms512m -Xmx1g" \
-e TZ=Asia/Shanghai \
docker.io/alfresco/alfresco-share:23.2.0
核心参数说明
-e REPO_HOST/-e REPO_PORT— Alfresco Repository 地址-e JAVA_OPTS— Share Tomcat JVM 堆大小-p 8080:8080— Share Web 界面端口--restart unless-stopped— 前端服务持续可用- 固定 tag — 与 Repository 大版本必须匹配
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: alfresco-share
spec:
replicas: 2
selector:
matchLabels:
app: alfresco-share
template:
metadata:
labels:
app: alfresco-share
spec:
containers:
- name: share
image: docker.io/alfresco/alfresco-share:23.2.0
ports:
- containerPort: 8080
env:
- name: REPO_HOST
value: alfresco-repo
- name: REPO_PORT
value: "8080"
---
apiVersion: v1
kind: Service
metadata:
name: alfresco-share
spec:
selector:
app: alfresco-share
ports:
- port: 8080
targetPort: 8080
Repository 与 Solr 需独立 Deployment;Ingress 配置 SSO 与 HTTPS,按用户量调整 replicas 与 JVM。
最新 Tag(20 条)
查看全部 587 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/alfresco/alfresco-share :26.2.0-A.23 | linux/amd64linux/arm64 | 2026/06/28 09:48 | 285.5 MB | sha256:06e26a5429db… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.22 | linux/amd64linux/arm64 | 2026/06/24 03:05 | 285.5 MB | sha256:0a87a179847b… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.21 | linux/amd64linux/arm64 | 2026/06/21 09:54 | 285.5 MB | sha256:37b42d1448e4… | |||
docker.io/alfresco/alfresco-share :25.4.1 | linux/amd64linux/arm64 | 2026/06/19 20:17 | 281.2 MB | sha256:07148e9835ce… | |||
docker.io/alfresco/alfresco-share :25.5.0-A.2 | linux/amd64linux/arm64 | 2026/06/17 18:13 | 281.2 MB | sha256:3e1f1f4c2c08… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.20 | linux/amd64linux/arm64 | 2026/06/15 15:38 | 285.5 MB | sha256:dfcc0379c52f… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.19 | linux/amd64linux/arm64 | 2026/06/09 21:39 | 285.5 MB | sha256:1b138bf55166… | |||
docker.io/alfresco/alfresco-share :25.4.0 | linux/amd64linux/arm64 | 2026/06/09 21:27 | 281.2 MB | sha256:ee28c432b211… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.18 | linux/amd64linux/arm64 | 2026/06/07 09:52 | 285.5 MB | sha256:831a4586cd13… | |||
docker.io/alfresco/alfresco-share :25.4.0-A.11 | linux/amd64linux/arm64 | 2026/06/03 11:20 | 281.2 MB | sha256:f33ac157e8e9… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.17 | linux/amd64linux/arm64 | 2026/05/31 09:53 | 285.5 MB | sha256:5349e648545d… | |||
docker.io/alfresco/alfresco-share :25.4.0-A.10 | linux/amd64linux/arm64 | 2026/05/29 16:15 | 281.2 MB | sha256:68dc4c6b1d87… | |||
docker.io/alfresco/alfresco-share :25.2.3 | linux/amd64linux/arm64 | 2026/05/27 03:03 | 279.7 MB | sha256:4d1672ab4684… | |||
docker.io/alfresco/alfresco-share :25.4.0-A.9 | linux/amd64linux/arm64 | 2026/05/27 00:00 | 281.2 MB | sha256:558a4a126373… | |||
docker.io/alfresco/alfresco-share :23.3.25 | linux/amd64linux/arm64 | 2026/05/25 17:28 | 266.8 MB | sha256:0e0a5751bcd1… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.16 | linux/amd64linux/arm64 | 2026/05/24 09:50 | 285.5 MB | sha256:54a8870e7886… | |||
docker.io/alfresco/alfresco-share :25.4.0-A.7 | linux/amd64linux/arm64 | 2026/05/18 13:54 | 281.2 MB | sha256:547c68cfc8d7… | |||
docker.io/alfresco/alfresco-share :26.2.0-A.15 | linux/amd64linux/arm64 | 2026/05/17 09:55 | 285.5 MB | sha256:627342976423… | |||
docker.io/alfresco/alfresco-share :25.3.7 | linux/amd64linux/arm64 | 2026/05/14 18:12 | 279.8 MB | sha256:d6d0a78591a9… | |||
docker.io/alfresco/alfresco-share :23.3.24 | linux/amd64linux/arm64 | 2026/05/13 21:19 | 266.8 MB | sha256:573c227c4716… |