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
    07/17/2026 9:39 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /entrypoint.sh
    07/17/2026 9:39 AM UTC
    sha256:c873eeb1cd721a33588b3a6c33e35569c27abac292dbd3c98c565192477b80aaCOPY
    bindata /bindata
    07/17/2026 9:39 AM UTC
    sha256:9542d1022e0d005653cbeff9a5199bff1903eeb0dbff53144a81d0aa2dc9268cADD
    . /workspace
    07/17/2026 9:39 AM UTC
    sha256:7db31375da2612cb0743a3a62d923a3f22c245d90b129360950da499ba16803fRUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev libusb-1.0-0 ipmitool rshim curl systemd-sysv mstflint chmod +x /entrypoint.sh
    07/17/2026 9:39 AM UTC
    sha256:fbb0c1e4125e1eb6b505c4cb5f747c3b930f44fcaf4f8d8ecfd697d1aee07542COPY
    entrypoint.sh /entrypoint.sh
    07/17/2026 9:39 AM UTC
    sha256:a9a7b111fd18633706058d3071e01ffe8073f59ce85805caa4a63860ba429fe8COPY
    /workspace/build/nic-configuration-daemon .
    07/17/2026 9:39 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
    /
    07/17/2026 9:37 AM UTC
    sha256:3eb682f08d4fa418ebb7687ed289730a8f9e203c780121167b2f36873c7be769RUN
    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
    07/17/2026 9:37 AM UTC
    sha256:032c6b479802ea97bf7ed0126c42569da1f9b83b5f326c39c4a4f5d3bddfb58aRUN
    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/*
    07/17/2026 9:37 AM UTC