镜像概览
- 完整引用
docker.io/countly/frontend- Registry
- docker.io
- 命名空间
- countly
- 仓库
- frontend
- 已缓存 Tag 数
- 229
- 最近同步
- 07/06/2026, 08:03 AM
简介
Countly 移动与应用分析前端 Web 镜像,展示事件漏斗与用户分群,需 Countly API 后端同栈部署。
详细介绍
countly/frontend 运行 Countly Dashboard SPA,连接 countly/api 获取 analytics 数据。定位为分析 Web 前端,几乎无状态;K8s Deployment + Ingress CDN。
快速启动
docker run -d --name countly-frontend \
-p 8080:80 \
-e COUNTLY_CONFIG_API_URL=http://countly-api:3001 \
docker.io/countly/frontend:latest
推荐实践
docker run -d --name countly-frontend \
--restart unless-stopped \
-p 8080:80 \
-e COUNTLY_CONFIG_API_URL=https://countly-api.internal \
docker.io/countly/frontend:24.05.0
核心参数说明
-p 8080:80— Dashboard Web 端口-e COUNTLY_CONFIG_API_URL— 后端 API 地址--restart unless-stopped— 面板持续在线- 固定 tag — 与 Countly API pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: countly-frontend
spec:
replicas: 2
selector:
matchLabels:
app: countly-frontend
template:
metadata:
labels:
app: countly-frontend
spec:
containers:
- name: frontend
image: docker.io/countly/frontend:24.05.0
ports:
- containerPort: 80
env:
- name: COUNTLY_CONFIG_API_URL
value: "http://countly-api:3001"
---
apiVersion: v1
kind: Service
metadata:
name: countly-frontend
spec:
selector:
app: countly-frontend
ports:
- port: 80
targetPort: 80
Ingress TLS;API 独立 Deployment。
最新 Tag(20 条)
查看全部 229 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/countly/frontend :25.03.48 | linux/amd64 | 2026/06/23 21:04 | 855.2 MB | sha256:0a9a0e4b8ab7… | |||
docker.io/countly/frontend :latest | linux/amd64 | 2026/06/23 21:04 | 855.2 MB | sha256:0a9a0e4b8ab7… | |||
docker.io/countly/frontend :25.03.47 | linux/amd64 | 2026/06/12 23:34 | 855.1 MB | sha256:8e01653d3cb2… | |||
docker.io/countly/frontend :25.03.46 | linux/amd64 | 2026/06/06 01:44 | 850.4 MB | sha256:6c5d4d459e0f… | |||
docker.io/countly/frontend :25.03.45 | linux/amd64 | 2026/05/27 17:01 | 851.8 MB | sha256:3cd10d105ac8… | |||
docker.io/countly/frontend :25.03.44 | linux/amd64 | 2026/05/19 17:11 | 850.2 MB | sha256:b6a116232139… | |||
docker.io/countly/frontend :24.05.50 | linux/amd64 | 2026/05/19 17:09 | 796.6 MB | sha256:9c6af4d5f50b… | |||
docker.io/countly/frontend :25.03.43 | linux/amd64 | 2026/04/22 00:58 | 838.0 MB | sha256:d4f00faa36e1… | |||
docker.io/countly/frontend :24.05.49 | linux/amd64 | 2026/04/13 22:26 | 788.5 MB | sha256:55d963488f7a… | |||
docker.io/countly/frontend :25.03.42 | linux/amd64 | 2026/04/10 00:56 | 841.8 MB | sha256:928520a56428… | |||
docker.io/countly/frontend :25.03.41 | linux/amd64 | 2026/04/02 00:53 | 841.6 MB | sha256:e696acfbe34a… | |||
docker.io/countly/frontend :25.03.40 | linux/amd64 | 2026/03/26 05:52 | 841.6 MB | sha256:69720ad0e1a2… | |||
docker.io/countly/frontend :25.03.39 | linux/amd64 | 2026/03/18 20:58 | 840.3 MB | sha256:a21490103628… | |||
docker.io/countly/frontend :25.03.38 | linux/amd64 | 2026/03/10 23:39 | 840.5 MB | sha256:c045e442c50b… | |||
docker.io/countly/frontend :25.03.37 | linux/amd64 | 2026/03/04 00:22 | 833.5 MB | sha256:382f774c3ab0… | |||
docker.io/countly/frontend :25.03.36 | linux/amd64 | 2026/02/25 01:40 | 838.3 MB | sha256:3a110f13aabe… | |||
docker.io/countly/frontend :25.03.35 | linux/amd64 | 2026/02/17 19:56 | 837.2 MB | sha256:f558fa5a3309… | |||
docker.io/countly/frontend :25.03.34 | linux/amd64 | 2026/02/12 22:02 | 837.2 MB | sha256:585f286f524d… | |||
docker.io/countly/frontend :25.03.33 | linux/amd64 | 2026/01/26 02:13 | 837.1 MB | sha256:daebfda9c609… | |||
docker.io/countly/frontend :v25.03.32 | linux/amd64 | 2026/01/14 22:13 | 826.1 MB | sha256:58dc34482a58… |