概要

フル名
docker.io/maxkeytop/maxkey
Registry
docker.io
名前空間
maxkeytop
リポジトリ
maxkey
キャッシュ Tag 数
44
最終同期
07/05/2026, 07:37 PM

概要

MaxKey 国产开源 IAM/SSO 单点登录镜像,OAuth2/SAML/CAS 协议统一认证,企业应用门户与身份联邦管理中心。

詳細

maxkeytop/maxkey 运行 MaxKey 身份认证平台,集中管理用户目录、应用接入与单点登录票据签发。定位为 IAM/SSO Web 应用,依赖 MySQL 存储用户与客户端配置;政企内网统一登录、多系统 OAuth 联邦或零信任接入网关前置。

快速启动

docker run -d --name maxkey \
  -p 9527:9527 \
  docker.io/maxkeytop/maxkey:latest

推荐实践

docker run -d --name maxkey \
  --restart unless-stopped \
  -p 9527:9527 \
  -e DATABASE_HOST=mysql \
  -e DATABASE_USER=maxkey \
  -e DATABASE_PWD=changeme \
  -v /data/maxkey:/maxkey/data \
  docker.io/maxkeytop/maxkey:4.0.0

核心参数说明

  • -p 9527 — MaxKey 管理与会话端口
  • DATABASE_PWD — 数据库密码(高敏
  • -v .../maxkey:... — 证书与配置
  • 协议 — OAuth2/SAML/CAS 接入

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: maxkey
spec:
  replicas: 2
  selector:
    matchLabels:
      app: maxkey
  template:
    metadata:
      labels:
        app: maxkey
    spec:
      containers:
        - name: maxkey
          image: docker.io/maxkeytop/maxkey:4.0.0
          ports:
            - containerPort: 9527
          envFrom:
            - secretRef:
                name: maxkey-db
          volumeMounts:
            - name: data
              mountPath: /maxkey/data
      volumes:
        - name: data
          persistentVolumeClaim:
            claimName: maxkey-data
---
apiVersion: v1
kind: Service
metadata:
  name: maxkey
spec:
  selector:
    app: maxkey
  ports:
    - port: 9527
      targetPort: 9527

Ingress TLS 终止;Session 粘性或共享存储。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/maxkeytop/maxkey
:4.1.12
linux/amd64
2026/06/30 09:47336.8 MBsha256:ba0b7c05038f
docker.io/maxkeytop/maxkey
:latest
linux/amd64
2026/06/30 09:47336.8 MBsha256:ba0b7c05038f
docker.io/maxkeytop/maxkey
:4.1.11
linux/amd64
2026/02/01 14:50335.3 MBsha256:32e1eaf9f7d7
docker.io/maxkeytop/maxkey
:4.1.10
linux/amd64
2026/02/01 14:48335.3 MBsha256:32e1eaf9f7d7
docker.io/maxkeytop/maxkey
:4.1.9.1
linux/amd64
2025/10/13 11:39345.0 MBsha256:0a4d885d4f38
docker.io/maxkeytop/maxkey
:4.1.9
linux/amd64
2025/10/13 10:51344.5 MBsha256:75c0e118de4f
docker.io/maxkeytop/maxkey
:4.1.8
linux/amd64
2025/08/05 10:01344.5 MBsha256:75c0e118de4f
docker.io/maxkeytop/maxkey
:4.1.7
linux/amd64
2025/03/30 07:51342.5 MBsha256:fdb8d8b7f5d5
docker.io/maxkeytop/maxkey
:4.1.6
linux/amd64
2025/02/18 09:02344.1 MBsha256:a650dc6f3bad
docker.io/maxkeytop/maxkey
:4.1.5
linux/amd64
2025/01/08 14:58344.1 MBsha256:ec870a6bda23
docker.io/maxkeytop/maxkey
:4.1.4
linux/amd64
2024/12/25 22:39348.4 MBsha256:78d320f0ab54
docker.io/maxkeytop/maxkey
:4.1.3
linux/amd64
2024/11/27 15:55348.0 MBsha256:6951d947be9d
docker.io/maxkeytop/maxkey
:4.1.2
linux/amd64
2024/09/30 23:12339.3 MBsha256:70dd4349ddbe
docker.io/maxkeytop/maxkey
:4.0.2
linux/amd64linux/arm64
2023/10/11 20:25271.3 MBsha256:1e0d9c6dc328
docker.io/maxkeytop/maxkey
:4.0.1
linux/amd64linux/arm64
2023/09/16 15:23237.0 MBsha256:be6b2d77e2cb
docker.io/maxkeytop/maxkey
:4.0.0
linux/amd64linux/arm64
2023/09/03 20:43237.0 MBsha256:34a11d99a399
docker.io/maxkeytop/maxkey
:3.5.19
linux/amd64linux/arm64
2023/08/15 08:06228.7 MBsha256:9ceb7568f00c
docker.io/maxkeytop/maxkey
:3.5.18
linux/amd64
2023/06/05 15:07228.7 MBsha256:1e8fa293caef
docker.io/maxkeytop/maxkey
:3.5.17
linux/amd64
2023/04/24 09:30228.5 MBsha256:16737dc17e25
docker.io/maxkeytop/maxkey
:3.5.16
linux/amd64
2023/03/22 16:53228.5 MBsha256:783cb7409e21