NVIDIA
NVIDIA
DOCA Flow Inspector
Container
NVIDIA
NVIDIA
DOCA Flow Inspector

The DOCA Flow Inspector service allows monitoring real-time data and the extraction of telemetry components which can be utilized by various services for security, big data and many more telemetry-based services.

LayerLabelCreated
fb64044dd6cd0649964086d9db8509f3caeca3d67680b21fb24cf7382d72ff9eRUN
/bin/sh
08/13/2023 7:43 AM UTC
418debc847b1d12e4a8b8e7328174995eacbf8a0c3a607b64e19ff4010d85384ADD
file:5a6f93b04d26ab209afb76d2c1c568df57950274be0d7ccb2385b40ca554a0aa in /
08/13/2023 7:43 AM UTC
fa545aa7e56885d219695e36d82b2c55f7b7249b8e3bc03c13000864e17b3fecCOPY
file:17931fb5ca44e079dd8e0f4fccfe38b2c7b0a2dc368eff1127a25c092f8e0c1c in /opt/mellanox/doca/services/flow_inspector/bin/
08/13/2023 7:43 AM UTC
0fa89934e2690c5f07cce109e199359e73e415c557f9f8fbfe106ef19794f22eLABEL
version=1.2.0
08/13/2023 7:43 AM UTC
5c3d718598e1982883121017bfb0e6c14852c0709743ec7d5665651dc6f9785cRUN
DEBIAN_FRONTEND=noninteractive DOCA_REPO_LINK=https://linux.mellanox.com/public/repo/doca/2.2.0 apt update -y &&
  apt install -y --no-install-recommends tzdata &&
  rm -rf /var/lib/apt/lists/* &&
  apt autoremove -y
08/13/2023 7:31 AM UTC
55c557ec236116e07b51162d6c2caaaa4c8282932f60e3220817e951dde9cb5eRUN
DEBIAN_FRONTEND=noninteractive DOCA_REPO_LINK=https://linux.mellanox.com/public/repo/doca/2.2.0 apt update -y &&
  apt install -y --no-install-recommends doca-prime-runtime doca-prime-tools &&
  rm -rf /var/lib/apt/lists/* &&
  apt autoremove -y
08/13/2023 7:31 AM UTC
c24a5edf84b468a54781abe37ccea557fb5016090e61cb4a57c1be0bd789018bENV
PATH=/opt/mellanox/doca/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08/13/2023 7:31 AM UTC
daf14433e5ac2d4cf19d68249023ef8c0c7de998ffb3075ec938a11e79d8f28eCOPY
dir:cb000062dc7ebf7f772a6dda3e36129a358f783e6d1242bd6d18b6ae3c4c59c8 in /opt/mellanox/third_party
08/13/2023 7:31 AM UTC
3bc722a2ced7a57db30fe5a3a43acaa4ccf471f2edde3af6c86b44298f0dc4bbRUN
DEBIAN_FRONTEND=noninteractive DOCA_REPO_LINK=https://linux.mellanox.com/public/repo/doca/2.2.0 mkdir -p /opt/mellanox/third_party
08/13/2023 7:31 AM UTC
f5952a4794463ea63cfebbdb868a10d3ad66ca6fa9c0d9dfd83344638258db14RUN
DEBIAN_FRONTEND=noninteractive DOCA_REPO_LINK=https://linux.mellanox.com/public/repo/doca/2.2.0 apt update -y &&
  apt install -y --no-install-recommends wget software-properties-common gpg-agent &&
  wget -qO - ${DOCA_UPSTREAM_REPO}/GPG-KEY-Mellanox.pub | apt-key add - &&
  add-apt-repository "deb [trusted=yes] ${DOCA_UPSTREAM_REPO} ./" &&
  apt update -y &&
  apt install -y --no-install-recommends ${CUSTOM_RUNTIME_PACKAGES} ibverbs-providers libibverbs1 mlnx-dpdk rdma-core ucx flexio libyara8 &&
  rm -rf /usr/lib/python3/dist-packages &&
  apt remove -y wget software-properties-common gpg-agent &&
  rm -rf /var/lib/apt/lists/* &&
  apt autoremove -y
08/13/2023 7:31 AM UTC