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

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

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

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

源镜像 ghcr.io/telepresenceio/tel2:2.26.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.26.2
镜像ID sha256:3bb4ef213296cfe456cac80bc9dea34699856757d45e8b7535f28ac4c9a6674d
镜像TAG 2.26.2
大小 91.40MB
镜像源 ghcr.io
CMD
启动入口 traffic
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-02-14T15:31:50.125555057Z
同步时间 2026-02-27 19:12
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/telepresenceio/tel2:2.26.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.26.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.26.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.26.2  ghcr.io/telepresenceio/tel2:2.26.2'

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:3bb4ef213296cfe456cac80bc9dea34699856757d45e8b7535f28ac4c9a6674d",
    "RepoTags": [
        "ghcr.io/telepresenceio/tel2:2.26.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.26.2"
    ],
    "RepoDigests": [
        "ghcr.io/telepresenceio/tel2@sha256:0ad02c099db6c28b2aabc4fcffe1851d3843409ab1961798cc986d90982b9574",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2@sha256:464665313e0687af7635a56e6c07193a8c6e6edb12e496ba44afb84ff9cd5d0a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-14T15:31:50.125555057Z",
    "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": 91397671,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/99ca42dd977392f0932d23e103f98f70b7af5786f526444aa5407186b3249355/diff:/var/lib/docker/overlay2/c128d1502c7d9d58e5947ca6650653ea8b47925e43b9c5c7cac1ac0c416fb36e/diff:/var/lib/docker/overlay2/3dc97e4bd65634a7cbd11b7bb49ed3d2c79bcba47fa4949d6eb2cba3baa63eb1/diff",
            "MergedDir": "/var/lib/docker/overlay2/9d982cdaefba53aa2be6d8aa828ddd042bf83b1dfa18ffb590e4a0d250b76d21/merged",
            "UpperDir": "/var/lib/docker/overlay2/9d982cdaefba53aa2be6d8aa828ddd042bf83b1dfa18ffb590e4a0d250b76d21/diff",
            "WorkDir": "/var/lib/docker/overlay2/9d982cdaefba53aa2be6d8aa828ddd042bf83b1dfa18ffb590e4a0d250b76d21/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:3338458587ad24602c26974decdde71b65b29f4f28d014e86a0ae5254b994127",
            "sha256:fad394a08d87523cb41beb54cab0566ac7f583c57c30e09098c6fbb07388eb19",
            "sha256:71813fdda76a0de5486c433f3ccddb4588fb14bceb6c9ae4855b486cb24ca8a0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-27T19:12:54.907184383+08:00"
    }
}

更多版本

ghcr.io/telepresenceio/tel2:2.21.1

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.6

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

ghcr.io/telepresenceio/tel2:2.23.0

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

ghcr.io/telepresenceio/tel2:2.23.1

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

ghcr.io/telepresenceio/tel2:2.23.2

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

ghcr.io/telepresenceio/tel2:2.23.6

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

ghcr.io/telepresenceio/tel2:2.24.1

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

ghcr.io/telepresenceio/tel2:2.25.0

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

ghcr.io/telepresenceio/tel2:2.25.2

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

ghcr.io/telepresenceio/tel2:2.25.2

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

ghcr.io/telepresenceio/tel2:2.26.1

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

ghcr.io/telepresenceio/tel2:2.26.2

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