概要

フル名
docker.io/makeplane/plane-space
Registry
docker.io
名前空間
makeplane
リポジトリ
plane-space
キャッシュ Tag 数
110
最終同期
07/06/2026, 07:20 AM

概要

Plane 开源项目管理 Space 服务镜像,处理工作区与项目元数据 API,需 PostgreSQL/Redis 与同栈 plane-web 部署。

詳細

makeplane/plane-space 是 Plane 协作平台的 Space 微服务,提供 REST API 管理 workspace 与 issue。定位为 HTTP API 后端,需 DATABASE_URL 与 Redis;K8s Deployment 与 plane-web、plane-api 同 namespace。

快速启动

docker run -d --name plane-space \
  -p 8000:8000 \
  -e DATABASE_URL=postgres://plane:pass@db:5432/plane \
  docker.io/makeplane/plane-space:latest

推荐实践

docker run -d --name plane-space \
  --restart unless-stopped \
  -p 8000:8000 \
  -e DATABASE_URL=postgres://plane:pass@postgres:5432/plane \
  -e REDIS_URL=redis://redis:6379 \
  docker.io/makeplane/plane-space:0.22.0

核心参数说明

  • -p 8000:8000 — Space API 端口
  • -e DATABASE_URL — PostgreSQL 连接串(高敏
  • -e REDIS_URL — 缓存与会话 Redis
  • 固定 tag — Plane 栈 pin

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: plane-space
spec:
  replicas: 2
  selector:
    matchLabels:
      app: plane-space
  template:
    metadata:
      labels:
        app: plane-space
    spec:
      containers:
        - name: space
          image: docker.io/makeplane/plane-space:0.22.0
          ports:
            - containerPort: 8000
          envFrom:
            - secretRef:
                name: plane-secrets
---
apiVersion: v1
kind: Service
metadata:
  name: plane-space
spec:
  selector:
    app: plane-space
  ports:
    - port: 8000
      targetPort: 8000

Postgres/Redis 独立 StatefulSet。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/makeplane/plane-space
:buildcache
-2026/07/01 20:14--
docker.io/makeplane/plane-space
:preview
linux/amd64
2026/07/01 20:14251.9 MBsha256:216d233c13fe
docker.io/makeplane/plane-space
:canary
linux/amd64
2026/06/23 23:26251.9 MBsha256:3bc01262886d
docker.io/makeplane/plane-space
:stable
linux/amd64linux/arm64
2026/05/15 04:15223.9 MBsha256:d03aa511c529
docker.io/makeplane/plane-space
:v1.3.1
linux/amd64linux/arm64
2026/05/15 04:15223.9 MBsha256:d03aa511c529
docker.io/makeplane/plane-space
:v1.3.0
linux/amd64linux/arm64
2026/04/06 22:36223.6 MBsha256:86b1af99bbe0
docker.io/makeplane/plane-space
:fix-aio-community
linux/amd64
2026/03/31 21:07223.6 MBsha256:59101f9afe5e
docker.io/makeplane/plane-space
:v1.2.3
linux/amd64linux/arm64
2026/03/05 20:51245.8 MBsha256:bc5eb16a2d90
docker.io/makeplane/plane-space
:v1.2.2
linux/amd64linux/arm64
2026/02/23 16:53245.8 MBsha256:0f65d76b9acd
docker.io/makeplane/plane-space
:releasev1.2.2
linux/amd64
2026/02/20 21:12245.8 MBsha256:c118a3e0b70d
docker.io/makeplane/plane-space
:ee-5657
linux/amd64
2026/01/31 21:19279.0 MBsha256:1908bca7b42d
docker.io/makeplane/plane-space
:v1.2.1
linux/amd64linux/arm64
2025/12/12 19:12245.8 MBsha256:56c73e29b5ac
docker.io/makeplane/plane-space
:v1.2.0
linux/amd64linux/arm64
2025/12/11 22:57355.7 MBsha256:b23af5cfad26
docker.io/makeplane/plane-space
:fix-uploads
linux/amd64
2025/12/11 21:44355.7 MBsha256:2c5b0350c5a6
docker.io/makeplane/plane-space
:chore-aio-chages-community
linux/amd64
2025/12/11 18:08355.7 MBsha256:16b0da09b6c1
docker.io/makeplane/plane-space
:lifeiscontentoptimize-turborepo
linux/amd64
2025/12/10 15:28368.0 MBsha256:d06c3631cbdf
docker.io/makeplane/plane-space
:fix-docker-build-hoist-patterns
linux/amd64
2025/12/09 18:57368.1 MBsha256:571e07e3d3be
docker.io/makeplane/plane-space
:v1.1.0
linux/amd64linux/arm64
2025/10/23 21:01117.4 MBsha256:bbd396f6485a
docker.io/makeplane/plane-space
:fix-live-server-aio
linux/amd64
2025/10/07 17:00117.4 MBsha256:6f4f1037ef80
docker.io/makeplane/plane-space
:refactor-propel-tabs
linux/amd64
2025/09/17 22:12117.3 MBsha256:28a74a606171