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

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

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

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

源镜像 ghcr.io/telepresenceio/tel2:2.24.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.24.1
镜像ID sha256:5f89b8f922fc24d1ff0c6ba77ba5dd71e3cc9c2a2e7cadaf1d69c8e2567706a7
镜像TAG 2.24.1
大小 127.36MB
镜像源 ghcr.io
CMD
启动入口 traffic
工作目录 /
OS/平台 linux/amd64
浏览量 21 次
贡献者
镜像创建 2025-09-05T15:32:53.834142064Z
同步时间 2025-09-12 14:18
更新时间 2025-09-15 18:37
环境变量
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.24.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.24.1  ghcr.io/telepresenceio/tel2:2.24.1

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-05 23:32:53  0.00B 设置默认要执行的命令
CMD []
                        
# 2025-09-05 23:32:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["traffic"]
                        
# 2025-09-05 23:32:53  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
                        
# 2025-09-05 23:32:53  116.34MB 复制新文件或目录到容器中
COPY /usr/local/bin/traffic /usr/local/bin # buildkit
                        
# 2025-09-05 23:26:17  2.71MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache ca-certificates iptables # buildkit
                        
# 2025-07-15 19:01:16  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-07-15 19:01:16  8.31MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:5f89b8f922fc24d1ff0c6ba77ba5dd71e3cc9c2a2e7cadaf1d69c8e2567706a7",
    "RepoTags": [
        "ghcr.io/telepresenceio/tel2:2.24.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2:2.24.1"
    ],
    "RepoDigests": [
        "ghcr.io/telepresenceio/tel2@sha256:b4eb44c381a66838c53ca118507a356b981d94aaceee54f7615f3f8fb80257d2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/telepresenceio/tel2@sha256:e6806db66d99062d1d870189600f7b398c52f2f94f33820dc663f7f518326f73"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-05T15:32:53.834142064Z",
    "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": 127357155,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/978d501e4a4d07b69013845cc5659b18d13780c9e3fe48b4d8d1295efbc66c5d/diff:/var/lib/docker/overlay2/374f2cb9a5668649c7b6c742aa437e06de95118235050af32dbac9cbb1f4ed32/diff:/var/lib/docker/overlay2/fce31083bf78fb669ced5e473ada166388fb6191ae6144c91b94c9a1629510cc/diff",
            "MergedDir": "/var/lib/docker/overlay2/4a5fe08146c48b583a457417acdd4ded40c035c1a7420c2f2d7e73fdfa8a4b44/merged",
            "UpperDir": "/var/lib/docker/overlay2/4a5fe08146c48b583a457417acdd4ded40c035c1a7420c2f2d7e73fdfa8a4b44/diff",
            "WorkDir": "/var/lib/docker/overlay2/4a5fe08146c48b583a457417acdd4ded40c035c1a7420c2f2d7e73fdfa8a4b44/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:418dccb7d85a63a6aa574439840f7a6fa6fd2321b3e2394568a317735e867d35",
            "sha256:aab4b2d24dd86fb34660713016cf6af56781c254a899c833ca6699d82f2a0ef1",
            "sha256:8b5344b2aaf91d02a29935a0158a22ca9a8edefdb409cdafd14aab0857699834",
            "sha256:9f7d4363a763289bde170e00319cc5acef9ec38e69ec818fc7f36f1c3ae7d331"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-12T14:18:51.43809911+08:00"
    }
}

更多版本

ghcr.io/telepresenceio/tel2:2.21.1

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.3

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.4

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

ghcr.io/telepresenceio/tel2:2.22.6

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

ghcr.io/telepresenceio/tel2:2.23.0

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

ghcr.io/telepresenceio/tel2:2.23.1

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

ghcr.io/telepresenceio/tel2:2.23.2

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

ghcr.io/telepresenceio/tel2:2.23.6

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

ghcr.io/telepresenceio/tel2:2.24.1

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