Overview
- Full name
docker.io/dexidp/dex- Registry
- docker.io
- Namespace
- dexidp
- Repository
- dex
- Cached tags
- 91
- Last synced
- 07/06/2026, 08:08 PM
Introduction
Dex 开源 OIDC/OAuth2 身份提供商镜像,连接 LDAP、GitHub 等后端,为 Kubernetes 与 Web 应用提供统一 SSO 登录。
Details
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。
Latest tags (20)
View all 91 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/dexidp/dex :latest-distroless | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/07/02 22:38 | 44.4 MB | sha256:591409a3feeb… | |||
docker.io/dexidp/dex :master-distroless | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/07/02 22:38 | 44.4 MB | sha256:591409a3feeb… | |||
docker.io/dexidp/dex :latest-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/07/02 22:38 | 47.3 MB | sha256:8990db5da3ae… | |||
docker.io/dexidp/dex :latest | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/07/02 22:38 | 47.3 MB | sha256:8990db5da3ae… | |||
docker.io/dexidp/dex :master-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/07/02 22:38 | 47.3 MB | sha256:8990db5da3ae… | |||
docker.io/dexidp/dex :master | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/07/02 22:38 | 47.3 MB | sha256:8990db5da3ae… | |||
docker.io/dexidp/dex :v2.45.1-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/03/03 21:50 | 45.9 MB | sha256:f5f9fb373188… | |||
docker.io/dexidp/dex :v2.45.1 | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/03/03 21:50 | 45.9 MB | sha256:f5f9fb373188… | |||
docker.io/dexidp/dex :v2.45.1-distroless | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/03/03 21:50 | 42.7 MB | sha256:f8393cea56b9… | |||
docker.io/dexidp/dex :v2.45.0-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/02/23 23:15 | 45.9 MB | sha256:8a9281c3a115… | |||
docker.io/dexidp/dex :v2.45.0-distroless | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/02/23 23:15 | 42.7 MB | sha256:3779d4b34aac… | |||
docker.io/dexidp/dex :v2.45.0 | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2026/02/23 23:15 | 45.9 MB | sha256:8a9281c3a115… | |||
docker.io/dexidp/dex :v2.44.0-distroless | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/09/01 21:29 | 40.9 MB | sha256:298b22ee228e… | |||
docker.io/dexidp/dex :v2.44.0-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/09/01 21:28 | 43.7 MB | sha256:587f29be7f14… | |||
docker.io/dexidp/dex :v2.44.0 | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/09/01 21:28 | 43.7 MB | sha256:587f29be7f14… | |||
docker.io/dexidp/dex :v2.43.1-distroless | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/05/22 17:11 | 38.8 MB | sha256:cd6d1026eada… | |||
docker.io/dexidp/dex :v2.43.1-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/05/22 17:10 | 41.5 MB | sha256:aefc52e3ea05… | |||
docker.io/dexidp/dex :v2.43.1 | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/05/22 17:10 | 41.5 MB | sha256:aefc52e3ea05… | |||
docker.io/dexidp/dex :v2.43.0-alpine | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/05/20 01:43 | 41.0 MB | sha256:351f51387f9c… | |||
docker.io/dexidp/dex :v2.43.0 | linux/amd64linux/arm/v7linux/arm64linux/ppc64lelinux/s390x | 2025/05/20 01:43 | 41.0 MB | sha256:351f51387f9c… |