From 2c4f2204de9ab4e08753ceeb1c499e7f67047b87 Mon Sep 17 00:00:00 2001 From: Thorsten Duda Date: Thu, 16 Mar 2023 12:59:54 +0100 Subject: [PATCH] Added LABEL statement With the LABEL statement you get a nice overview in the github package registry. --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index c4fdb67..c558256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,9 @@ FROM buildpack-deps:bullseye-curl +LABEL org.opencontainers.image.source=https://github.com/SAP/devops-docker-cf-cli +LABEL org.opencontainers.image.description="An image for the cf cli" +LABEL org.opencontainers.image.licenses=Apache-2.0 + ENV VERSION 0.1 # https://github.com/hadolint/hadolint/wiki/DL4006