镜像概览
- 完整引用
docker.io/apolloconfig/apollo-configservice- Registry
- docker.io
- 命名空间
- apolloconfig
- 仓库
- apollo-configservice
- 已缓存 Tag 数
- 19
- 最近同步
- 07/05/2026, 06:49 AM
- 相关主题
简介
Apollo ConfigService 镜像,携程 Apollo 配置中心核心服务,微服务动态配置下发、灰度发布与多环境统一管理。
详细介绍
apolloconfig/apollo-configservice 运行 Apollo 配置中心的 Config Service 节点,负责配置读取、推送与客户端长轮询。定位为 Apollo 配置中心核心组件,需 apollo-adminservice、Portal 与 MySQL/Eureka 配套;微服务集中配置管理、多环境灰度发布或替代 Spring Cloud Config 的配置平台。
快速启动
docker run -d --name apollo-configservice \
-p 8080:8080 \
-e SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/ApolloConfigDB \
docker.io/apolloconfig/apollo-configservice:latest
推荐实践
docker run -d --name apollo-configservice \
--restart unless-stopped \
-p 8080:8080 \
-e SPRING_DATASOURCE_URL=jdbc:mysql://mysql:3306/ApolloConfigDB \
-e EUREKA_SERVICE_URL=http://apollo-adminservice:8090/eureka/ \
docker.io/apolloconfig/apollo-configservice:2.3.0
核心参数说明
-p 8080:8080— Config API 端口SPRING_DATASOURCE_URL— ApolloConfigDB 连接EUREKA_SERVICE_URL— 服务注册地址- 配对 — adminservice + portal + MySQL
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: apollo-configservice
spec:
replicas: 2
selector:
matchLabels:
app: apollo-configservice
template:
metadata:
labels:
app: apollo-configservice
spec:
containers:
- name: configservice
image: docker.io/apolloconfig/apollo-configservice:2.3.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: apollo-db
---
apiVersion: v1
kind: Service
metadata:
name: apollo-configservice
spec:
selector:
app: apollo-configservice
ports:
- port: 8080
targetPort: 8080
Secret 存 DB 凭据;与 adminservice 同 namespace。
最新 Tag(20 条)
查看全部 19 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/apolloconfig/apollo-configservice :latest | linux/amd64linux/arm64 | 2026/03/14 13:57 | 166.3 MB | sha256:521ee82368eb… | |||
docker.io/apolloconfig/apollo-configservice :2.5.1 | linux/amd64linux/arm64 | 2026/03/14 13:57 | 166.3 MB | sha256:521ee82368eb… | |||
docker.io/apolloconfig/apollo-configservice :2.5.0 | linux/amd64linux/arm64 | 2026/02/19 21:53 | 165.7 MB | sha256:fdff1a2af29c… | |||
docker.io/apolloconfig/apollo-configservice :2.4.0 | linux/amd64linux/arm64 | 2025/02/10 21:10 | 164.1 MB | sha256:053251a582ca… | |||
docker.io/apolloconfig/apollo-configservice :2.3.0 | linux/amd64linux/arm64 | 2024/08/14 08:59 | 163.9 MB | sha256:fa25773a9635… | |||
docker.io/apolloconfig/apollo-configservice :2.2.0 | linux/amd64linux/arm64 | 2023/12/16 20:51 | 163.8 MB | sha256:989d918e1fef… | |||
docker.io/apolloconfig/apollo-configservice :2.1.0 | linux/amd64linux/arm64 | 2023/02/04 20:48 | 159.7 MB | sha256:09477897962d… | |||
docker.io/apolloconfig/apollo-configservice :2.0.1 | linux/amd64 | 2022/06/07 09:18 | 131.5 MB | sha256:7ce31448b5c1… | |||
docker.io/apolloconfig/apollo-configservice :2.0.0 | linux/amd64 | 2022/05/15 09:36 | 131.4 MB | sha256:c413087f5f14… | |||
docker.io/apolloconfig/apollo-configservice :2.0.0-RC1 | linux/amd64 | 2022/04/10 16:06 | 131.4 MB | sha256:f4d2f8a2bb58… | |||
docker.io/apolloconfig/apollo-configservice :1.9.2 | linux/amd64 | 2022/01/05 09:01 | 120.9 MB | sha256:90e1a6cb4e34… | |||
docker.io/apolloconfig/apollo-configservice :1.9.1 | linux/amd64 | 2021/09/08 20:36 | 120.9 MB | sha256:52a893dda21e… | |||
docker.io/apolloconfig/apollo-configservice :1.9.0 | linux/amd64 | 2021/08/23 20:05 | 120.9 MB | sha256:03aa9ff8a1f1… | |||
docker.io/apolloconfig/apollo-configservice :1.8.2 | linux/amd64 | 2021/06/02 22:36 | 181.9 MB | sha256:be334f9d6bd4… | |||
docker.io/apolloconfig/apollo-configservice :1.8.1 | linux/amd64 | 2021/02/21 16:38 | 181.9 MB | sha256:7fdedde5536b… | |||
docker.io/apolloconfig/apollo-configservice :1.8.0 | linux/amd64 | 2021/02/17 21:53 | 181.9 MB | sha256:7f5d6d331fdf… | |||
docker.io/apolloconfig/apollo-configservice :1.7.2 | linux/amd64 | 2021/01/30 20:53 | 170.1 MB | sha256:4df5091f03ff… | |||
docker.io/apolloconfig/apollo-configservice :1.7.1 | linux/amd64 | 2020/08/16 21:30 | 170.0 MB | sha256:15374c2457fc… | |||
docker.io/apolloconfig/apollo-configservice :1.7.0 | linux/amd64 | 2020/08/01 19:46 | 170.0 MB | sha256:1c197180bda3… |