quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711 linux/amd64

quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711 - 国内下载镜像源 浏览次数:10

这是一个用于网络性能测试的Cilium容器镜像。

源镜像 quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711
镜像ID sha256:0f9b327b7b7cf45f5868a446b28f66f33d56b3ac8320696edfe14a865f9c17ec
镜像TAG a816f935930cb2b40ba43230643da4d5751a5711
大小 455.45MB
镜像源 quay.io
CMD /bin/bash
启动入口
工作目录 /netperf
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2022-11-07T10:41:38.362022516Z
同步时间 2025-07-02 21:00
更新时间 2025-07-03 13:26
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2022-10-26T11:06:57: build-date ubi8-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.26.2: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 8: io.k8s.display-name : io.openshift.expose-services base rhel8: io.openshift.tags Red Hat, Inc.: maintainer ubi8: name 990: release Provides the latest release of Red Hat Universal Base Image 8.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990: url f1ee6e37554363ec55e0035aba1a693d3627fdeb: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.6: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711  quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711  quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711

Shell快速替换命令

sed -i 's#quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711  quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711  quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711'

镜像构建历史


# 2022-11-07 18:41:38  26.54MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf remove -y gcc make # buildkit
                        
# 2022-11-07 18:41:36  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf /netperf /netperf.tar.gz # buildkit
                        
# 2022-11-07 18:41:36  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf /iperf /iperf.tar.gz # buildkit
                        
# 2022-11-07 18:41:36  2.05MB 执行命令并创建新的镜像层
RUN /bin/sh -c ./configure && make && make install # buildkit
                        
# 2022-11-07 18:41:28  0.00B 设置工作目录为/netperf
WORKDIR /netperf
                        
# 2022-11-07 18:41:28  6.83MB 执行命令并创建新的镜像层
RUN /bin/sh -c ./configure && make && make install # buildkit
                        
# 2022-11-07 18:41:14  0.00B 设置工作目录为/iperf
WORKDIR /iperf
                        
# 2022-11-07 18:41:14  6.11MB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /netperf && tar xzf netperf.tar.gz --strip-components=1 -C /netperf # buildkit
                        
# 2022-11-07 18:41:13  2.44MB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /iperf && tar xzf iperf.tar.gz --strip-components=1 -C /iperf # buildkit
                        
# 2022-11-07 18:41:13  2.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c curl -L -o netperf.tar.gz https://github.com/HewlettPackard/netperf/archive/80bf19d563eebd1eca23f4092f96819296020fa5.tar.gz # buildkit
                        
# 2022-11-07 18:41:12  648.14KB 执行命令并创建新的镜像层
RUN /bin/sh -c curl -L -o iperf.tar.gz https://github.com/esnet/iperf/archive/refs/tags/3.12.tar.gz # buildkit
                        
# 2022-11-07 18:41:11  150.60MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf install -y --nodocs gcc --enablerepo=centos9 --allowerasing # buildkit
                        
# 2022-11-07 18:41:01  50.91MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf install -y --nodocs make --enablerepo=centos9 --allowerasing # buildkit
                        
# 2022-11-07 18:40:54  254.00B 复制新文件或目录到容器中
COPY appstream.repo /etc/yum.repos.d/centos8-appstream.repo # buildkit
                        
# 2022-10-26 19:23:27  207.30MB 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2022-10-26 19:23:24  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-fb050.repo' '/etc/yum.repos.d/repo-f8884.repo'
                        
# 2022-10-26 19:23:17  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-10-26T11:06:57" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f1ee6e37554363ec55e0035aba1a693d3627fdeb" "io.k8s.description"="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990"
                        
# 2022-10-26 19:23:17  0.00B 
/bin/sh -c #(nop) ADD file:96914ab019b8f465c9a012e264ec0317e4ea9eb3cdbac3d7bcb66c804e0e6496 in /root/buildinfo/Dockerfile-ubi8-8.6-990 
                        
# 2022-10-26 19:23:16  0.00B 
/bin/sh -c #(nop) ADD file:db7f66ec8925d4aac11df37936414a007ebb3a316c1f182ca52b3f3f2069fd64 in /root/buildinfo/content_manifests/ubi8-container-8.6-990.json 
                        
# 2022-10-26 19:23:15  0.00B 
/bin/sh -c #(nop) LABEL release=990
                        
# 2022-10-26 19:23:15  0.00B 
/bin/sh -c mkdir -p /var/log/rhsm
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container"       name="ubi8"       version="8.6"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ADD multi:dbec71de18a2707b009c84015e6d4bb973e07dafb6c08455831fdc2540443b2c in /etc/yum.repos.d/ 
                        
# 2022-10-26 19:23:12  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2022-10-26 19:23:12  0.00B 
/bin/sh -c #(nop) ADD file:63123fc1a5488771177a28f78764ec9675cb5b5691f4f1ec301b9c64aa52aa94 in / 
                        
                    

镜像信息

