Overview
- Full name
docker.io/apolloconfig/apollo-portal- Registry
- docker.io
- Namespace
- apolloconfig
- Repository
- apollo-portal
- Cached tags
- 19
- Last synced
- 07/05/2026, 08:25 AM
- Topics
Introduction
Apollo Portal 镜像,携程 Apollo 配置中心管理控制台,多环境配置编辑、发布审批与权限管理 Web UI。
Details
apolloconfig/apollo-portal 运行 Apollo 配置中心 Portal 管理控制台,提供配置编辑、灰度发布、权限管理与多环境切换 Web 界面。定位为 Apollo 管理 Web UI,需 apollo-configservice/adminservice 与 MySQL;微服务配置运维、多环境配置管理与 Apollo 平台可视化管控层。
快速启动
docker run -d --name apollo-portal \
-p 8070:8070 \
-e SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/ApolloPortalDB \
docker.io/apolloconfig/apollo-portal:latest
推荐实践
docker run -d --name apollo-portal \
--restart unless-stopped \
-p 8070:8070 \
-e SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/ApolloPortalDB \
-e APOLLO_PORTAL_ENVS=dev,pro \
docker.io/apolloconfig/apollo-portal:2.3.0
核心参数说明
-p 8070:8070— Portal Web UISPRING_DATASOURCE_URL— ApolloPortalDB 连接APOLLO_PORTAL_ENVS— 管理的环境列表- 配对 — configservice + adminservice
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: apollo-portal
spec:
replicas: 1
selector:
matchLabels:
app: apollo-portal
template:
metadata:
labels:
app: apollo-portal
spec:
containers:
- name: portal
image: docker.io/apolloconfig/apollo-portal:2.3.0
ports:
- containerPort: 8070
envFrom:
- secretRef:
name: apollo-portal-db
---
apiVersion: v1
kind: Service
metadata:
name: apollo-portal
spec:
selector:
app: apollo-portal
ports:
- port: 8070
targetPort: 8070
Secret 存 DB 凭据;Ingress 限运维 RBAC。
Latest tags (20)
View all 19 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/apolloconfig/apollo-portal :latest | linux/amd64linux/arm64 | 2026/03/14 13:59 | 149.8 MB | sha256:c484f93c01cf… | |||
docker.io/apolloconfig/apollo-portal :2.5.1 | linux/amd64linux/arm64 | 2026/03/14 13:59 | 149.8 MB | sha256:c484f93c01cf… | |||
docker.io/apolloconfig/apollo-portal :2.5.0 | linux/amd64linux/arm64 | 2026/02/19 21:55 | 149.2 MB | sha256:3e3ded128b15… | |||
docker.io/apolloconfig/apollo-portal :2.4.0 | linux/amd64linux/arm64 | 2025/02/10 21:12 | 147.6 MB | sha256:6956a1a7556b… | |||
docker.io/apolloconfig/apollo-portal :2.3.0 | linux/amd64linux/arm64 | 2024/08/14 09:01 | 147.4 MB | sha256:9d36af0696ed… | |||
docker.io/apolloconfig/apollo-portal :2.2.0 | linux/amd64linux/arm64 | 2023/12/16 20:53 | 147.2 MB | sha256:c80b0895d51f… | |||
docker.io/apolloconfig/apollo-portal :2.1.0 | linux/amd64linux/arm64 | 2023/02/04 20:50 | 143.2 MB | sha256:f6cdcebdcc37… | |||
docker.io/apolloconfig/apollo-portal :2.0.1 | linux/amd64 | 2022/06/07 09:19 | 114.9 MB | sha256:15d166c2806e… | |||
docker.io/apolloconfig/apollo-portal :2.0.0 | linux/amd64 | 2022/05/15 09:37 | 114.8 MB | sha256:a7a7f8fd8e06… | |||
docker.io/apolloconfig/apollo-portal :2.0.0-RC1 | linux/amd64 | 2022/04/10 16:10 | 114.9 MB | sha256:e7a065524d58… | |||
docker.io/apolloconfig/apollo-portal :1.9.2 | linux/amd64 | 2022/01/05 09:05 | 112.5 MB | sha256:42495f68abae… | |||
docker.io/apolloconfig/apollo-portal :1.9.1 | linux/amd64 | 2021/09/08 20:38 | 112.5 MB | sha256:c68e13082e4a… | |||
docker.io/apolloconfig/apollo-portal :1.9.0 | linux/amd64 | 2021/08/23 20:03 | 112.5 MB | sha256:c7a4e5ca4b16… | |||
docker.io/apolloconfig/apollo-portal :1.8.2 | linux/amd64 | 2021/06/02 22:40 | 161.2 MB | sha256:d141e2af038c… | |||
docker.io/apolloconfig/apollo-portal :1.8.1 | linux/amd64 | 2021/02/21 16:42 | 161.2 MB | sha256:24579c88725d… | |||
docker.io/apolloconfig/apollo-portal :1.8.0 | linux/amd64 | 2021/02/17 22:03 | 161.2 MB | sha256:e63c1d3428ba… | |||
docker.io/apolloconfig/apollo-portal :1.7.2 | linux/amd64 | 2021/01/30 20:56 | 139.3 MB | sha256:1b3ae8d70055… | |||
docker.io/apolloconfig/apollo-portal :1.7.1 | linux/amd64 | 2020/08/16 22:19 | 139.3 MB | sha256:83f94cee218a… | |||
docker.io/apolloconfig/apollo-portal :1.7.0 | linux/amd64 | 2020/08/01 19:50 | 139.3 MB | sha256:d8947c9f2af2… |