Skip to content

Commit 3531d15

Browse files
author
Arthur Granado
committed
fix: improve image metadata information
1 parent 09ffa71 commit 3531d15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ RUN cd $GOPATH/src/github.com/containers/skopeo \
1414
#---------------------------------------------------------------------
1515
FROM registry.access.redhat.com/ubi8/ubi:latest
1616

17-
LABEL maintainer="Snyk Ltd"
17+
LABEL name="Snyk Controller" \
18+
maintainer="[email protected]" \
19+
vendor="Snyk Ltd" \
20+
summary="Snyk integration for Kubernetes" \
21+
description="Snyk Controller enables you to import and test your running workloads and identify vulnerabilities in their associated images and configurations that might make those workloads less secure."
22+
23+
COPY LICENSE /licenses/LICENSE
1824

1925
ENV NODE_ENV production
2026

0 commit comments

Comments
 (0)