Skip to content

Commit 523edbd

Browse files
Chaitanya Kulkarnitkatila
authored andcommitted
Added new LABEL maintainer to device plugin container images
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@intel.com>
1 parent e49607f commit 523edbd

20 files changed

+20
-0
lines changed

build/docker/intel-deviceplugin-operator.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COPY --from=builder /install_root /
6060
ENTRYPOINT ["/usr/local/bin/intel_deviceplugin_operator"]
6161
LABEL vendor='Intel®'
6262
LABEL version='0.32.0'
63+
LABEL maintainer="Intel®"
6364
LABEL release='1'
6465
LABEL name='intel-deviceplugin-operator'
6566
LABEL summary='Intel® device plugin operator for Kubernetes'

build/docker/intel-dlb-initcontainer.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
5858
FROM ${FINAL_BASE}
5959
LABEL vendor='Intel®'
6060
LABEL version='0.32.0'
61+
LABEL maintainer="Intel®"
6162
LABEL release='1'
6263
COPY --from=builder /install_root /
6364
COPY demo/dlb-init.sh /usr/local/bin/

build/docker/intel-dlb-plugin.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COPY --from=builder /install_root /
6060
ENTRYPOINT ["/usr/local/bin/intel_dlb_device_plugin"]
6161
LABEL vendor='Intel®'
6262
LABEL version='0.32.0'
63+
LABEL maintainer="Intel®"
6364
LABEL release='1'
6465
LABEL name='intel-dlb-plugin'
6566
LABEL summary='Intel® DLB device plugin for Kubernetes'

build/docker/intel-dsa-plugin.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COPY --from=builder /install_root /
6060
ENTRYPOINT ["/usr/local/bin/intel_dsa_device_plugin"]
6161
LABEL vendor='Intel®'
6262
LABEL version='0.32.0'
63+
LABEL maintainer="Intel®"
6364
LABEL release='1'
6465
LABEL name='intel-dsa-plugin'
6566
LABEL summary='Intel® DSA device plugin for Kubernetes'

build/docker/intel-fpga-admissionwebhook.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COPY --from=builder /install_root /
6060
ENTRYPOINT ["/usr/local/bin/intel_fpga_admissionwebhook"]
6161
LABEL vendor='Intel®'
6262
LABEL version='0.32.0'
63+
LABEL maintainer="Intel®"
6364
LABEL release='1'
6465
LABEL name='intel-fpga-admissionwebhook'
6566
LABEL summary='Intel® FPGA admission controller webhook for Kubernetes'

build/docker/intel-fpga-initcontainer.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
8484
FROM ${FINAL_BASE}
8585
LABEL vendor='Intel®'
8686
LABEL version='0.32.0'
87+
LABEL maintainer="Intel®"
8788
LABEL release='1'
8889
LABEL name='intel-fpga-initcontainer'
8990
LABEL summary='Intel® FPGA programming CDI hook for Kubernetes'

build/docker/intel-fpga-plugin.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COPY --from=builder /install_root /
6060
ENTRYPOINT ["/usr/local/bin/intel_fpga_device_plugin"]
6161
LABEL vendor='Intel®'
6262
LABEL version='0.32.0'
63+
LABEL maintainer="Intel®"
6364
LABEL release='1'
6465
LABEL name='intel-fpga-plugin'
6566
LABEL summary='Intel® FPGA device plugin for Kubernetes'

build/docker/intel-gpu-fakedev.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ COPY --from=builder /install_root /
6060
ENTRYPOINT ["/usr/local/bin/intel_gpu_fakedev"]
6161
LABEL vendor='Intel®'
6262
LABEL version='0.32.0'
63+
LABEL maintainer="Intel®"
6364
LABEL release='1'
6465
LABEL name='intel-gpu-fakedev'
6566
LABEL summary='Fake device file generator for Intel® GPU plugin'

build/docker/intel-gpu-initcontainer.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
7474
FROM ${FINAL_BASE}
7575
LABEL vendor='Intel®'
7676
LABEL version='0.32.0'
77+
LABEL maintainer="Intel®"
7778
LABEL release='1'
7879
LABEL name='intel-gpu-initcontainer'
7980
LABEL summary='Intel® GPU NFD hook for Kubernetes'

build/docker/intel-gpu-levelzero.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ COPY --from=builder /install_root /
8585
ENTRYPOINT ["/usr/local/bin/intel_gpu_levelzero"]
8686
LABEL vendor='Intel®'
8787
LABEL version='0.32.0'
88+
LABEL maintainer="Intel®"
8889
LABEL release='1'
8990
LABEL name='intel-gpu-levelzero'
9091
LABEL summary='Intel® GPU levelzero for Kubernetes'

0 commit comments

Comments
 (0)