From 9beabab183dac64df1b52db7e2a13c2794105828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Tue, 22 Feb 2022 21:16:15 +0300 Subject: [PATCH] feat: add necesarry labels to container image to be able to display image in artifacthub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8b72b061a31..34c29882213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,8 @@ LABEL org.opencontainers.image.revision=$VCS_REF LABEL org.opencontainers.image.vendor="Anchore, Inc." LABEL org.opencontainers.image.version=$BUILD_VERSION LABEL org.opencontainers.image.licenses="Apache-2.0" +LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/anchore/grype/main/README.md" +LABEL io.artifacthub.package.logo-url="https://user-images.githubusercontent.com/5199289/136855393-d0a9eef9-ccf1-4e2b-9d7c-7aad16a567e5.png" +LABEL io.artifacthub.package.license="Apache-2.0" ENTRYPOINT ["/grype"]