概要
- フル名
docker.io/jaegertracing/jaeger- Registry
- docker.io
- 名前空間
- jaegertracing
- リポジトリ
- jaeger
- キャッシュ Tag 数
- 25
- 最終同期
- 07/05/2026, 10:59 AM
- 関連トピック
概要
Jaeger 分布式链路追踪 all-in-one。
詳細
docker.io/jaegertracing/jaeger 提供 UI(16686)与 collector(14268)。
快速启动
docker run -d --name jaeger --restart unless-stopped -p 16686:16686 -p 14268:14268 docker.io/jaegertracing/jaeger:1.62.0
核心参数说明
-p 16686:16686— 端口映射-p 14268:14268— 端口映射--restart unless-stopped— 宿主机重启后自动恢复--name— 固定容器名便于管理固定 tag— 生产便于升级与回滚
Docker 推荐运行与 Kubernetes Deployment 见详情页 运行配置 区块。
実行設定
Docker 実行
docker run -d \
--name jaeger \
--restart unless-stopped \
-p 16686:16686 \
-p 14268:14268 \
docker.io/jaegertracing/jaeger:1.62.0Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: jaeger
spec:
replicas: 1
selector:
matchLabels:
app: jaeger
template:
metadata:
labels:
app: jaeger
spec:
containers:
- name: jaeger
image: docker.io/jaegertracing/jaeger:1.62.0
ports:
- containerPort: 16686
- containerPort: 14268
resources:
limits:
cpu: "500m"
memory: 512Mi
---
apiVersion: v1
kind: Service
metadata:
name: jaeger
spec:
selector:
app: jaeger
ports:
- port: 16686
targetPort: 16686最新 Tag(20 件)
すべての 25 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/jaegertracing/jaeger :latest | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/06/03 23:29 | 54.0 MB | sha256:ad8ea2c1d91f… | |||
docker.io/jaegertracing/jaeger :2.19.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/06/03 23:29 | 54.0 MB | sha256:ad8ea2c1d91f… | |||
docker.io/jaegertracing/jaeger :2.18.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/05/14 00:23 | 53.6 MB | sha256:23d0c10072c0… | |||
docker.io/jaegertracing/jaeger :2.17.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/04/01 11:42 | 52.8 MB | sha256:1bd9a7a747d6… | |||
docker.io/jaegertracing/jaeger :2.16.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/03/08 06:32 | 53.5 MB | sha256:7044c7a39fd5… | |||
docker.io/jaegertracing/jaeger :2.15.1 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/02/09 08:36 | 53.5 MB | sha256:b5f0e277aac5… | |||
docker.io/jaegertracing/jaeger :2.15.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/02/07 03:25 | 53.5 MB | sha256:e60235460e6f… | |||
docker.io/jaegertracing/jaeger :2.14.1 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/01/03 02:56 | 53.0 MB | sha256:f9e72bf1f2f8… | |||
docker.io/jaegertracing/jaeger :2.14.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2026/01/02 10:50 | 53.0 MB | sha256:fff63046dcf4… | |||
docker.io/jaegertracing/jaeger :2.13.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/12/04 01:12 | 53.2 MB | sha256:862eb898dc23… | |||
docker.io/jaegertracing/jaeger :2.12.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/11/19 21:09 | 53.1 MB | sha256:82dd44b2bc10… | |||
docker.io/jaegertracing/jaeger :2.11.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/10/03 11:24 | 49.2 MB | sha256:e8f8cc20c9ee… | |||
docker.io/jaegertracing/jaeger :2.10.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/09/04 03:58 | 49.2 MB | sha256:82dd3599f507… | |||
docker.io/jaegertracing/jaeger :2.9.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/08/07 03:45 | 51.0 MB | sha256:3baa042021da… | |||
docker.io/jaegertracing/jaeger :2.8.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/07/05 10:02 | 49.8 MB | sha256:7696da8959ad… | |||
docker.io/jaegertracing/jaeger :2.7.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/06/11 03:50 | 0.0 MB | sha256:9e3ef3bbf98e… | |||
docker.io/jaegertracing/jaeger :2.6.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/05/10 07:03 | 46.3 MB | sha256:c48eee1b2bca… | |||
docker.io/jaegertracing/jaeger :2.5.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/04/05 19:23 | 44.8 MB | sha256:194f203de24b… | |||
docker.io/jaegertracing/jaeger :2.4.0 | linux/s390xlinux/ppc64lelinux/arm64linux/amd64 | 2025/03/08 15:02 | 44.0 MB | sha256:e16ef3a7237e… | |||
docker.io/jaegertracing/jaeger :2.3.0 | linux/amd64linux/arm64linux/s390xlinux/ppc64le | 2025/02/07 03:33 | 44.3 MB | sha256:016392420110… |