logo
ghcr.io/telepresenceio/tel2:2.31.2
linux/amd64 ghcr.io

这是一个 Telepresence 的 Docker 镜像。Telepresence 允许开发者在本地开发环境中直接与远程 Kubernetes 集群进行交互,而无需将整个应用部署到集群中。

ghcr.io/telepresenceio/tel2 这个具体的镜像名称指向 Telepresence 的一个版本 (很可能是版本2,虽然名称中没有明确版本号,但通常 tel2 暗示这是版本2)。使用这个镜像可以方便地在本地机器上运行 Telepresence。

16
浏览次数
96.63MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2
源镜像
ghcr.io/telepresenceio/tel2:2.31.2
镜像ID
sha256:e906ddb9b3cca6f8ba61ac1b9f01234bcd8a6f308567f7ef1df4e1c73c35b4df
镜像 TAG
2.31.2
镜像大小
96.63MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
traffic
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-08-02T16:28:45.397953719Z
同步时间
2026-08-26 14:18
浏览量
16 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🛡️ 镜像安全扫描
alpine 3.24.1 Trivy 2026-08-26 14:18 查看完整报告
0
低危 LOW
0
中危 MEDIUM
8
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
ghcr.io/telepresenceio/tel2:2.31.2 (alpine 3.24.1) alpine usr/local/bin/traffic gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2  ghcr.io/telepresenceio/tel2:2.31.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2  ghcr.io/telepresenceio/tel2:2.31.2

Shell快速替换命令

sed -i 's#ghcr.io/telepresenceio/tel2:2.31.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2  ghcr.io/telepresenceio/tel2:2.31.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2  ghcr.io/telepresenceio/tel2:2.31.2'

镜像构建历史


# 2026-08-03 00:28:45  0.00B 设置默认要执行的命令
CMD []
                        
# 2026-08-03 00:28:45  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["traffic"]
                        
# 2026-08-03 00:28:45  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /tel_app_mounts &&   chgrp -R 0 /tel_app_mounts &&   chmod -R g=u /tel_app_mounts &&   mkdir -p /home/telepresence &&   chgrp -R 0 /home/telepresence &&   chmod -R g=u /home/telepresence &&   chmod 0777 /home/telepresence # buildkit
                        
# 2026-08-03 00:28:45  87.78MB 复制新文件或目录到容器中
COPY /usr/local/bin/traffic /usr/local/bin # buildkit
                        
# 2026-08-03 00:28:27  431.50KB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
                        
# 2026-06-16 08:01:29  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-06-16 08:01:29  8.42MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:e906ddb9b3cca6f8ba61ac1b9f01234bcd8a6f308567f7ef1df4e1c73c35b4df",
    "RepoTags": [
        "ghcr.io/telepresenceio/tel2:2.31.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.31.2"
    ],
    "RepoDigests": [
        "ghcr.io/telepresenceio/tel2@sha256:6f1d705594ba442e26b6b90b6b30a5d2be22e56c69f3ba03c5a9b23ec92aca06",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2@sha256:c9285749af53b881b5f9d97d810c0a9fd0725ef447483ea5a2374b5939c6679f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-08-02T16:28:45.397953719Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "traffic"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 96628087,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c60858ae82fb97dff1f992c55ddb9c814af8e94943503a11b112d50dc177acba/diff:/var/lib/docker/overlay2/872a28199f6150393982f39d64b1185be534534c9385c7475398e919f35179c7/diff:/var/lib/docker/overlay2/d51bd9f442769618005c9be653661c047116bf4ebe32b04db2ad4ca7bebb792d/diff",
            "MergedDir": "/var/lib/docker/overlay2/373ae96209e725d5ed717baaa9e5f675e69f2192fcbb62c5acda37563e25b311/merged",
            "UpperDir": "/var/lib/docker/overlay2/373ae96209e725d5ed717baaa9e5f675e69f2192fcbb62c5acda37563e25b311/diff",
            "WorkDir": "/var/lib/docker/overlay2/373ae96209e725d5ed717baaa9e5f675e69f2192fcbb62c5acda37563e25b311/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:34884abbe92863fce933ed7c39c0e045631af0ed86d5cc0dfbdf9fdca426ce3c",
            "sha256:c0fac707ac1e10c6c6c128afd83129acbfd332e0f7d7ed428a9fe4f2f633b3ba",
            "sha256:6e9fa6067db9a612d5d876392b3973dea276d6d86f6f3959250a303efb89386c",
            "sha256:4b8e95fbfd5e7aab3f2d3802caa5bfc35845c1861a3a4e34786efccc93f12f2f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-26T14:18:43.791055167+08:00"
    }
}

更多版本

ghcr.io/telepresenceio/tel2:2.21.1

linux/amd64 ghcr.io120.57MB2024-12-31 18:02
485

ghcr.io/telepresenceio/tel2:2.22.3

linux/amd64 ghcr.io123.37MB2025-04-18 11:56
409

ghcr.io/telepresenceio/tel2:2.22.3

linux/arm64 ghcr.io101.31MB2025-04-18 23:46
313

ghcr.io/telepresenceio/tel2:2.22.4

linux/amd64 ghcr.io126.65MB2025-05-08 14:21
351

ghcr.io/telepresenceio/tel2:2.22.4

linux/arm64 ghcr.io103.96MB2025-05-22 14:28
298

ghcr.io/telepresenceio/tel2:2.22.6

linux/amd64 ghcr.io127.18MB2025-06-09 09:25
373

ghcr.io/telepresenceio/tel2:2.23.0

linux/amd64 ghcr.io127.30MB2025-06-18 16:18
337

ghcr.io/telepresenceio/tel2:2.23.1

linux/amd64 ghcr.io128.11MB2025-06-27 10:46
337

ghcr.io/telepresenceio/tel2:2.23.2

linux/amd64 ghcr.io128.11MB2025-07-01 13:19
417

ghcr.io/telepresenceio/tel2:2.23.6

linux/amd64 ghcr.io128.19MB2025-08-11 10:11
329

ghcr.io/telepresenceio/tel2:2.24.1

linux/amd64 ghcr.io127.36MB2025-09-12 14:18
309

ghcr.io/telepresenceio/tel2:2.25.0

linux/amd64 ghcr.io93.39MB2025-10-24 17:27
329

ghcr.io/telepresenceio/tel2:2.25.2

linux/amd64 ghcr.io93.58MB2025-12-31 14:10
373

ghcr.io/telepresenceio/tel2:2.25.2

linux/arm64 ghcr.io76.40MB2026-01-14 17:05
210

ghcr.io/telepresenceio/tel2:2.26.1

linux/amd64 ghcr.io93.28MB2026-01-27 20:38
307

ghcr.io/telepresenceio/tel2:2.26.2

linux/amd64 ghcr.io91.40MB2026-02-27 19:12
265

ghcr.io/telepresenceio/tel2:2.27.2

linux/amd64 ghcr.io91.41MB2026-03-12 19:15
229

ghcr.io/telepresenceio/tel2:2.27.3

linux/amd64 ghcr.io91.41MB2026-04-03 17:24
224

ghcr.io/telepresenceio/tel2:2.28.0

linux/amd64 ghcr.io91.20MB2026-06-13 09:48
133

ghcr.io/telepresenceio/tel2:2.31.2

linux/amd64 ghcr.io96.63MB2026-08-26 14:18
15
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×