概要

フル名
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アーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/countly/frontend
:25.03.48
linux/amd64
2026/06/23 21:04855.2 MBsha256:0a9a0e4b8ab7
docker.io/countly/frontend
:latest
linux/amd64
2026/06/23 21:04855.2 MBsha256:0a9a0e4b8ab7
docker.io/countly/frontend
:25.03.47
linux/amd64
2026/06/12 23:34855.1 MBsha256:8e01653d3cb2
docker.io/countly/frontend
:25.03.46
linux/amd64
2026/06/06 01:44850.4 MBsha256:6c5d4d459e0f
docker.io/countly/frontend
:25.03.45
linux/amd64
2026/05/27 17:01851.8 MBsha256:3cd10d105ac8
docker.io/countly/frontend
:25.03.44
linux/amd64
2026/05/19 17:11850.2 MBsha256:b6a116232139
docker.io/countly/frontend
:24.05.50
linux/amd64
2026/05/19 17:09796.6 MBsha256:9c6af4d5f50b
docker.io/countly/frontend
:25.03.43
linux/amd64
2026/04/22 00:58838.0 MBsha256:d4f00faa36e1
docker.io/countly/frontend
:24.05.49
linux/amd64
2026/04/13 22:26788.5 MBsha256:55d963488f7a
docker.io/countly/frontend
:25.03.42
linux/amd64
2026/04/10 00:56841.8 MBsha256:928520a56428
docker.io/countly/frontend
:25.03.41
linux/amd64
2026/04/02 00:53841.6 MBsha256:e696acfbe34a
docker.io/countly/frontend
:25.03.40
linux/amd64
2026/03/26 05:52841.6 MBsha256:69720ad0e1a2
docker.io/countly/frontend
:25.03.39
linux/amd64
2026/03/18 20:58840.3 MBsha256:a21490103628
docker.io/countly/frontend
:25.03.38
linux/amd64
2026/03/10 23:39840.5 MBsha256:c045e442c50b
docker.io/countly/frontend
:25.03.37
linux/amd64
2026/03/04 00:22833.5 MBsha256:382f774c3ab0
docker.io/countly/frontend
:25.03.36
linux/amd64
2026/02/25 01:40838.3 MBsha256:3a110f13aabe
docker.io/countly/frontend
:25.03.35
linux/amd64
2026/02/17 19:56837.2 MBsha256:f558fa5a3309
docker.io/countly/frontend
:25.03.34
linux/amd64
2026/02/12 22:02837.2 MBsha256:585f286f524d
docker.io/countly/frontend
:25.03.33
linux/amd64
2026/01/26 02:13837.1 MBsha256:daebfda9c609
docker.io/countly/frontend
:v25.03.32
linux/amd64
2026/01/14 22:13826.1 MBsha256:58dc34482a58