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

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

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

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

源镜像 ghcr.io/telepresenceio/tel2:2.27.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.27.2
镜像ID sha256:5c49be2f90b1afd2cdc8a305ff512770bb90367ea1336d3086f4136f6f28bb6a
镜像TAG 2.27.2
大小 91.41MB
镜像源 ghcr.io
CMD
启动入口 traffic
工作目录 /
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2026-03-09T11:40:32.773112251Z
同步时间 2026-03-12 19:15
环境变量
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.27.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.27.2  ghcr.io/telepresenceio/tel2:2.27.2

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-03-09 19:40:32  0.00B 设置默认要执行的命令
CMD []
                        
# 2026-03-09 19:40:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["traffic"]
                        
# 2026-03-09 19:40:32  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-03-09 19:40:32  80.24MB 复制新文件或目录到容器中
COPY /usr/local/bin/traffic /usr/local/bin # buildkit
                        
# 2026-03-09 19:36:54  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:5c49be2f90b1afd2cdc8a305ff512770bb90367ea1336d3086f4136f6f28bb6a",
    "RepoTags": [
        "ghcr.io/telepresenceio/tel2:2.27.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.27.2"
    ],
    "RepoDigests": [
        "ghcr.io/telepresenceio/tel2@sha256:66bc02096dc307cf9af897db000b16c85beaf92462b7c2d5b23c76902f79017c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2@sha256:4d35b9695d7f395eff3f610149b0eeda5e8df49ff49d8b494a15eb8daeb36fef"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-09T11:40:32.773112251Z",
    "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": 91406023,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/01c5658077d50156c107781dd525eaf22e4d5a98293c6d5638776871bba99fee/diff:/var/lib/docker/overlay2/10c2aaf8ae1a4e3894105a4ec2e53684791517b1b35719d1f31eef642460aba3/diff:/var/lib/docker/overlay2/3dc97e4bd65634a7cbd11b7bb49ed3d2c79bcba47fa4949d6eb2cba3baa63eb1/diff",
            "MergedDir": "/var/lib/docker/overlay2/f045b78ba00e56b3023c2c09c472dcf2f4fb6c0e66ab741e15c6583873927431/merged",
            "UpperDir": "/var/lib/docker/overlay2/f045b78ba00e56b3023c2c09c472dcf2f4fb6c0e66ab741e15c6583873927431/diff",
            "WorkDir": "/var/lib/docker/overlay2/f045b78ba00e56b3023c2c09c472dcf2f4fb6c0e66ab741e15c6583873927431/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:989e799e634906e94dc9a5ee2ee26fc92ad260522990f26e707861a5f52bf64e",
            "sha256:837ecda34c3835f8af3fad94f0c6d70c72c4e724bd1da2bdb280707648ae5350",
            "sha256:1a7bd0b8777d7131d063596490aa8e338f6c6a31a075e6394a7c1059fcb66739",
            "sha256:8fc4f4520c4aca45c8681d1fd1eb46ff4c2ea4c1710a2ad8356664ef6a4b3f91"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-12T19:15:00.164171947+08:00"
    }
}

更多版本

ghcr.io/telepresenceio/tel2:2.21.1

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.6

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

ghcr.io/telepresenceio/tel2:2.23.0

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

ghcr.io/telepresenceio/tel2:2.23.1

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

ghcr.io/telepresenceio/tel2:2.23.2

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

ghcr.io/telepresenceio/tel2:2.23.6

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

ghcr.io/telepresenceio/tel2:2.24.1

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

ghcr.io/telepresenceio/tel2:2.25.0

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

ghcr.io/telepresenceio/tel2:2.25.2

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

ghcr.io/telepresenceio/tel2:2.25.2

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

ghcr.io/telepresenceio/tel2:2.26.1

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

ghcr.io/telepresenceio/tel2:2.26.2

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

ghcr.io/telepresenceio/tel2:2.27.2

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