{
    "Id": "sha256:0f9b327b7b7cf45f5868a446b28f66f33d56b3ac8320696edfe14a865f9c17ec",
    "RepoTags": [
        "quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711"
    ],
    "RepoDigests": [
        "quay.io/cilium/network-perf@sha256:679d3a370c696f63884da4557a4466f3b5569b4719bb4f86e8aac02fbe390eea",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cilium/network-perf@sha256:08cc04a8686fc95955ecc545efd2ecc8a9f66ad8743ebcab187193f397d6781c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-11-07T10:41:38.362022516Z",
    "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",
            "container=oci"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/netperf",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-10-26T11:06:57",
            "com.redhat.component": "ubi8-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.26.2",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8",
            "release": "990",
            "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990",
            "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 455449305,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f287a1ac1fc86c83c282bfdc4c5b65e44dac9f14e9cb5bfeb7a1f08b9d3f9c6e/diff:/var/lib/docker/overlay2/3fadb28c0e1189144a7e007ac46ddb693ee6297f1725e2d03103938f377f6be9/diff:/var/lib/docker/overlay2/a955bb3e37291d6ac8251287811d6a216763543aa421af0ec5fb65ad1c17e983/diff:/var/lib/docker/overlay2/7131768223b127317dd0ba1e98f239cf780361bc9c0c0b962c92200d06ca100c/diff:/var/lib/docker/overlay2/000be5b014a491c9b318089034e859910a994279a0fd9e5b07bdc3e264134a91/diff:/var/lib/docker/overlay2/faa37bbf8abac670fa220f434957beb3ebc5d4a2b0a3a3fc4b36c35709513023/diff:/var/lib/docker/overlay2/7714587172e2c2bbb7bca05d7b581c5b799cdb08c41d6b79417b4d348eec8c21/diff:/var/lib/docker/overlay2/69e8168eaa3c767eaf24da33a7adf84a418d15b43cc88a207121be449365fbac/diff:/var/lib/docker/overlay2/0711c3ad84fbd1048cb075d849a038aaf0b686f6514e447573d5bad1b30630f4/diff:/var/lib/docker/overlay2/bfd463489b87032daedd25cd78d4f4cb7331293a9f5826224a4e0afda47f1df3/diff:/var/lib/docker/overlay2/94f033da9e0e0356e95b733e0b2a30e52f6e3d4151e38efe8dceb052b22881b7/diff:/var/lib/docker/overlay2/0a108041e650e413ec0ba0490304cf701ebbc7573eee44f7c985865c5f19304f/diff:/var/lib/docker/overlay2/ed57729c4866db6f4a1b47104029ab5da0b63ccbae3513a39c7bac02bacd9cb9/diff:/var/lib/docker/overlay2/15f9683ee9a9db2dd690bf07351d0018caaaabeabacdd3f96c9b0a45ae642284/diff",
            "MergedDir": "/var/lib/docker/overlay2/d4f1dcd65d441172e381bdd5336cf5f309e0c0d78473484ce843c45f51a8b8be/merged",
            "UpperDir": "/var/lib/docker/overlay2/d4f1dcd65d441172e381bdd5336cf5f309e0c0d78473484ce843c45f51a8b8be/diff",
            "WorkDir": "/var/lib/docker/overlay2/d4f1dcd65d441172e381bdd5336cf5f309e0c0d78473484ce843c45f51a8b8be/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b4e347eee7c876da2779518fb5010b891a329a5075a04508e6adaaa51ce306b6",
            "sha256:0977f34de400dc5176f4f8eaeac80d0247eb3fd7e4d0c0bab4f2a6f0a0fb4d17",
            "sha256:feb4f456150e4e488f233482eae384cca3fd84f6cbab909420bb990364b8476f",
            "sha256:9b202e27fcfd09e9d86c15b97353692848f0442e351eca78180041ae0fe08661",
            "sha256:a95544ffd562706fdd6c789908e4da59dd16ec81c4f2398b0012f12b33931bf9",
            "sha256:d19de1035079c378c22090f0a1279685a375dd130972563cabec0a304752442c",
            "sha256:394b48db638755ec2d717355dec982dcf9ff320addd9d2d0846bdc301b7abe85",
            "sha256:b392986ae15d62f86ad224a472716532f91380b42e5c2770da8da51f2587d440",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:f7f4c033ff00ff5f09fe58f6b5e6aa7776b1cfc19a4878ff6a0a1331558335ee",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:dc85d36010e7b65e900125fcced4cf848e67ee850b1354ee23a9a23aefa9ae23",
            "sha256:a1d606106c4b917c239d47035bc62d8715a4254f3cf3b1d9b9c5e553ce65711b",
            "sha256:707f0b0cb53d30ce9be1ac7cfd0582dc4dd24612ffb396c7fd12993af04d37ab",
            "sha256:73d7211ee58ddeb2eafee2856b0076cda13c7131b377cec27ea1e4b905b5d243"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-02T20:59:50.996739756+08:00"
    }
}

更多版本

quay.io/cilium/network-perf:a816f935930cb2b40ba43230643da4d5751a5711

linux/amd64 quay.io455.45MB2025-07-02 21:00
9