Skip to content

Commit

Permalink
Add preflight required labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork committed Jan 9, 2025
1 parent 20123f0 commit 6c5ed27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c5ed27

Please sign in to comment.