ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17 linux/amd64

ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17 - 国内下载镜像源 浏览次数:10

该镜像 ghcr.io/mellanox/nic-configuration-operator-daemon 是Mellanox提供的网络接口配置操作符守护进程的Docker镜像。它用于自动化和管理Mellanox网络接口卡 (NIC) 的配置。

源镜像 ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17
镜像ID sha256:7374fc23440e19a65de3c1f959391ef239cacd4465cf75daad50b5fb301ae42e
镜像TAG v0.1.17
大小 569.08MB
镜像源 ghcr.io
CMD
启动入口 /nic-configuration-daemon
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-02-12T11:01:00.309280379Z
同步时间 2025-08-06 14:09
更新时间 2025-08-07 09:52
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RHEL_VERSION=9.4 OFED_PACKAGE_MAJOR_VERSION=24.07 OFED_PACKAGE_MINOR_VERSION=0.6.1.0 MFT_VERSION=4.29.0-131 MLNX_TOOLS_VERSION=0.2407061
镜像标签
1.33.11: io.buildah.version 20250211: org.label-schema.build-date GPLv2: org.label-schema.license CentOS Stream 9 Base Image: org.label-schema.name 1.0: org.label-schema.schema-version CentOS: org.label-schema.vendor 2025-02-12T10:58:11.135Z: org.opencontainers.image.created Nvidia Networking NIC Configuration Operator For Kubernetes: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 0ba486d620ce5a89f465c95f02b2fd2442a3ae2b: org.opencontainers.image.revision https://github.com/Mellanox/nic-configuration-operator: org.opencontainers.image.source nic-configuration-operator: org.opencontainers.image.title https://github.com/Mellanox/nic-configuration-operator: org.opencontainers.image.url v0.1.17: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17  ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17  ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17

Shell快速替换命令

sed -i 's#ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17  ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17  ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17'

镜像构建历史


# 2025-02-12 19:01:00  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/Mellanox/nic-configuration-daemon
                        
# 2025-02-12 19:01:00  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/nic-configuration-daemon"]
                        
# 2025-02-12 19:01:00  70.74MB 复制新文件或目录到容器中
COPY /workspace/build/nic-configuration-daemon . # buildkit
                        
# 2025-02-12 18:58:53  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-02-12 18:58:53  233.34MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c ARCH_SUFFIX1="${TARGETARCH}"     && ARCH_SUFFIX1="${ARCH_SUFFIX1//amd64/x86_64}"     && ARCH_SUFFIX1="${ARCH_SUFFIX1//arm64/aarch64}"     && ARCH_SUFFIX2="${TARGETARCH}"     && ARCH_SUFFIX2="${ARCH_SUFFIX2//amd64/x86_64}"     && wget https://linux.mellanox.com/public/repo/mlnx_ofed/${OFED_PACKAGE_MAJOR_VERSION}-${OFED_PACKAGE_MINOR_VERSION}/rhel${RHEL_VERSION}/${ARCH_SUFFIX1}/mft-${MFT_VERSION}.${ARCH_SUFFIX2}.rpm     && rpm -i mft-${MFT_VERSION}.${ARCH_SUFFIX2}.rpm     && rm mft-${MFT_VERSION}.${ARCH_SUFFIX2}.rpm # buildkit
                        
# 2025-02-12 18:58:43  13.96MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c ARCH_SUFFIX="${TARGETARCH}"     && ARCH_SUFFIX="${ARCH_SUFFIX//amd64/x86_64}"     && ARCH_SUFFIX="${ARCH_SUFFIX//arm64/aarch64}"     && wget https://linux.mellanox.com/public/repo/mlnx_ofed/${OFED_PACKAGE_MAJOR_VERSION}-${OFED_PACKAGE_MINOR_VERSION}/rhel${RHEL_VERSION}/${ARCH_SUFFIX}/mlnx-tools-${OFED_PACKAGE_MAJOR_VERSION}-${MLNX_TOOLS_VERSION}.${ARCH_SUFFIX}.rpm     && rpm -i mlnx-tools-${OFED_PACKAGE_MAJOR_VERSION}-${MLNX_TOOLS_VERSION}.${ARCH_SUFFIX}.rpm     && rm mlnx-tools-${OFED_PACKAGE_MAJOR_VERSION}-${MLNX_TOOLS_VERSION}.${ARCH_SUFFIX}.rpm # buildkit
                        
# 2025-02-12 18:58:42  87.14MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c yum -y install hwdata mstflint wget pciutils procps-ng kmod systemd && yum clean all # buildkit
                        
# 2025-02-12 18:58:42  0.00B 设置环境变量 MLNX_TOOLS_VERSION
ENV MLNX_TOOLS_VERSION=0.2407061
                        
# 2025-02-12 18:58:42  0.00B 设置环境变量 MFT_VERSION
ENV MFT_VERSION=4.29.0-131
                        
