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
Copy file name to clipboardExpand all lines: build/docker/intel-fpga-initcontainer.Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,6 @@ LABEL version='devel'
87
87
LABEL release='1'
88
88
LABEL name='intel-fpga-initcontainer'
89
89
LABEL summary='Intel® FPGA programming CDI hook for Kubernetes'
90
-
LABEL description='The FPGA prestart CDI hook performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description'
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'
91
91
COPY --from=builder /install_root /
92
92
ENTRYPOINT [ "/usr/bin/sh", "-c", "cp -a /usr/local/fpga-sw/* /opt/intel/fpga-sw/" ]
Copy file name to clipboardExpand all lines: build/docker/templates/intel-fpga-initcontainer.Dockerfile.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ FROM ${FINAL_BASE}
22
22
23
23
LABEL name='intel-fpga-initcontainer'
24
24
LABEL summary='Intel® FPGA programming CDI hook for Kubernetes'
25
-
LABEL description='The FPGA prestart CDI hook performs discovery of the requested FPGA function bitstream and programs FPGA devices based on the environment variables in the workload description'
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