You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LABEL summary='Intel® FPGA programming CRI hook for Kubernetes'
97
-
LABEL description='The FPGA prestart CRI-O hook performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description'
89
+
LABEL summary='Intel® FPGA programming CDI hook for Kubernetes'
90
+
LABEL description='The FPGA OCI createRuntime hook performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description'
Copy file name to clipboardExpand all lines: build/docker/templates/intel-fpga-initcontainer.Dockerfile.in
+3-12Lines changed: 3 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -14,25 +14,16 @@ ARG CMD=fpga_tool
14
14
ARG EP=/usr/local/fpga-sw/$CMD
15
15
#include "default_build.docker"
16
16
17
-
ARG SRC_DIR=/usr/local/fpga-sw
18
-
ARG DST_DIR=/opt/intel/fpga-sw
19
-
20
-
RUN echo "{\n\N
21
-
\"hook\" : \"$DST_DIR/$CRI_HOOK\",\n\N
22
-
\"stage\" : [ \"prestart\" ],\n\N
23
-
\"annotation\": [ \"fpga.intel.com/region\" ]\n\N
24
-
}\n">>/install_root/$SRC_DIR/$CRI_HOOK.json
25
-
26
17
#include "toybox_build.docker"
27
18
28
19
FROM ${FINAL_BASE}
29
20
30
21
#include "default_labels.docker"
31
22
32
23
LABEL name='intel-fpga-initcontainer'
33
-
LABEL summary='Intel® FPGA programming CRI hook for Kubernetes'
34
-
LABEL description='The FPGA prestart CRI-O hook performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description'
24
+
LABEL summary='Intel® FPGA programming CDI hook for Kubernetes'
25
+
LABEL description='The FPGA OCI createRuntime hook performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description'
0 commit comments