diff --git a/build/docker/intel-deviceplugin-operator.Dockerfile b/build/docker/intel-deviceplugin-operator.Dockerfile index 8f8f520eb..d0e0dd003 100644 --- a/build/docker/intel-deviceplugin-operator.Dockerfile +++ b/build/docker/intel-deviceplugin-operator.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/operator /install_root/usr/local/bin/intel_deviceplugin_o FROM ${FINAL_BASE} -LABEL name='intel-deviceplugin-operator' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® device plugin operator for Kubernetes' +LABEL name='intel-deviceplugin-operator' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® device plugin operator for Kubernetes' LABEL description='To simplify the deployment of the device plugins, a unified device plugins operator is implemented. Currently the operator has support for the QAT, GPU, FPGA, SGX, DSA and DLB device plugins. Each device plugin has its own custom resource definition (CRD) and the corresponding controller that watches CRUD operations to those custom resources.' COPY --from=builder /install_root / diff --git a/build/docker/intel-dlb-plugin.Dockerfile b/build/docker/intel-dlb-plugin.Dockerfile index 6fd81845b..7c6528727 100644 --- a/build/docker/intel-dlb-plugin.Dockerfile +++ b/build/docker/intel-dlb-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/dlb_plugin /install_root/usr/local/bin/intel_dlb_device_p FROM ${FINAL_BASE} -LABEL name='intel-dlb-plugin' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® DLB device plugin for Kubernetes' +LABEL name='intel-dlb-plugin' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® DLB device plugin for Kubernetes' LABEL description='The DLB device plugin supports Intel Dynamic Load Balancer accelerator(DLB)' COPY --from=builder /install_root / diff --git a/build/docker/intel-dsa-plugin.Dockerfile b/build/docker/intel-dsa-plugin.Dockerfile index f7ebe6665..b9cfdd1c6 100644 --- a/build/docker/intel-dsa-plugin.Dockerfile +++ b/build/docker/intel-dsa-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/dsa_plugin /install_root/usr/local/bin/intel_dsa_device_p FROM ${FINAL_BASE} -LABEL name='intel-dsa-plugin' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® DSA device plugin for Kubernetes' +LABEL name='intel-dsa-plugin' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® DSA device plugin for Kubernetes' LABEL description='The DSA device plugin supports acceleration using the Intel Data Streaming accelerator(DSA)' COPY --from=builder /install_root / diff --git a/build/docker/intel-fpga-admissionwebhook.Dockerfile b/build/docker/intel-fpga-admissionwebhook.Dockerfile index 67cfde283..2d2a69001 100644 --- a/build/docker/intel-fpga-admissionwebhook.Dockerfile +++ b/build/docker/intel-fpga-admissionwebhook.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/fpga_admissionwebhook /install_root/usr/local/bin/intel_f FROM ${FINAL_BASE} -LABEL name='intel-fpga-admissionwebhook' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® FPGA admission controller webhook for Kubernetes' +LABEL name='intel-fpga-admissionwebhook' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® FPGA admission controller webhook for Kubernetes' LABEL description='The FPGA admission controller webhook is responsible for performing mapping from user-friendly function IDs to the Interface ID and Bitstream ID that are required for FPGA programming. It also implements access control by namespacing FPGA configuration information' COPY --from=builder /install_root / diff --git a/build/docker/intel-fpga-initcontainer.Dockerfile b/build/docker/intel-fpga-initcontainer.Dockerfile index 51a77fcf5..b471e1c18 100644 --- a/build/docker/intel-fpga-initcontainer.Dockerfile +++ b/build/docker/intel-fpga-initcontainer.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -76,11 +76,11 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION FROM ${FINAL_BASE} -LABEL name='intel-fpga-initcontainer' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® FPGA programming CRI hook for Kubernetes' +LABEL name='intel-fpga-initcontainer' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® FPGA programming CRI hook for Kubernetes' 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' COPY --from=builder /install_root / diff --git a/build/docker/intel-fpga-plugin.Dockerfile b/build/docker/intel-fpga-plugin.Dockerfile index 2a5101941..42e6def59 100644 --- a/build/docker/intel-fpga-plugin.Dockerfile +++ b/build/docker/intel-fpga-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/fpga_plugin /install_root/usr/local/bin/intel_fpga_device FROM ${FINAL_BASE} -LABEL name='intel-fpga-plugin' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® FPGA device plugin for Kubernetes' +LABEL name='intel-fpga-plugin' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® FPGA device plugin for Kubernetes' LABEL description='The FPGA device plugin is responsible for discovering and reporting FPGA devices to kubelet' COPY --from=builder /install_root / diff --git a/build/docker/intel-gpu-initcontainer.Dockerfile b/build/docker/intel-gpu-initcontainer.Dockerfile index 19be390ac..d28080096 100644 --- a/build/docker/intel-gpu-initcontainer.Dockerfile +++ b/build/docker/intel-gpu-initcontainer.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -67,11 +67,11 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION FROM ${FINAL_BASE} -LABEL name='intel-gpu-initcontainer' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® GPU NFD hook for Kubernetes' +LABEL name='intel-gpu-initcontainer' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® GPU NFD hook for Kubernetes' LABEL description='The GPU fractional resources, such as GPU memory is registered as a kubernetes extended resource using node-feature-discovery (NFD). A custom NFD source hook is installed as part of GPU device plugin operator deployment and NFD is configured to register the GPU memory extended resource reported by the hook' COPY --from=builder /install_root / diff --git a/build/docker/intel-gpu-plugin.Dockerfile b/build/docker/intel-gpu-plugin.Dockerfile index c2342694f..bb540418c 100644 --- a/build/docker/intel-gpu-plugin.Dockerfile +++ b/build/docker/intel-gpu-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/gpu_plugin /install_root/usr/local/bin/intel_gpu_device_p FROM ${FINAL_BASE} -LABEL name='intel-gpu-plugin' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® GPU device plugin for Kubernetes' +LABEL name='intel-gpu-plugin' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® GPU device plugin for Kubernetes' LABEL description='The GPU device plugin provides access to Intel discrete (Xe) and integrated GPU HW device files' COPY --from=builder /install_root / diff --git a/build/docker/intel-iaa-plugin.Dockerfile b/build/docker/intel-iaa-plugin.Dockerfile index 64ed5a2e4..c66f419d4 100644 --- a/build/docker/intel-iaa-plugin.Dockerfile +++ b/build/docker/intel-iaa-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro diff --git a/build/docker/intel-qat-plugin.Dockerfile b/build/docker/intel-qat-plugin.Dockerfile index 19d20d30e..cc57510dd 100644 --- a/build/docker/intel-qat-plugin.Dockerfile +++ b/build/docker/intel-qat-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/qat_plugin /install_root/usr/local/bin/intel_qat_device_p FROM ${FINAL_BASE} -LABEL name='intel-qat-plugin' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® QAT device plugin for Kubernetes' +LABEL name='intel-qat-plugin' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® QAT device plugin for Kubernetes' LABEL description='The QAT plugin supports device plugin for Intel QAT adapters, and includes code showing deployment via DPDK' COPY --from=builder /install_root / diff --git a/build/docker/intel-sgx-admissionwebhook.Dockerfile b/build/docker/intel-sgx-admissionwebhook.Dockerfile index a02192524..551ab9a01 100644 --- a/build/docker/intel-sgx-admissionwebhook.Dockerfile +++ b/build/docker/intel-sgx-admissionwebhook.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/sgx_admissionwebhook /install_root/usr/local/bin/intel_sg FROM ${FINAL_BASE} -LABEL name='intel-sgx-admissionwebhook' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® SGX admission controller webhook for Kubernetes' +LABEL name='intel-sgx-admissionwebhook' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® SGX admission controller webhook for Kubernetes' LABEL description='The SGX admission webhook is responsible for performing Pod mutations based on the sgx.intel.com/quote-provider pod annotation set by the user. The purpose of the webhook is to hide the details of setting the necessary device resources and volume mounts for using SGX remote attestation in the cluster' COPY --from=builder /install_root / diff --git a/build/docker/intel-sgx-initcontainer.Dockerfile b/build/docker/intel-sgx-initcontainer.Dockerfile index f554e39e6..5de0ebf30 100644 --- a/build/docker/intel-sgx-initcontainer.Dockerfile +++ b/build/docker/intel-sgx-initcontainer.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -67,11 +67,11 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION FROM ${FINAL_BASE} -LABEL name='intel-sgx-initcontainer' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® SGX NFD hook for Kubernetes' +LABEL name='intel-sgx-initcontainer' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® SGX NFD hook for Kubernetes' LABEL description='The SGX EPC memory available on each node is registered as a Kubernetes extended resource using node-feature-discovery (NFD). A custom NFD source hook is installed as part of SGX device plugin operator deployment and NFD is configured to register the SGX EPC memory extended resource reported by the hook' COPY --from=builder /install_root / diff --git a/build/docker/intel-sgx-plugin.Dockerfile b/build/docker/intel-sgx-plugin.Dockerfile index e04ade2ef..1c24623a7 100644 --- a/build/docker/intel-sgx-plugin.Dockerfile +++ b/build/docker/intel-sgx-plugin.Dockerfile @@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye # # The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static # (see build-image.sh). -# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. +# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based. # The RedHat build tool does not allow additional image build parameters. ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro @@ -47,11 +47,11 @@ RUN install -D /go/bin/sgx_plugin /install_root/usr/local/bin/intel_sgx_device_p FROM ${FINAL_BASE} -LABEL name='intel-sgx-plugin' -LABEL vendor='Intel®' -LABEL version='devel' -LABEL release='1' -LABEL summary='Intel® SGX device plugin for Kubernetes' +LABEL name='intel-sgx-plugin' +LABEL vendor='Intel®' +LABEL version='devel' +LABEL release='1' +LABEL summary='Intel® SGX device plugin for Kubernetes' LABEL description='The SGX device plugin is responsible for discovering and reporting SGX device nodes to kubelet' COPY --from=builder /install_root /