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
    02/22/2026 8:53 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
    /entrypoint.sh
    02/22/2026 8:53 AM UTC
    sha256:4f5ee078fcc4ea684fbee68c3b4ae433007fc29234c8fcf9a3b110eddeeab994COPY
    bindata /bindata
    02/22/2026 8:53 AM UTC
    sha256:41b8c24bcda1f79a628a11e54eeee4901837ed08419acb9890c3befb57d2ef3aADD
    . /workspace
    02/22/2026 8:53 AM UTC
    sha256:33318fbd7a7a9b57c133c87214adf4072566059812f1763bebef3cfbb0b41d41RUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev=1.22.6ubuntu6.5 libusb-1.0-0=2:1.0.27-1 ipmitool=1.8.19-7ubuntu0.24.04.3 rshim curl=8.5.0-2ubuntu10.6 systemd-sysv=255.4-1ubuntu8.12 mstflint=4.26.0+1-2ubuntu3 chmod +x /entrypoint.sh
    02/22/2026 8:53 AM UTC
    sha256:165ddd7e53e7b5993aea7d952672d3695d3c7a9f817bf07d517f1a6f4c46aa12COPY
    entrypoint.sh /entrypoint.sh
    02/22/2026 8:53 AM UTC
    sha256:22bfa1dd33e087f6e1dcee9db128453169efcdbd78eedf37ba1223f2b5d6a313COPY
    /workspace/build/nic-configuration-daemon .
    02/22/2026 8:53 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4WORKDIR
    /
    02/22/2026 8:51 AM UTC
    sha256:b7f0b28ebb507df057e7d6befc839f4f333c5169f946a4e67ab7e66bcf846463RUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev=1.22.6ubuntu6.5 libusb-1.0-0=2:1.0.27-1 ipmitool=1.8.19-7ubuntu0.24.04.3 rshim curl=8.5.0-2ubuntu10.6 systemd-sysv=255.4-1ubuntu8.12 mstflint=4.26.0+1-2ubuntu3 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
    02/22/2026 8:51 AM UTC
    sha256:a2fa041bdd771f94d5e2a9848715a1f80aa7cd7e72dc7ba72dfc978f4ff6a002RUN
    TARGETARCH=amd64 PACKAGES=dpkg-dev=1.22.6ubuntu6.5 libusb-1.0-0=2:1.0.27-1 ipmitool=1.8.19-7ubuntu0.24.04.3 rshim curl=8.5.0-2ubuntu10.6 systemd-sysv=255.4-1ubuntu8.12 mstflint=4.26.0+1-2ubuntu3 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/*
    02/22/2026 8:51 AM UTC