# 2025-02-12 18:58:42  0.00B 设置环境变量 OFED_PACKAGE_MINOR_VERSION
ENV OFED_PACKAGE_MINOR_VERSION=0.6.1.0
                        
# 2025-02-12 18:58:42  0.00B 设置环境变量 OFED_PACKAGE_MAJOR_VERSION
ENV OFED_PACKAGE_MAJOR_VERSION=24.07
                        
# 2025-02-12 18:58:42  0.00B 设置环境变量 RHEL_VERSION
ENV RHEL_VERSION=9.4
                        
# 2025-02-12 18:58:42  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-02-11 10:56:51  163.91MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-02-11 10:56:43  0.00B 
/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0"     org.label-schema.name="CentOS Stream 9 Base Image"     org.label-schema.vendor="CentOS"     org.label-schema.license="GPLv2"     org.label-schema.build-date="20250211"
                        
# 2025-02-11 10:56:43  0.00B 
/bin/sh -c #(nop) ADD file:a7178a70801857957d2c3a987c644e537b85fd0a748e119dff587a9cf159db20 in / 
                        
                    

镜像信息

{
    "Id": "sha256:7374fc23440e19a65de3c1f959391ef239cacd4465cf75daad50b5fb301ae42e",
    "RepoTags": [
        "ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17"
    ],
    "RepoDigests": [
        "ghcr.io/mellanox/nic-configuration-operator-daemon@sha256:d05f3297f4d05bcc0e23303f74a3e4d16bf953e3419348044f1571063b116bf8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/mellanox/nic-configuration-operator-daemon@sha256:cc487e962c5033db4ae1d13190ad824f17cf3c32bd934172b84b255797c29ae3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-12T11:01:00.309280379Z",
    "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",
            "RHEL_VERSION=9.4",
            "OFED_PACKAGE_MAJOR_VERSION=24.07",
            "OFED_PACKAGE_MINOR_VERSION=0.6.1.0",
            "MFT_VERSION=4.29.0-131",
            "MLNX_TOOLS_VERSION=0.2407061"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/nic-configuration-daemon"
        ],
        "OnBuild": null,
        "Labels": {
            "io.buildah.version": "1.33.11",
            "org.label-schema.build-date": "20250211",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Stream 9 Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "org.opencontainers.image.created": "2025-02-12T10:58:11.135Z",
            "org.opencontainers.image.description": "Nvidia Networking NIC Configuration Operator For Kubernetes",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "0ba486d620ce5a89f465c95f02b2fd2442a3ae2b",
            "org.opencontainers.image.source": "https://github.com/Mellanox/nic-configuration-operator",
            "org.opencontainers.image.title": "nic-configuration-operator",
            "org.opencontainers.image.url": "https://github.com/Mellanox/nic-configuration-operator",
            "org.opencontainers.image.version": "v0.1.17"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 569083711,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6a7f69e1d8736dd378c6e4aee504f9178baadc0cc5edbc94c80fce54030c8348/diff:/var/lib/docker/overlay2/29156a0a5c0ca41f0cc8187447bad9bf42bebf9a83a28b4c73ebc004e3af7afc/diff:/var/lib/docker/overlay2/53654c6eb4c6e7439cd126d67ff325906f4d5d486dc493c2bd8ce3a29f3a0d42/diff:/var/lib/docker/overlay2/26659e902cab13c9b7b5f8f70a1275f8e760a9aebbbda51c758ca71c0730eb70/diff",
            "MergedDir": "/var/lib/docker/overlay2/7caafd363233789f60dfe600abd2ba07e89269aa2d8905ac654808a08031becc/merged",
            "UpperDir": "/var/lib/docker/overlay2/7caafd363233789f60dfe600abd2ba07e89269aa2d8905ac654808a08031becc/diff",
            "WorkDir": "/var/lib/docker/overlay2/7caafd363233789f60dfe600abd2ba07e89269aa2d8905ac654808a08031becc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c1fc49136ccb46ba6a076b801b70b167014598e33077c9f78c848a17091b2067",
            "sha256:462f82bf278ff971abc953175e3dfb916308515707c3764b9b42633e7f3671f2",
            "sha256:ba54b599e8c08eb51a7fc5d69564f0ece1457d41f0f8d1ec45aa00964eb0f5e1",
            "sha256:e87a69e221da0e0248e1de6ac979f64e774b555f0c5107ddf68a15ad95441144",
            "sha256:0818d453157548d5d6eae68320694d6be0f2a360b53557270a16e1053fa0625c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-06T14:08:58.218029427+08:00"
    }
}

更多版本

ghcr.io/mellanox/nic-configuration-operator-daemon:v0.1.17

linux/amd64 ghcr.io569.08MB2025-08-06 14:09
9