Overview
- Full name
docker.io/cptactionhank/atlassian-confluence- Registry
- docker.io
- Namespace
- cptactionhank
- Repository
- atlassian-confluence
- Cached tags
- 134
- Last synced
- 07/06/2026, 03:39 AM
Introduction
Atlassian Confluence 团队 Wiki 协作镜像,文档编写、知识库与页面权限管理,需 PostgreSQL 后端与 home 目录持久化。
Details
cptactionhank/atlassian-confluence 运行 Atlassian Confluence Server,提供团队 Wiki、文档协作与页面权限管理。定位为协作 Wiki Web 应用,依赖 PostgreSQL 与 /var/atlassian/application-data/confluence volume;K8s StatefulSet 企业知识库。
快速启动
docker run -d --name confluence \
-p 8090:8090 \
-e JDBC_DATABASE_URL=jdbc:postgresql://postgres:5432/confluence \
docker.io/cptactionhank/atlassian-confluence:latest
推荐实践
docker run -d --name confluence \
--restart unless-stopped \
-p 8090:8090 \
-v /data/confluence:/var/atlassian/application-data/confluence \
-e JDBC_DATABASE_URL=jdbc:postgresql://postgres.internal:5432/confluence \
docker.io/cptactionhank/atlassian-confluence:8.5.0
核心参数说明
-p 8090:8090— Confluence Web UI-v .../confluence:...— 附件与索引持久化-e JDBC_DATABASE_URL— PostgreSQL 连接串- license — Atlassian 许可自行评估
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: confluence
spec:
serviceName: confluence
replicas: 1
selector:
matchLabels:
app: confluence
template:
metadata:
labels:
app: confluence
spec:
containers:
- name: confluence
image: docker.io/cptactionhank/atlassian-confluence:8.5.0
ports:
- containerPort: 8090
envFrom:
- secretRef:
name: confluence-db
volumeMounts:
- name: data
mountPath: /var/atlassian/application-data/confluence
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 50Gi
---
apiVersion: v1
kind: Service
metadata:
name: confluence
spec:
selector:
app: confluence
ports:
- port: 8090
targetPort: 8090
PostgreSQL StatefulSet 同 namespace;Ingress TLS 与 SAML SSO。
Latest tags (20)
View all 134 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/cptactionhank/atlassian-confluence :latest | linux/amd64 | 2020/12/10 08:06 | 707.8 MB | sha256:dfcca259a176… | |||
docker.io/cptactionhank/atlassian-confluence :7.9.3 | linux/amd64 | 2020/12/10 08:06 | 707.8 MB | sha256:c4cc9c3c6e53… | |||
docker.io/cptactionhank/atlassian-confluence :7.9.1 | linux/amd64 | 2020/11/26 08:08 | 707.8 MB | sha256:a9a6c193eeba… | |||
docker.io/cptactionhank/atlassian-confluence :7.9.0 | linux/amd64 | 2020/11/10 08:11 | 708.9 MB | sha256:9e4cf99a9481… | |||
docker.io/cptactionhank/atlassian-confluence :7.8.3 | linux/amd64 | 2020/11/04 08:06 | 696.4 MB | sha256:d078e917aadb… | |||
docker.io/cptactionhank/atlassian-confluence :7.8.1 | linux/amd64 | 2020/10/13 08:08 | 696.3 MB | sha256:e30c4d3f3959… | |||
docker.io/cptactionhank/atlassian-confluence :7.8.0 | linux/amd64 | 2020/09/30 08:12 | 696.3 MB | sha256:6b08e901d783… | |||
docker.io/cptactionhank/atlassian-confluence :7.7.4 | linux/amd64 | 2020/09/23 08:20 | 696.3 MB | sha256:3718a351f81f… | |||
docker.io/cptactionhank/atlassian-confluence :7.7.3 | linux/amd64 | 2020/09/02 08:11 | 696.1 MB | sha256:59a5eac82d64… | |||
docker.io/cptactionhank/atlassian-confluence :7.7.2 | linux/amd64 | 2020/08/19 08:12 | 696.4 MB | sha256:83d74788093e… | |||
docker.io/cptactionhank/atlassian-confluence :7.6.2 | linux/amd64 | 2020/07/28 08:12 | 715.5 MB | sha256:adebd832a44a… | |||
docker.io/cptactionhank/atlassian-confluence :7.6.1 | linux/amd64 | 2020/07/16 08:11 | 713.3 MB | sha256:90561f83c61d… | |||
docker.io/cptactionhank/atlassian-confluence :7.4.1 | linux/amd64 | 2020/07/07 08:12 | 690.9 MB | sha256:31991b62999b… | |||
docker.io/cptactionhank/atlassian-confluence :7.6.0 | linux/amd64 | 2020/07/01 08:13 | 713.3 MB | sha256:954d3a0a977a… | |||
docker.io/cptactionhank/atlassian-confluence :7.5.2 | linux/amd64 | 2020/06/22 08:11 | 714.2 MB | sha256:aab199db8be7… | |||
docker.io/cptactionhank/atlassian-confluence :7.5.1 | linux/amd64 | 2020/06/06 08:10 | 713.6 MB | sha256:1a1c8adc08b8… | |||
docker.io/cptactionhank/atlassian-confluence :7.4.0 | linux/amd64 | 2020/04/21 08:17 | 690.9 MB | sha256:81328762c945… | |||
docker.io/cptactionhank/atlassian-confluence :7.3.5 | linux/amd64 | 2020/04/10 11:48 | 690.9 MB | sha256:c88ec93c59c5… | |||
docker.io/cptactionhank/atlassian-confluence :7.3.4 | linux/amd64 | 2020/03/27 08:17 | 690.9 MB | sha256:fe335eb870b4… | |||
docker.io/cptactionhank/atlassian-confluence :7.3.3 | linux/amd64 | 2020/03/12 08:16 | 690.5 MB | sha256:8f25f72435d8… |