概要

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

概要

MaxKey 单点登录用户门户前端镜像,OAuth2/OIDC/SAML 统一认证登录页,与 maxkey 后端同栈部署企业 IdP 用户入口。

詳細

maxkeytop/maxkey-frontend 运行 MaxKey 开源 IAM 用户门户静态前端,提供 SSO 登录、应用目录与自助服务页面。定位为 IdP 用户 Web 前端,反向代理至 maxkey 后端 API;K8s Deployment + Ingress 企业统一认证入口。

快速启动

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

推荐实践

docker run -d --name maxkey-frontend \
  --restart unless-stopped \
  -p 8527:8527 \
  -e MAXKEY_API_URL=http://maxkey:9527 \
  docker.io/maxkeytop/maxkey-frontend:4.0.0

核心参数说明

  • -p 8527:8527 — 用户门户 Web 端口
  • -e MAXKEY_API_URL — 后端 API 地址
  • 依赖 — maxkey 后端 + MySQL
  • 生产 — Ingress TLS 与同源策略

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: maxkey-frontend
spec:
  replicas: 2
  selector:
    matchLabels:
      app: maxkey-frontend
  template:
    metadata:
      labels:
        app: maxkey-frontend
    spec:
      containers:
        - name: frontend
          image: docker.io/maxkeytop/maxkey-frontend:4.0.0
          ports:
            - containerPort: 8527
          env:
            - name: MAXKEY_API_URL
              value: http://maxkey:9527
---
apiVersion: v1
kind: Service
metadata:
  name: maxkey-frontend
spec:
  selector:
    app: maxkey-frontend
  ports:
    - port: 8527
      targetPort: 8527

Ingress 暴露用户门户;maxkey 后端独立 Service。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/maxkeytop/maxkey-frontend
:4.1.12
linux/amd64
2026/06/30 09:5773.6 MBsha256:8a944c9eb097
docker.io/maxkeytop/maxkey-frontend
:latest
linux/amd64
2026/06/30 09:5773.6 MBsha256:8a944c9eb097
docker.io/maxkeytop/maxkey-frontend
:4.1.11
linux/amd64
2026/02/01 15:0164.0 MBsha256:819ebfca2d2d
docker.io/maxkeytop/maxkey-frontend
:4.1.10
linux/amd64
2025/12/10 17:4773.6 MBsha256:0c66b5263702
docker.io/maxkeytop/maxkey-frontend
:4.1.9.1
linux/amd64
2025/10/13 11:2073.6 MBsha256:8835433a2efa
docker.io/maxkeytop/maxkey-frontend
:4.1.9
linux/amd64
2025/10/13 10:5473.6 MBsha256:8835433a2efa
docker.io/maxkeytop/maxkey-frontend
:4.1.8
linux/amd64
2025/07/29 21:5273.6 MBsha256:92af690c924f
docker.io/maxkeytop/maxkey-frontend
:4.1.7
linux/amd64
2025/03/29 14:1073.6 MBsha256:d3c33cbbbae5
docker.io/maxkeytop/maxkey-frontend
:4.1.6
linux/amd64
2025/02/18 09:0273.6 MBsha256:b14078cddb36
docker.io/maxkeytop/maxkey-frontend
:4.1.5
linux/amd64
2025/01/08 14:5973.6 MBsha256:cff7fab0ed0f
docker.io/maxkeytop/maxkey-frontend
:4.1.4
linux/amd64
2024/12/26 21:0773.6 MBsha256:02e0c15c85d5
docker.io/maxkeytop/maxkey-frontend
:4.1.3
linux/amd64
2024/11/27 16:2373.6 MBsha256:2d0bf7905c2d
docker.io/maxkeytop/maxkey-frontend
:4.1.2
linux/amd64
2024/09/30 22:1671.7 MBsha256:35b672ece0af
docker.io/maxkeytop/maxkey-frontend
:4.0.2
linux/amd64
2023/10/11 20:4571.2 MBsha256:d4b119d28a8e
docker.io/maxkeytop/maxkey-frontend
:4.0.1
linux/amd64
2023/10/11 20:4471.2 MBsha256:d4b119d28a8e
docker.io/maxkeytop/maxkey-frontend
:4.0.0
linux/amd64
2023/09/01 11:5471.2 MBsha256:abfc664ca708
docker.io/maxkeytop/maxkey-frontend
:3.5.19
linux/amd64
2023/08/15 08:0171.3 MBsha256:8b85609ef0c3
docker.io/maxkeytop/maxkey-frontend
:3.5.18
linux/amd64
2023/06/05 17:5858.6 MBsha256:d7571267f4dc
docker.io/maxkeytop/maxkey-frontend
:3.5.17
linux/amd64
2023/04/24 09:3858.4 MBsha256:faee904252c1
docker.io/maxkeytop/maxkey-frontend
:3.5.16
linux/amd64
2023/03/22 15:4658.3 MBsha256:449453b45350