Skip to content

Commit

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

* Fix version
  • Loading branch information
donatwork authored Jan 9, 2025
1 parent 70981d7 commit eaed77e
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-metrics-powermax" \
summary="Dell Container Storage Modules (CSM) for Observability - Metrics for PowerMax" \
description="Provides insight into storage usage and performance as it relates to the CSI (Container Storage Interface) Driver for Dell PowerMax" \
version="2.0.0" \
release="1.13.0" \
version="1.6.0" \
license="Apache-2.0"

COPY /licenses /licenses
Expand Down

0 comments on commit eaed77e

Please sign in to comment.