Skip to content

Commit 3eb0bae

Browse files
committed
images: cleanup whitespace line endings
Just a trivial cleanup using: $ sed -e 's/[[:space:]]$//' -i *.Dockerfile Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 667f859 commit 3eb0bae

13 files changed

+73
-73
lines changed

build/docker/intel-deviceplugin-operator.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/operator /install_root/usr/local/bin/intel_deviceplugin_o
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-deviceplugin-operator'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® device plugin operator for Kubernetes'
50+
LABEL name='intel-deviceplugin-operator'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® device plugin operator for Kubernetes'
5555
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.'
5656

5757
COPY --from=builder /install_root /

build/docker/intel-dlb-plugin.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/dlb_plugin /install_root/usr/local/bin/intel_dlb_device_p
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-dlb-plugin'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® DLB device plugin for Kubernetes'
50+
LABEL name='intel-dlb-plugin'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® DLB device plugin for Kubernetes'
5555
LABEL description='The DLB device plugin supports Intel Dynamic Load Balancer accelerator(DLB)'
5656

5757
COPY --from=builder /install_root /

build/docker/intel-dsa-plugin.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/dsa_plugin /install_root/usr/local/bin/intel_dsa_device_p
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-dsa-plugin'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® DSA device plugin for Kubernetes'
50+
LABEL name='intel-dsa-plugin'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® DSA device plugin for Kubernetes'
5555
LABEL description='The DSA device plugin supports acceleration using the Intel Data Streaming accelerator(DSA)'
5656

5757
COPY --from=builder /install_root /

build/docker/intel-fpga-admissionwebhook.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/fpga_admissionwebhook /install_root/usr/local/bin/intel_f
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-fpga-admissionwebhook'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® FPGA admission controller webhook for Kubernetes'
50+
LABEL name='intel-fpga-admissionwebhook'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® FPGA admission controller webhook for Kubernetes'
5555
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'
5656

5757
COPY --from=builder /install_root /

build/docker/intel-fpga-initcontainer.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -76,11 +76,11 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
7676

7777
FROM ${FINAL_BASE}
7878

79-
LABEL name='intel-fpga-initcontainer'
80-
LABEL vendor='Intel®'
81-
LABEL version='devel'
82-
LABEL release='1'
83-
LABEL summary='Intel® FPGA programming CRI hook for Kubernetes'
79+
LABEL name='intel-fpga-initcontainer'
80+
LABEL vendor='Intel®'
81+
LABEL version='devel'
82+
LABEL release='1'
83+
LABEL summary='Intel® FPGA programming CRI hook for Kubernetes'
8484
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'
8585

8686
COPY --from=builder /install_root /

build/docker/intel-fpga-plugin.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/fpga_plugin /install_root/usr/local/bin/intel_fpga_device
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-fpga-plugin'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® FPGA device plugin for Kubernetes'
50+
LABEL name='intel-fpga-plugin'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® FPGA device plugin for Kubernetes'
5555
LABEL description='The FPGA device plugin is responsible for discovering and reporting FPGA devices to kubelet'
5656

5757
COPY --from=builder /install_root /

build/docker/intel-gpu-initcontainer.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -67,11 +67,11 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
6767

6868
FROM ${FINAL_BASE}
6969

70-
LABEL name='intel-gpu-initcontainer'
71-
LABEL vendor='Intel®'
72-
LABEL version='devel'
73-
LABEL release='1'
74-
LABEL summary='Intel® GPU NFD hook for Kubernetes'
70+
LABEL name='intel-gpu-initcontainer'
71+
LABEL vendor='Intel®'
72+
LABEL version='devel'
73+
LABEL release='1'
74+
LABEL summary='Intel® GPU NFD hook for Kubernetes'
7575
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'
7676

7777
COPY --from=builder /install_root /

build/docker/intel-gpu-plugin.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/gpu_plugin /install_root/usr/local/bin/intel_gpu_device_p
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-gpu-plugin'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® GPU device plugin for Kubernetes'
50+
LABEL name='intel-gpu-plugin'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® GPU device plugin for Kubernetes'
5555
LABEL description='The GPU device plugin provides access to Intel discrete (Xe) and integrated GPU HW device files'
5656

5757
COPY --from=builder /install_root /

build/docker/intel-iaa-plugin.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

build/docker/intel-qat-plugin.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ARG GOLANG_BASE=golang:1.18-bullseye
2828
#
2929
# The project default is 1) which sets FINAL_BASE=gcr.io/distroless/static
3030
# (see build-image.sh).
31-
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
31+
# 2) and the default FINAL_BASE is primarily used to build Redhat Certified Openshift Operator container images that must be UBI based.
3232
# The RedHat build tool does not allow additional image build parameters.
3333
ARG FINAL_BASE=registry.access.redhat.com/ubi8-micro
3434

@@ -47,11 +47,11 @@ RUN install -D /go/bin/qat_plugin /install_root/usr/local/bin/intel_qat_device_p
4747

4848
FROM ${FINAL_BASE}
4949

50-
LABEL name='intel-qat-plugin'
51-
LABEL vendor='Intel®'
52-
LABEL version='devel'
53-
LABEL release='1'
54-
LABEL summary='Intel® QAT device plugin for Kubernetes'
50+
LABEL name='intel-qat-plugin'
51+
LABEL vendor='Intel®'
52+
LABEL version='devel'
53+
LABEL release='1'
54+
LABEL summary='Intel® QAT device plugin for Kubernetes'
5555
LABEL description='The QAT plugin supports device plugin for Intel QAT adapters, and includes code showing deployment via DPDK'
5656

5757
COPY --from=builder /install_root /

0 commit comments

Comments
 (0)