Skip to main content
NVIDIA
nic-configuration-operator-daemon
Container
NVIDIA
nic-configuration-operator-daemon

NVIDIA NIC Configuration Operator provides Kubernetes API(Custom Resource Definition) to allow FW configuration on Nvidia NICs in a coordinated manner.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
    org.opencontainers.image.source=https://nvcr.io/nvidia/cloud-native/nic-configuration-daemon
    04/17/2026 8:39 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /entrypoint.sh
    04/17/2026 8:39 AM UTC
    sha256:51af7ab3e852669f97b5077e841ceaa6df3e41d3692fb1077014d7be8a0649eeCOPY
    bindata /bindata
    04/17/2026 8:39 AM UTC
    sha256:e6335a1266535a5e1dfbfc13fa4189cece817ef0cd2043c2378f17869f56633fADD
    . /workspace
    04/17/2026 8:39 AM UTC
    sha256:119bf3f2417f712c8a2d58b0a9aa33e4956d05e68c58ab3b2c0a58c931c8f7e3RUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev libusb-1.0-0 ipmitool rshim curl systemd-sysv mstflint chmod +x /entrypoint.sh
    04/17/2026 8:39 AM UTC
    sha256:cfbafef3c80ef9d66735557150b27bf6bb02cdbedd888594f51c4f0a9ab2df33COPY
    entrypoint.sh /entrypoint.sh
    04/17/2026 8:39 AM UTC
    sha256:a54d2ac63c22795246cef34218518c0f2a95db4ac5c36988149de7aec5afc15eCOPY
    /workspace/build/nic-configuration-daemon .
    04/17/2026 8:39 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
    /
    04/17/2026 8:38 AM UTC
    sha256:60f4590de242e67401002501480a811af1de19d8c1bff0d6674f1245468a7f73RUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev libusb-1.0-0 ipmitool rshim curl systemd-sysv mstflint case ${TARGETARCH} in amd64) ARCH=x86_64 ;; arm64) ARCH=arm64 ;; *) echo "Unsupported architecture: ${TARGETARCH}" &&
      exit 1 ;; esac &&
      curl -fsSL https://www.mellanox.com/downloads/MFT/mft-${MFT_VERSION}-${ARCH}-deb.tgz | tar -xz --no-same-owner -C /tmp &&
      cd /tmp/mft-${MFT_VERSION}-${ARCH}-deb &&
      ./install.sh --without-kernel
    04/17/2026 8:38 AM UTC
    sha256:463b7416bde017091f5b4ab2abcf057aba98a3beb43d3269ab088e86f06ba85dRUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev libusb-1.0-0 ipmitool rshim curl systemd-sysv mstflint apt-get update -o Acquire::AllowInsecureRepositories=true ||
      true &&
      apt-get install -y --allow-unauthenticated --no-install-recommends ${PACKAGES} &&
      apt-get source ${PACKAGES} &&
      apt-get clean &&
      rm -rf /var/lib/apt/lists/*
    04/17/2026 8:38 AM UTC