概要

フル名
docker.io/cptactionhank/atlassian-confluence
Registry
docker.io
名前空間
cptactionhank
リポジトリ
atlassian-confluence
キャッシュ Tag 数
134
最終同期
07/06/2026, 03:39 AM

概要

Atlassian Confluence 团队 Wiki 协作镜像,文档编写、知识库与页面权限管理,需 PostgreSQL 后端与 home 目录持久化。

詳細

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。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/cptactionhank/atlassian-confluence
:latest
linux/amd64
2020/12/10 08:06707.8 MBsha256:dfcca259a176
docker.io/cptactionhank/atlassian-confluence
:7.9.3
linux/amd64
2020/12/10 08:06707.8 MBsha256:c4cc9c3c6e53
docker.io/cptactionhank/atlassian-confluence
:7.9.1
linux/amd64
2020/11/26 08:08707.8 MBsha256:a9a6c193eeba
docker.io/cptactionhank/atlassian-confluence
:7.9.0
linux/amd64
2020/11/10 08:11708.9 MBsha256:9e4cf99a9481
docker.io/cptactionhank/atlassian-confluence
:7.8.3
linux/amd64
2020/11/04 08:06696.4 MBsha256:d078e917aadb
docker.io/cptactionhank/atlassian-confluence
:7.8.1
linux/amd64
2020/10/13 08:08696.3 MBsha256:e30c4d3f3959
docker.io/cptactionhank/atlassian-confluence
:7.8.0
linux/amd64
2020/09/30 08:12696.3 MBsha256:6b08e901d783
docker.io/cptactionhank/atlassian-confluence
:7.7.4
linux/amd64
2020/09/23 08:20696.3 MBsha256:3718a351f81f
docker.io/cptactionhank/atlassian-confluence
:7.7.3
linux/amd64
2020/09/02 08:11696.1 MBsha256:59a5eac82d64
docker.io/cptactionhank/atlassian-confluence
:7.7.2
linux/amd64
2020/08/19 08:12696.4 MBsha256:83d74788093e
docker.io/cptactionhank/atlassian-confluence
:7.6.2
linux/amd64
2020/07/28 08:12715.5 MBsha256:adebd832a44a
docker.io/cptactionhank/atlassian-confluence
:7.6.1
linux/amd64
2020/07/16 08:11713.3 MBsha256:90561f83c61d
docker.io/cptactionhank/atlassian-confluence
:7.4.1
linux/amd64
2020/07/07 08:12690.9 MBsha256:31991b62999b
docker.io/cptactionhank/atlassian-confluence
:7.6.0
linux/amd64
2020/07/01 08:13713.3 MBsha256:954d3a0a977a
docker.io/cptactionhank/atlassian-confluence
:7.5.2
linux/amd64
2020/06/22 08:11714.2 MBsha256:aab199db8be7
docker.io/cptactionhank/atlassian-confluence
:7.5.1
linux/amd64
2020/06/06 08:10713.6 MBsha256:1a1c8adc08b8
docker.io/cptactionhank/atlassian-confluence
:7.4.0
linux/amd64
2020/04/21 08:17690.9 MBsha256:81328762c945
docker.io/cptactionhank/atlassian-confluence
:7.3.5
linux/amd64
2020/04/10 11:48690.9 MBsha256:c88ec93c59c5
docker.io/cptactionhank/atlassian-confluence
:7.3.4
linux/amd64
2020/03/27 08:17690.9 MBsha256:fe335eb870b4
docker.io/cptactionhank/atlassian-confluence
:7.3.3
linux/amd64
2020/03/12 08:16690.5 MBsha256:8f25f72435d8