Overview
- Full name
docker.io/glitchtip/glitchtip- Registry
- docker.io
- Namespace
- glitchtip
- Repository
- glitchtip
- Cached tags
- 186
- Last synced
- 07/06/2026, 01:07 PM
Introduction
GlitchTip 开源 Sentry 兼容错误追踪平台镜像,采集前端/后端异常栈与 release 版本,适合中小团队可观测性与告警私有化。
Details
glitchtip/glitchtip 实现 Sentry SDK 兼容 ingest API 与 Web 仪表盘,默认 PostgreSQL + Redis 存储事件与队列。典型替代 SaaS Sentry 降低成本,与 self-hosted sentry 相比更轻量。生产应固定 tag、外置 DB、配置 SMTP 告警与数据 retention,DSN 密钥分项目隔离,Ingress TLS 必备。
快速启动
docker run -d --name glitchtip \
-p 8080:8080 \
-e DATABASE_URL=postgres://user:pass@postgres:5432/glitchtip \
-e REDIS_URL=redis://redis:6379/0 \
docker.io/glitchtip/glitchtip:latest
推荐实践
docker run -d --name glitchtip \
--restart unless-stopped \
-p 8080:8080 \
-e DATABASE_URL=postgres://user:pass@postgres.internal:5432/glitchtip \
-e REDIS_URL=redis://redis.internal:6379/0 \
-e SECRET_KEY=long-random-django-secret \
-e GLITCHTIP_DOMAIN=https://errors.example.com \
docker.io/glitchtip/glitchtip:4.0.0
核心参数说明
-p 8080:8080— Web UI 与 ingest API-e DATABASE_URL— PostgreSQL 连接串-e REDIS_URL— Celery/缓存 Redis-e SECRET_KEY— Django 签名密钥-e GLITCHTIP_DOMAIN— 对外 URL(邮件链接)--restart unless-stopped— 错误平台持续在线
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: glitchtip
spec:
replicas: 2
selector:
matchLabels:
app: glitchtip
template:
metadata:
labels:
app: glitchtip
spec:
containers:
- name: glitchtip
image: docker.io/glitchtip/glitchtip:4.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: glitchtip-secrets
---
apiVersion: v1
kind: Service
metadata:
name: glitchtip
spec:
selector:
app: glitchtip
ports:
- port: 8080
targetPort: 8080
PostgreSQL/Redis 凭据经 Secret;Ingress TLS 与 worker Deployment 按官方 compose 拆分,事件 retention 与磁盘按配额调优。
Latest tags (20)
View all 186 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/glitchtip/glitchtip :6 | linux/amd64linux/arm64 | 2026/06/21 20:47 | 234.2 MB | sha256:0b074d480a1b… | |||
docker.io/glitchtip/glitchtip :6.2 | linux/amd64linux/arm64 | 2026/06/21 20:47 | 234.2 MB | sha256:0b074d480a1b… | |||
docker.io/glitchtip/glitchtip :6.2.0 | linux/amd64linux/arm64 | 2026/06/21 20:47 | 234.2 MB | sha256:0b074d480a1b… | |||
docker.io/glitchtip/glitchtip :latest | linux/amd64linux/arm64 | 2026/06/21 20:46 | 234.2 MB | sha256:0b074d480a1b… | |||
docker.io/glitchtip/glitchtip :6.2.0-amd64 | linux/amd64 | 2026/06/21 20:46 | 234.2 MB | sha256:0b074d480a1b… | |||
docker.io/glitchtip/glitchtip :6.2.0-arm64 | linux/arm64 | 2026/06/21 20:46 | 230.5 MB | sha256:72a8cfc38a79… | |||
docker.io/glitchtip/glitchtip :6.1 | linux/amd64linux/arm64 | 2026/06/05 23:51 | 241.5 MB | sha256:23cf3fdefd3c… | |||
docker.io/glitchtip/glitchtip :6.1.8 | linux/amd64linux/arm64 | 2026/06/05 23:51 | 241.5 MB | sha256:23cf3fdefd3c… | |||
docker.io/glitchtip/glitchtip :6.1.8-amd64 | linux/amd64 | 2026/06/05 23:50 | 241.5 MB | sha256:23cf3fdefd3c… | |||
docker.io/glitchtip/glitchtip :6.1.8-arm64 | linux/arm64 | 2026/06/05 23:50 | 238.0 MB | sha256:436fb80660c4… | |||
docker.io/glitchtip/glitchtip :6.1.7 | linux/amd64linux/arm64 | 2026/06/05 03:54 | 241.5 MB | sha256:51b18c8a4ce6… | |||
docker.io/glitchtip/glitchtip :6.1.7-amd64 | linux/amd64 | 2026/06/05 03:54 | 241.5 MB | sha256:51b18c8a4ce6… | |||
docker.io/glitchtip/glitchtip :6.1.7-arm64 | linux/arm64 | 2026/06/05 03:53 | 238.0 MB | sha256:30bb178995c0… | |||
docker.io/glitchtip/glitchtip :6.1.6 | linux/arm64linux/amd64 | 2026/04/18 22:50 | 232.4 MB | sha256:6343e8b139cc… | |||
docker.io/glitchtip/glitchtip :6.1.5 | linux/arm64linux/amd64 | 2026/04/15 01:46 | 232.3 MB | sha256:04ce851ccbe1… | |||
docker.io/glitchtip/glitchtip :6.1.4 | linux/arm64linux/amd64 | 2026/04/07 02:19 | 229.0 MB | sha256:97eb9aa6ed29… | |||
docker.io/glitchtip/glitchtip :6.1.3 | linux/arm64linux/amd64 | 2026/03/28 20:58 | 228.7 MB | sha256:6f46e1f0aaae… | |||
docker.io/glitchtip/glitchtip :6.1.1 | linux/arm64linux/amd64 | 2026/03/24 06:04 | 228.1 MB | sha256:6d8afe5d21f8… | |||
docker.io/glitchtip/glitchtip :6.1.0 | linux/arm64linux/amd64 | 2026/03/23 21:27 | 228.1 MB | sha256:063086b62c5e… | |||
docker.io/glitchtip/glitchtip :6.0 | linux/arm64linux/amd64 | 2026/03/18 04:38 | 231.8 MB | sha256:3aac355991da… |