概要

フル名
docker.io/commitgo/gitea-ee
Registry
docker.io
名前空間
commitgo
リポジトリ
gitea-ee
キャッシュ Tag 数
106
最終同期
07/06/2026, 03:57 PM
関連トピック

概要

CommitGo 发行的 Gitea 企业版镜像,在开源 Gitea 基础上提供审计、LDAP 与高级权限等企业特性,适合私有 Git 托管与 DevOps 平台核心。

詳細

commitgo/gitea-ee 是 Gitea 商业增强版,提供 Web Git 托管、Pull Request、CI 集成(Actions)与企业 SSO/LDAP。数据存 SQLite/PostgreSQL/MySQL,仓库实体存 volume。与 GitLab EE 相比更轻量;生产应固定 tag、外接 PostgreSQL、启用 HTTPS,并配置定期备份仓库目录与数据库。

快速启动

docker run -d --name gitea-ee \
  -p 3000:3000 -p 2222:22 \
  -v $(pwd)/gitea:/data \
  docker.io/commitgo/gitea-ee:latest

推荐实践

docker run -d --name gitea-ee \
  --restart unless-stopped \
  -p 3000:3000 -p 2222:22 \
  -v /data/gitea:/data \
  -e GITEA__database__DB_TYPE=postgres \
  -e GITEA__database__HOST=postgres.internal:5432 \
  -e GITEA__database__NAME=gitea \
  docker.io/commitgo/gitea-ee:1.22.0

核心参数说明

  • -p 3000:3000 — Web UI 与 HTTP Git
  • -p 2222:22 — SSH Git 克隆端口
  • -v /data/gitea:/data — 仓库、配置与附件
  • -e GITEA__database__DB_TYPE — 推荐 postgres
  • -e GITEA__database__HOST — 外部数据库地址
  • --restart unless-stopped — Git 服务持续在线

Kubernetes

apiVersion: apps/v1
kind: StatefulSet
metadata:
  name: gitea-ee
spec:
  serviceName: gitea
  replicas: 1
  selector:
    matchLabels:
      app: gitea-ee
  template:
    metadata:
      labels:
        app: gitea-ee
    spec:
      containers:
        - name: gitea
          image: docker.io/commitgo/gitea-ee:1.22.0
          ports:
            - containerPort: 3000
            - containerPort: 22
          envFrom:
            - secretRef:
                name: gitea-db
          volumeMounts:
            - name: data
              mountPath: /data
  volumeClaimTemplates:
    - metadata:
        name: data
      spec:
        accessModes: ["ReadWriteOnce"]
        resources:
          requests:
            storage: 50Gi
---
apiVersion: v1
kind: Service
metadata:
  name: gitea-ee
spec:
  selector:
    app: gitea-ee
  ports:
    - name: http
      port: 3000
    - name: ssh
      port: 22
      targetPort: 22

StatefulSet 单副本保 SSH 密钥稳定;Ingress 暴露 HTTPS,SSH 经 LoadBalancer NodePort 22,数据库独立部署。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/commitgo/gitea-ee
:latest-rootless
linux/amd64linux/arm64
2026/06/26 14:2663.9 MBsha256:4cea1f35dd1c
docker.io/commitgo/gitea-ee
:26-rootless
linux/amd64linux/arm64
2026/06/26 14:2663.9 MBsha256:4cea1f35dd1c
docker.io/commitgo/gitea-ee
:26.4-rootless
linux/amd64linux/arm64
2026/06/26 14:2663.9 MBsha256:4cea1f35dd1c
docker.io/commitgo/gitea-ee
:26.4.0-rootless
linux/amd64linux/arm64
2026/06/26 14:2563.9 MBsha256:4cea1f35dd1c
docker.io/commitgo/gitea-ee
:latest
linux/arm64linux/amd64
2026/06/26 14:2565.0 MBsha256:7614f7b2036b
docker.io/commitgo/gitea-ee
:26
linux/arm64linux/amd64
2026/06/26 14:2565.0 MBsha256:7614f7b2036b
docker.io/commitgo/gitea-ee
:26.4
linux/arm64linux/amd64
2026/06/26 14:2565.0 MBsha256:7614f7b2036b
docker.io/commitgo/gitea-ee
:26.4.0
linux/arm64linux/amd64
2026/06/26 14:2565.0 MBsha256:7614f7b2036b
docker.io/commitgo/gitea-ee
:26.3-rootless
linux/amd64linux/arm64
2026/06/18 06:1663.9 MBsha256:f9203e1263ee
docker.io/commitgo/gitea-ee
:26.3.1-rootless
linux/amd64linux/arm64
2026/06/18 06:1663.9 MBsha256:f9203e1263ee
docker.io/commitgo/gitea-ee
:26.3
linux/amd64linux/arm64
2026/06/18 06:1567.9 MBsha256:11b46777f46e
docker.io/commitgo/gitea-ee
:26.3.1
linux/amd64linux/arm64
2026/06/18 06:1567.9 MBsha256:11b46777f46e
docker.io/commitgo/gitea-ee
:26.3.0-rootless
linux/amd64linux/arm64
2026/06/16 09:5658.9 MBsha256:f0bd5ea1effe
docker.io/commitgo/gitea-ee
:26.3.0
linux/amd64linux/arm64
2026/06/16 09:5562.9 MBsha256:6d32b3e4824c
docker.io/commitgo/gitea-ee
:25-rootless
linux/amd64linux/arm64
2026/05/30 06:2669.7 MBsha256:69f4bb8337f3
docker.io/commitgo/gitea-ee
:25.6-rootless
linux/amd64linux/arm64
2026/05/30 06:2669.7 MBsha256:69f4bb8337f3
docker.io/commitgo/gitea-ee
:25.6.2-rootless
linux/amd64linux/arm64
2026/05/30 06:2669.7 MBsha256:69f4bb8337f3
docker.io/commitgo/gitea-ee
:25
linux/amd64linux/arm64
2026/05/30 06:2573.6 MBsha256:b48069db0bbf
docker.io/commitgo/gitea-ee
:25.6
linux/amd64linux/arm64
2026/05/30 06:2573.6 MBsha256:b48069db0bbf
docker.io/commitgo/gitea-ee
:25.6.2
linux/amd64linux/arm64
2026/05/30 06:2573.6 MBsha256:b48069db0bbf