镜像概览
- 完整引用
docker.io/getsentry/sentry- Registry
- docker.io
- 命名空间
- getsentry
- 仓库
- sentry
- 已缓存 Tag 数
- 60364
- 最近同步
- 07/05/2026, 02:30 PM
简介
Sentry 错误追踪平台镜像,应用异常监控与性能分析,前后端错误聚合、告警与 Release 追踪自托管 APM 平台。
详细介绍
getsentry/sentry 运行 Sentry 开源错误追踪平台,聚合应用异常、性能 trace 与 release 信息。定位为 APM/错误追踪 Web 平台,依赖 PostgreSQL/Redis/Kafka 等完整栈;前后端错误监控、性能分析与 On-call 告警,自托管 Datadog Errors 替代方案。
快速启动
docker run -d --name sentry \
-p 9000:9000 \
docker.io/getsentry/sentry:latest
推荐实践
# 推荐使用 self-hosted 仓库 docker-compose
# 包含 web/worker/cron 等完整组件
docker run -d --name sentry \
--restart unless-stopped \
-p 9000:9000 \
-e SENTRY_SECRET_KEY=changeme \
docker.io/getsentry/sentry:24.9.0
核心参数说明
-p 9000:9000— Sentry Web UISENTRY_SECRET_KEY— 加密密钥(高敏)- 栈 — PG + Redis + Kafka + ClickHouse
- SDK — 各语言 Sentry SDK 上报
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: sentry-web
spec:
replicas: 2
selector:
matchLabels:
app: sentry-web
template:
metadata:
labels:
app: sentry-web
spec:
containers:
- name: web
image: docker.io/getsentry/sentry:24.9.0
ports:
- containerPort: 9000
envFrom:
- secretRef:
name: sentry-env
---
apiVersion: v1
kind: Service
metadata:
name: sentry-web
spec:
selector:
app: sentry-web
ports:
- port: 9000
targetPort: 9000
Helm 部署完整栈;Ingress + TLS。
最新 Tag(20 条)
查看全部 60364 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/getsentry/sentry :nightly | linux/amd64linux/arm64 | 2025/08/06 01:14 | 297.5 MB | sha256:895fbe07a786… | |||
docker.io/getsentry/sentry :8efa6de6 | linux/amd64linux/arm64 | 2025/08/06 01:14 | 297.5 MB | sha256:895fbe07a786… | |||
docker.io/getsentry/sentry :da549233 | linux/amd64linux/arm64 | 2025/08/06 01:10 | 297.5 MB | sha256:e4ce99626dab… | |||
docker.io/getsentry/sentry :035a6694 | linux/amd64linux/arm64 | 2025/08/06 01:09 | 297.5 MB | sha256:c3900063215d… | |||
docker.io/getsentry/sentry :f38d27ce | linux/amd64linux/arm64 | 2025/08/06 01:06 | 297.5 MB | sha256:c34a0f077f8a… | |||
docker.io/getsentry/sentry :7f88f669 | linux/amd64linux/arm64 | 2025/08/06 00:57 | 297.5 MB | sha256:1c81c6175dbe… | |||
docker.io/getsentry/sentry :db3072f2 | linux/amd64linux/arm64 | 2025/08/06 00:51 | 297.5 MB | sha256:ad55758833cd… | |||
docker.io/getsentry/sentry :45dd803d | linux/amd64linux/arm64 | 2025/08/06 00:50 | 297.5 MB | sha256:401d56ca1676… | |||
docker.io/getsentry/sentry :a7ed353b | linux/amd64linux/arm64 | 2025/08/06 00:50 | 297.5 MB | sha256:b7459158f69f… | |||
docker.io/getsentry/sentry :cab94ecf | linux/amd64linux/arm64 | 2025/08/06 00:49 | 297.5 MB | sha256:c84e9e17170a… | |||
docker.io/getsentry/sentry :ceb9d579 | linux/amd64linux/arm64 | 2025/08/06 00:48 | 297.5 MB | sha256:fd5dff601e3b… | |||
docker.io/getsentry/sentry :74bcb904 | linux/amd64linux/arm64 | 2025/08/06 00:45 | 297.5 MB | sha256:2c89d03d5a75… | |||
docker.io/getsentry/sentry :56da2f83 | linux/amd64linux/arm64 | 2025/08/06 00:36 | 297.5 MB | sha256:99f3285113ef… | |||
docker.io/getsentry/sentry :4710c701 | linux/amd64linux/arm64 | 2025/08/06 00:27 | 297.5 MB | sha256:f41c0bc1fafe… | |||
docker.io/getsentry/sentry :c0e24f18 | linux/amd64linux/arm64 | 2025/08/06 00:22 | 297.4 MB | sha256:2edf9af4bc14… | |||
docker.io/getsentry/sentry :1ef8da2a | linux/amd64linux/arm64 | 2025/08/06 00:18 | 297.5 MB | sha256:a0b13ae8766d… | |||
docker.io/getsentry/sentry :e714c4d2 | linux/amd64linux/arm64 | 2025/08/06 00:13 | 297.4 MB | sha256:8eecd46972c2… | |||
docker.io/getsentry/sentry :aef561e5 | linux/amd64linux/arm64 | 2025/08/06 00:13 | 297.5 MB | sha256:4d537e3758c3… | |||
docker.io/getsentry/sentry :62f22e86 | linux/amd64linux/arm64 | 2025/08/06 00:11 | 297.5 MB | sha256:ee5b4dab4ab2… | |||
docker.io/getsentry/sentry :13efd01f | linux/amd64linux/arm64 | 2025/08/06 00:09 | 297.5 MB | sha256:2d37b310e14f… |