ghcr.io/telepresenceio/tel2:2.28.0 linux/amd64

ghcr.io/telepresenceio/tel2:2.28.0 - 国内下载镜像源 浏览次数:35

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

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

源镜像 ghcr.io/telepresenceio/tel2:2.28.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.28.0
镜像ID sha256:af6fa9d1f34d44b781cd327f2779ae230ecac7ff64c75a1e18f5c5ee4862394c
镜像TAG 2.28.0
大小 91.20MB
镜像源 ghcr.io
CMD
启动入口 traffic
工作目录 /
OS/平台 linux/amd64
浏览量 35 次
贡献者
镜像创建 2026-05-11T15:08:28.909115561Z
同步时间 2026-06-13 09:48
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.23.4 扫描引擎: Trivy 扫描时间: 2026-06-13 09:48

低危漏洞:20 中危漏洞:10 高危漏洞:3 严重漏洞:0

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-05-11 23:08:28  0.00B 设置默认要执行的命令
CMD []
                        
# 2026-05-11 23:08:28  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["traffic"]
                        
# 2026-05-11 23:08:28  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-05-11 23:08:28  80.03MB 复制新文件或目录到容器中
COPY /usr/local/bin/traffic /usr/local/bin # buildkit
                        
# 2026-05-11 23:04:49  2.71MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache ca-certificates iptables # buildkit
                        
# 2026-04-16 04:01:40  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-16 04:01:40  8.45MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:af6fa9d1f34d44b781cd327f2779ae230ecac7ff64c75a1e18f5c5ee4862394c",
    "RepoTags": [
        "ghcr.io/telepresenceio/tel2:2.28.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.28.0"
    ],
    "RepoDigests": [
        "ghcr.io/telepresenceio/tel2@sha256:0aec0f6235d8b18f8ba3aac5e2b723c1b863a700822887ddc8bb82378b1d8d07",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2@sha256:440cc9fbee02b873db9185d82232dba1de63f90cb440e172981c31078fa8d5d5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-11T15:08:28.909115561Z",
    "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": 91197041,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4f464f57cb0bd4207530cff8de20d75e8c272b6b5cbb3e1a19b2e5bed572784c/diff:/var/lib/docker/overlay2/ec0b662d9cb1fb9fcd7c80fad5f4ba8bf09a1916a1042df3fe92459e0a6d2006/diff:/var/lib/docker/overlay2/9a1ef5a883ef2cbf9a0d960bba5d783f7ecd7d9d3ba8bb8cd5537b33d65a942f/diff",
            "MergedDir": "/var/lib/docker/overlay2/26567468c640278374615d7362a7174d0ecbd9503cb27fee554d952d8ced0ef1/merged",
            "UpperDir": "/var/lib/docker/overlay2/26567468c640278374615d7362a7174d0ecbd9503cb27fee554d952d8ced0ef1/diff",
            "WorkDir": "/var/lib/docker/overlay2/26567468c640278374615d7362a7174d0ecbd9503cb27fee554d952d8ced0ef1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1",
            "sha256:e1ed1e25d73c668d7e6bea883471170b8128d072c31197989033180ae2d0c7e4",
            "sha256:51f1317284417ccdbb13b20278a65b4e6e1de57ae90d40ecdebfa915e401c33e",
            "sha256:bddc08834482b91af227bfffb330b52712edb1a7533eeea2cc5664fed0375c11"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-13T09:48:00.461102027+08:00"
    }
}

更多版本

ghcr.io/telepresenceio/tel2:2.21.1

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.6

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

ghcr.io/telepresenceio/tel2:2.23.0

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

ghcr.io/telepresenceio/tel2:2.23.1

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

ghcr.io/telepresenceio/tel2:2.23.2

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

ghcr.io/telepresenceio/tel2:2.23.6

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

ghcr.io/telepresenceio/tel2:2.24.1

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

ghcr.io/telepresenceio/tel2:2.25.0

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

ghcr.io/telepresenceio/tel2:2.25.2

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

ghcr.io/telepresenceio/tel2:2.25.2

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

ghcr.io/telepresenceio/tel2:2.26.1

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

ghcr.io/telepresenceio/tel2:2.26.2

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

ghcr.io/telepresenceio/tel2:2.27.2

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

ghcr.io/telepresenceio/tel2:2.27.3

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

ghcr.io/telepresenceio/tel2:2.28.0

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