镜像概览

完整引用
docker.io/taigaio/taiga-front
Registry
docker.io
命名空间
taigaio
仓库
taiga-front
已缓存 Tag 数
38
最近同步
07/06/2026, 01:49 AM
相关主题

简介

Taiga 敏捷项目管理前端镜像,Scrum/Kanban 看板 Web UI,需 Taiga 后端 API 与 PostgreSQL 数据库。

详细介绍

taigaio/taiga-front 运行 Taiga 开源敏捷项目管理平台前端 SPA,提供 Scrum/Kanban 看板、Issue 跟踪与 Sprint 规划界面。定位为 PM 工具 Web 前端,需 taiga-back API 与 PostgreSQL/Redis 后端;docker compose 全栈或 K8s Deployment 内网项目管理。

快速启动

docker run -d --name taiga-front \
  -p 9000:80 \
  -e TAIGA_URL=http://taiga-back:8000 \
  docker.io/taigaio/taiga-front:latest

推荐实践

docker run -d --name taiga-front \
  --restart unless-stopped \
  -p 9000:80 \
  -e TAIGA_URL=https://taiga-api.internal \
  -e PUBLIC_REGISTER_ENABLED=false \
  docker.io/taigaio/taiga-front:6.8.0

核心参数说明

  • -p 9000:80 — Taiga Web UI
  • -e TAIGA_URL — taiga-back API 地址
  • 依赖 — taiga-back + PostgreSQL
  • 注册 — PUBLIC_REGISTER_ENABLED 控制开放

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: taiga-front
spec:
  replicas: 1
  selector:
    matchLabels:
      app: taiga-front
  template:
    metadata:
      labels:
        app: taiga-front
    spec:
      containers:
        - name: front
          image: docker.io/taigaio/taiga-front:6.8.0
          ports:
            - containerPort: 80
          env:
            - name: TAIGA_URL
              value: http://taiga-back:8000
---
apiVersion: v1
kind: Service
metadata:
  name: taiga-front
spec:
  selector:
    app: taiga-front
  ports:
    - port: 80
      targetPort: 80

taiga-back/PostgreSQL 独立 Deployment;Ingress 统一入口。

最新 Tag(20 条)

查看全部 38 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/taigaio/taiga-front
:6.10.3
linux/amd64
2026/05/18 19:2124.7 MBsha256:570c8792ce80
docker.io/taigaio/taiga-front
:latest
linux/amd64
2026/05/18 19:2124.7 MBsha256:570c8792ce80
docker.io/taigaio/taiga-front
:6.9.0
linux/amd64
2025/10/14 01:4824.4 MBsha256:35e3345e2a01
docker.io/taigaio/taiga-front
:6.8.2
linux/amd64
2025/03/10 17:4924.4 MBsha256:4ffeac6bca4e
docker.io/taigaio/taiga-front
:6.8.1
linux/amd64
2024/07/23 18:3224.4 MBsha256:2fd4876ad9eb
docker.io/taigaio/taiga-front
:6.7.7
linux/amd64
2024/02/27 01:1124.4 MBsha256:f12578225cca
docker.io/taigaio/taiga-front
:6.7.6
linux/amd64
2024/02/22 18:5124.4 MBsha256:335e7b537fed
docker.io/taigaio/taiga-front
:6.7.5
linux/amd64
2024/02/22 04:4924.4 MBsha256:920e0c5a47e6
docker.io/taigaio/taiga-front
:6.7.4
linux/amd64
2024/02/20 02:4424.4 MBsha256:6fb16f3703d9
docker.io/taigaio/taiga-front
:6.7.1
linux/amd64
2023/11/27 02:0824.4 MBsha256:7fbeda2b800d
docker.io/taigaio/taiga-front
:6.7.0
linux/amd64
2023/06/22 20:2024.4 MBsha256:3a22163d4093
docker.io/taigaio/taiga-front
:6.6.0
linux/amd64
2023/03/06 21:0524.2 MBsha256:8789e10fee4b
docker.io/taigaio/taiga-front
:6.5.1
linux/amd64
2022/02/01 17:1717.1 MBsha256:1802619ed67a
docker.io/taigaio/taiga-front
:6.5.0
linux/amd64
2022/01/24 19:5417.1 MBsha256:74ec9a1b0be1
docker.io/taigaio/taiga-front
:6.4.2
linux/amd64
2021/09/22 20:0117.0 MBsha256:4d367b1e1250
docker.io/taigaio/taiga-front
:6.4.1
linux/amd64
2021/09/09 16:0217.1 MBsha256:a70949a96c1f
docker.io/taigaio/taiga-front
:6.4.0
linux/amd64
2021/09/06 15:1017.1 MBsha256:5adb60cddf3b
docker.io/taigaio/taiga-front
:6.3.3
linux/amd64
2021/08/16 22:4018.0 MBsha256:ca4d696f34bd
docker.io/taigaio/taiga-front
:6.3.2
linux/amd64
2021/08/12 18:1518.0 MBsha256:121a96379476
docker.io/taigaio/taiga-front
:6.3.1
linux/amd64
2021/08/12 16:2818.0 MBsha256:4a1b1101c84d