Skip to content

Commit

Permalink
Add preflight required labels. (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork authored Jan 9, 2025
1 parent 9d8cb07 commit eafdc14
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-powerstore" \
summary="Dell Container Storage Modules (CSM) for Observability - Metrics for PowerStore" \
description="Provides insight into storage usage and performance as it relates to the CSI (Container Storage Interface) Driver for Dell PowerStore" \
version="2.0.0" \
release="1.13.0" \
version="1.11.0" \
license="Apache-2.0"
COPY --from=builder /go/src/service /
ENTRYPOINT ["/service"]

0 comments on commit eafdc14

Please sign in to comment.