From 8c20c196a6031986ad87b9253a335bb637e51de4 Mon Sep 17 00:00:00 2001 From: Don Khan Date: Wed, 8 Jan 2025 13:04:57 -0500 Subject: [PATCH 1/2] Add preflight required labels. --- Dockerfile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c2524a7..a06abe50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Copyright © 2019-2022 Dell Inc. or its subsidiaries. All Rights Reserved. -# +# Copyright © 2019-2024 Dell Inc. or its subsidiaries. All Rights Reserved. +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -32,13 +32,12 @@ ENTRYPOINT ["/csi-vxflexos.sh"] COPY --from=builder /go/src/csi-vxflexos / COPY "csi-vxflexos.sh" / RUN chmod +x /csi-vxflexos.sh -LABEL vendor="Dell Inc." \ +LABEL vendor="Dell Technologies" \ + maintainer="Dell Technologies" \ name="csi-powerflex" \ summary="CSI Driver for Dell EMC PowerFlex" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerFlex" \ + release="1.13.0" \ version="2.13.0" \ license="Apache-2.0" COPY ./licenses /licenses - - - From 21da0760133384aa0fa324ff6fe36cc818f76bfc Mon Sep 17 00:00:00 2001 From: Don Khan Date: Wed, 8 Jan 2025 15:28:12 -0500 Subject: [PATCH 2/2] Fix copyright date. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a06abe50..22997c97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright © 2019-2024 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2019-2025 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.