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 8, 2025
1 parent dd36f63 commit 9f13b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.podman
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ ENTRYPOINT ["/run.sh"]
# final stage
FROM driver as final

LABEL vendor="Dell Inc." \
LABEL vendor="Dell Technologies" \
maintainer="Dell Technologies" \
name="csi-unity" \
summary="CSI Driver for Dell Unity XT" \
description="CSI Driver for provisioning persistent storage from Dell Unity XT" \
release="1.13.0" \
version="2.13.0" \
license="Apache-2.0"
COPY csi-unity/licenses /licenses

0 comments on commit 9f13b83

Please sign in to comment.