镜像概览
- 完整引用
docker.io/apereo/cas- Registry
- docker.io
- 命名空间
- apereo
- 仓库
- cas
- 已缓存 Tag 数
- 161
- 最近同步
- 07/06/2026, 03:59 AM
简介
Apereo CAS 单点登录服务器镜像,SAML/OAuth/OIDC 协议统一身份认证,Java Spring Boot Web 服务需外部数据库后端。
详细介绍
apereo/cas 运行 Apereo Central Authentication Service,提供 SAML 2.0、OAuth 2.0 与 OIDC 统一身份认证与 SSO 票据管理。定位为 SSO Web/API 服务,需 PostgreSQL/MySQL 存储 ticket 与 service registry;K8s Deployment + Ingress 企业身份联邦。
快速启动
docker run -d --name cas \
-p 8443:8443 \
-e CAS_SERVER_NAME=https://cas.example.org \
docker.io/apereo/cas:latest
推荐实践
docker run -d --name cas \
--restart unless-stopped \
-p 8443:8443 \
-v /data/cas/config:/etc/cas/config \
-e CAS_SERVER_NAME=https://cas.internal \
docker.io/apereo/cas:7.0.0
核心参数说明
-p 8443:8443— CAS HTTPS 服务端口-e CAS_SERVER_NAME— 对外 SSO 域名-v .../cas/config:...— 服务注册与策略配置- 依赖 — PostgreSQL/MySQL 后端
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: cas
spec:
replicas: 2
selector:
matchLabels:
app: cas
template:
metadata:
labels:
app: cas
spec:
containers:
- name: cas
image: docker.io/apereo/cas:7.0.0
ports:
- containerPort: 8443
envFrom:
- secretRef:
name: cas-env
volumeMounts:
- name: config
mountPath: /etc/cas/config
volumes:
- name: config
configMap:
name: cas-config
---
apiVersion: v1
kind: Service
metadata:
name: cas
spec:
selector:
app: cas
ports:
- port: 8443
targetPort: 8443
Ingress TLS 终止;PostgreSQL StatefulSet 存储 ticket。
最新 Tag(20 条)
查看全部 161 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/apereo/cas :7.3.7.3 | linux/amd64linux/arm64 | 2026/07/06 09:13 | 306.4 MB | sha256:884dc6cbcce1… | |||
docker.io/apereo/cas :8.0.0-RC6 | linux/amd64linux/arm64 | 2026/06/28 03:57 | 457.8 MB | sha256:7e672fd69e7b… | |||
docker.io/apereo/cas :8.0.0-RC5 | linux/amd64linux/arm64 | 2026/06/27 10:10 | 451.8 MB | sha256:10047d4fe260… | |||
docker.io/apereo/cas :7.3.7.2 | linux/amd64linux/arm64 | 2026/06/18 09:31 | 303.1 MB | sha256:b914202d4da5… | |||
docker.io/apereo/cas :7.3.7.1 | linux/amd64linux/arm64 | 2026/06/06 10:29 | 301.8 MB | sha256:1fb0ec772573… | |||
docker.io/apereo/cas :8.0.0-RC4 | linux/amd64linux/arm64 | 2026/05/29 10:19 | 442.1 MB | sha256:a49f25484b65… | |||
docker.io/apereo/cas :7.3.7 | linux/amd64linux/arm64 | 2026/05/27 09:23 | 299.8 MB | sha256:a13bac226607… | |||
docker.io/apereo/cas :7.3.6 | linux/amd64linux/arm64 | 2026/05/16 09:36 | 299.0 MB | sha256:a4be2be0f252… | |||
docker.io/apereo/cas :8.0.0-RC3 | linux/amd64linux/arm64 | 2026/04/26 09:03 | 433.1 MB | sha256:6fc3fdd7bbd4… | |||
docker.io/apereo/cas :7.3.5 | linux/amd64linux/arm64 | 2026/04/04 10:00 | 303.9 MB | sha256:7aab22e1e5a8… | |||
docker.io/apereo/cas :7.3.4 | linux/amd64linux/arm64 | 2026/03/26 09:21 | 303.2 MB | sha256:fdea60906086… | |||
docker.io/apereo/cas :8.0.0-RC2 | linux/amd64linux/arm64 | 2026/03/23 09:03 | 434.4 MB | sha256:d45000d8f7a4… | |||
docker.io/apereo/cas :7.2.7 | linux/amd64linux/arm64 | 2026/02/22 09:19 | 298.2 MB | sha256:505c45582e1d… | |||
docker.io/apereo/cas :7.1.6.2 | linux/amd64linux/arm64 | 2026/02/22 09:18 | 293.1 MB | sha256:105d44687c9f… | |||
docker.io/apereo/cas :8.0.0-RC1 | linux/amd64linux/arm64 | 2026/02/21 08:59 | 434.4 MB | sha256:1954679bfec3… | |||
docker.io/apereo/cas :7.3.3 | linux/amd64linux/arm64 | 2026/02/06 22:32 | 306.4 MB | sha256:9126f28d13cd… | |||
docker.io/apereo/cas :7.3.2 | linux/amd64linux/arm64 | 2026/01/10 09:09 | 298.7 MB | sha256:8c868816d7ae… | |||
docker.io/apereo/cas :7.3.1 | linux/arm64linux/amd64 | 2025/12/07 00:04 | 296.0 MB | sha256:6480e2dd447a… | |||
docker.io/apereo/cas :7.3.0 | linux/amd64linux/arm64 | 2025/11/09 09:15 | 298.7 MB | sha256:8c77f3e2cc5a… | |||
docker.io/apereo/cas :7.3.0-RC4 | linux/amd64linux/arm64 | 2025/10/03 21:33 | 311.0 MB | sha256:c3f36b5b29d8… |