From 6c5ed27db86eff22d99664c9c5cc220abc70a5bc Mon Sep 17 00:00:00 2001 From: Don Khan Date: Wed, 8 Jan 2025 19:28:11 -0500 Subject: [PATCH 1/2] Add preflight required labels. --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c11d4327..196ec006 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,10 +26,12 @@ RUN go mod download RUN CGO_ENABLED=0 go build -o $APP ./cmd/$APP FROM $BASEIMAGE as final -LABEL vendor="Dell Inc." \ +LABEL vendor="Dell Technologies" \ + maintainer="Dell Technologies" \ name="csm-authorization" \ summary="Dell Container Storage Modules (CSM) for Authorization" \ description="CSM for Authorization provides storage and Kubernetes administrators the ability to apply RBAC for Dell CSI Drivers" \ + release="1.13.0" \ version="2.0.0" \ license="Apache-2.0" ARG APP From ab88228cdacb71475a7161549baaeb03cf5357d9 Mon Sep 17 00:00:00 2001 From: Don Khan Date: Thu, 9 Jan 2025 07:08:00 -0500 Subject: [PATCH 2/2] Set version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 196ec006..5da8a853 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ LABEL vendor="Dell Technologies" \ summary="Dell Container Storage Modules (CSM) for Authorization" \ description="CSM for Authorization provides storage and Kubernetes administrators the ability to apply RBAC for Dell CSI Drivers" \ release="1.13.0" \ - version="2.0.0" \ + version="1.13.0" \ license="Apache-2.0" ARG APP