Skip to content

Commit

Permalink
Add preflight required labels. (#183)
Browse files Browse the repository at this point in the history
* Add preflight required labels.

* updated version in dockerfile

---------

Co-authored-by: Chiman Jain <[email protected]>
  • Loading branch information
donatwork and chimanjain authored Jan 9, 2025
1 parent 1933d62 commit bc79f74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /go/src/service /go/src/$APP_NAME/$CMD_

# Build the sdk image
FROM $BASEIMAGE as final
LABEL vendor="Dell Inc." \
LABEL vendor="Dell Technologies" \
maintainer="Dell Technologies" \
name="csm-topology" \
summary="Dell Container Storage Modules (CSM) for Observability - Metrics for Topology" \
description="Provides Kubernetes administrators with the topology data related to containerized storage that is provisioned by CSI (Container Storage Interface) Drivers for Dell storage products" \
version="2.0.0" \
release="1.13.0" \
version="1.11.0" \
license="Apache-2.0"

COPY /licenses /licenses
Expand Down

0 comments on commit bc79f74

Please sign in to comment.