diff --git a/Dockerfile b/Dockerfile index 7c79f7c..5e71f40 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