gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb linux/amd64

gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb - 国内下载镜像源 浏览次数:10

ztunnel是Istio服务网格中的组件,用于实现服务间的安全通信隧道,支持基于mTLS的加密传输、流量转发与认证,助力构建零信任网络环境。

源镜像 gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
镜像ID sha256:20d88c8cd774cea231b128c61eed684caf0f2aaa632773f5c77980ae8ceb79d8
镜像TAG 1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
大小 125.02MB
镜像源 gcr.io
CMD
启动入口 /usr/local/bin/ztunnel
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-02-25T20:44:23.697988315Z
同步时间 2026-02-26 19:27
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive ISTIO_META_ISTIO_VERSION=1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
镜像标签
ubuntu: org.opencontainers.image.ref.name 24.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb  gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb  gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb

Shell快速替换命令

sed -i 's#gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb  gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb  gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb'

镜像构建历史


# 2026-02-26 04:44:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/ztunnel"]
                        
# 2026-02-26 04:44:23  0.00B 设置环境变量 ISTIO_META_ISTIO_VERSION
ENV ISTIO_META_ISTIO_VERSION=1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb
                        
# 2026-02-26 04:44:23  16.46MB 复制新文件或目录到容器中
COPY amd64/ztunnel /usr/local/bin/ztunnel # buildkit
                        
# 2026-02-26 04:44:23  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2026-02-26 04:44:23  0.00B 定义构建参数
ARG istio_version
                        
# 2026-02-26 04:44:23  0.00B 设置工作目录为/
WORKDIR /
                        
# 2026-02-20 03:01:30  11.76KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -m --uid 1337 istio-proxy &&   echo "istio-proxy ALL=NOPASSWD: ALL" >> /etc/sudoers # buildkit
                        
# 2026-02-20 03:01:30  30.41MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&   apt-get install --no-install-recommends -y   ca-certificates   curl   iptables   nftables   iproute2   iputils-ping   knot-dnsutils   netcat-openbsd   tcpdump   conntrack   bsdmainutils   net-tools   lsof   sudo   && update-ca-certificates   && apt-get upgrade -y   && apt-get clean   && rm -rf  /var/log/*log /var/lib/apt/lists/* /var/log/apt/* /var/lib/dpkg/*-old /var/cache/debconf/*-old   && update-alternatives --set iptables /usr/sbin/iptables-legacy   && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy # buildkit
                        
# 2026-02-20 03:01:30  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2026-02-11 00:49:57  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-02-11 00:49:56  78.13MB 
/bin/sh -c #(nop) ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in / 
                        
# 2026-02-11 00:49:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-02-11 00:49:54  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-02-11 00:49:54  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-02-11 00:49:54  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:20d88c8cd774cea231b128c61eed684caf0f2aaa632773f5c77980ae8ceb79d8",
    "RepoTags": [
        "gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel:1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb"
    ],
    "RepoDigests": [
        "gcr.io/istio-testing/ztunnel@sha256:7c176331fd7b132f62e866c6d7155f1b089d0b9eb3c3370b933ca983ada7779e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/istio-testing/ztunnel@sha256:fa1e02b8a2ff7f956dd3fc9d58699ee34fc9b78fa96d73aa5595ce28a58c1836"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-25T20:44:23.697988315Z",
    "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",
            "DEBIAN_FRONTEND=noninteractive",
            "ISTIO_META_ISTIO_VERSION=1.30-alpha.07f0c3780a5eeca968a2cb81a445c8d1a09ddadb"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/usr/local/bin/ztunnel"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "24.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 125017873,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1a9a5127f212f5a153c276496b5c32b3f823f986f3dc4a3d3141f01a3446126e/diff:/var/lib/docker/overlay2/181b974a966a2d06fae40c8febc36fe8ac15c42c6036126d6d01b353c6bc4df8/diff:/var/lib/docker/overlay2/b525b0ba0cf175dbf467c8b991bd021dfe955379f6b7ede2e2b5af9ef6fc40ad/diff",
            "MergedDir": "/var/lib/docker/overlay2/92b8fefdfe87edd8733309ea2e394ab61f06e6ab0bbce1ac42677f284eac2a5c/merged",
            "UpperDir": "/var/lib/docker/overlay2/92b8fefdfe87edd8733309ea2e394ab61f06e6ab0bbce1ac42677f284eac2a5c/diff",
            "WorkDir": "/var/lib/docker/overlay2/92b8fefdfe87edd8733309ea2e394ab61f06e6ab0bbce1ac42677f284eac2a5c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:efafae78d70c98626c521c246827389128e7d7ea442db31bc433934647f0c791",
            "sha256:69d0370e3ca46c8bf6606d4a38081e1e6bf0566cc22cedd7aa90d32f71ba8d98",
            "sha256:47e08d568697a989c52d391df44f49a2e8e34971fbd892de0d0e8a164da8daad",
            "sha256:a0836242de67c427372e987d7132d446b36e2e92c0a17f20366fc357cf2bba95"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-26T19:27:47.45684725+08:00"
    }
}

更多版本