概要

フル名
docker.io/dexidp/dex
Registry
docker.io
名前空間
dexidp
リポジトリ
dex
キャッシュ Tag 数
91
最終同期
07/06/2026, 08:08 PM

概要

Dex 开源 OIDC/OAuth2 身份提供商镜像,连接 LDAP、GitHub 等后端,为 Kubernetes 与 Web 应用提供统一 SSO 登录。

詳細

Dex 是 CNCF 沙箱项目,作为身份联邦层将外部 IdP 用户映射为 OIDC Token,常与 Kubernetes OIDC、Grafana 或 Argo CD 集成。配置以 YAML 定义 connector、static client 与 redirect URI;生产需 HTTPS 终止与持久化 storage(SQLite 仅适合试用,推荐 PostgreSQL)。client secret 与 connector 凭证应通过 Secret 注入,勿写入 ConfigMap 明文。

快速启动

docker run -d --name dex \
  -p 5556:5556 \
  -v $(pwd)/config.yaml:/etc/dex/config.yaml \
  docker.io/dexidp/dex:latest \
  dex serve /etc/dex/config.yaml

推荐实践

docker run -d --name dex \
  --restart unless-stopped \
  -p 5556:5556 \
  -v /etc/dex/config.yaml:/etc/dex/config.yaml:ro \
  -e TZ=Asia/Shanghai \
  docker.io/dexidp/dex:v2.41.1 \
  dex serve /etc/dex/config.yaml

核心参数说明

  • dex serve /etc/dex/config.yaml — 指定连接器与客户端配置
  • -p 5556:5556 — OIDC issuer HTTP 端口
  • -v .../config.yaml:ro — 只读挂载配置,含 issuer 与 storage
  • --restart unless-stopped — IdP 服务持续可用
  • 固定 tag — 与依赖方 OIDC discovery 版本兼容

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: dex
spec:
  replicas: 2
  selector:
    matchLabels:
      app: dex
  template:
    metadata:
      labels:
        app: dex
    spec:
      containers:
        - name: dex
          image: docker.io/dexidp/dex:v2.41.1
          args: ["dex", "serve", "/etc/dex/config.yaml"]
          ports:
            - containerPort: 5556
          volumeMounts:
            - name: config
              mountPath: /etc/dex
              readOnly: true
      volumes:
        - name: config
          configMap:
            name: dex-config
---
apiVersion: v1
kind: Service
metadata:
  name: dex
spec:
  selector:
    app: dex
  ports:
    - port: 5556
      targetPort: 5556

ConfigMap 存放 config.yaml,storage 生产环境改用 PostgreSQL connector;Ingress 配置 TLS 与 https://dex.example.com issuer URL。

Tagアーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/dexidp/dex
:latest-distroless
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/07/02 22:3844.4 MBsha256:591409a3feeb
docker.io/dexidp/dex
:master-distroless
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/07/02 22:3844.4 MBsha256:591409a3feeb
docker.io/dexidp/dex
:latest-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/07/02 22:3847.3 MBsha256:8990db5da3ae
docker.io/dexidp/dex
:latest
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/07/02 22:3847.3 MBsha256:8990db5da3ae
docker.io/dexidp/dex
:master-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/07/02 22:3847.3 MBsha256:8990db5da3ae
docker.io/dexidp/dex
:master
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/07/02 22:3847.3 MBsha256:8990db5da3ae
docker.io/dexidp/dex
:v2.45.1-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/03/03 21:5045.9 MBsha256:f5f9fb373188
docker.io/dexidp/dex
:v2.45.1
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/03/03 21:5045.9 MBsha256:f5f9fb373188
docker.io/dexidp/dex
:v2.45.1-distroless
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/03/03 21:5042.7 MBsha256:f8393cea56b9
docker.io/dexidp/dex
:v2.45.0-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/02/23 23:1545.9 MBsha256:8a9281c3a115
docker.io/dexidp/dex
:v2.45.0-distroless
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/02/23 23:1542.7 MBsha256:3779d4b34aac
docker.io/dexidp/dex
:v2.45.0
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2026/02/23 23:1545.9 MBsha256:8a9281c3a115
docker.io/dexidp/dex
:v2.44.0-distroless
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/09/01 21:2940.9 MBsha256:298b22ee228e
docker.io/dexidp/dex
:v2.44.0-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/09/01 21:2843.7 MBsha256:587f29be7f14
docker.io/dexidp/dex
:v2.44.0
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/09/01 21:2843.7 MBsha256:587f29be7f14
docker.io/dexidp/dex
:v2.43.1-distroless
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/05/22 17:1138.8 MBsha256:cd6d1026eada
docker.io/dexidp/dex
:v2.43.1-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/05/22 17:1041.5 MBsha256:aefc52e3ea05
docker.io/dexidp/dex
:v2.43.1
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/05/22 17:1041.5 MBsha256:aefc52e3ea05
docker.io/dexidp/dex
:v2.43.0-alpine
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/05/20 01:4341.0 MBsha256:351f51387f9c
docker.io/dexidp/dex
:v2.43.0
linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x
2025/05/20 01:4341.0 MBsha256:351f51387f9c