From 3058a99116a81258b609eed5dd51cfa99f84d7e3 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 8 Mar 2024 18:55:37 +0100 Subject: [PATCH] Dockerfile: Add image descriptions and source More information in case the image is consumed via different sources than the official one. Signed-off-by: Jan Kiszka --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index dfebca2c..16b16449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,8 @@ ARG DEBIAN_TAG=bookworm-slim FROM debian:${DEBIAN_TAG} as kas-base +LABEL org.opencontainers.image.source="https://github.com/siemens/kas" + ARG SOURCE_DATE_EPOCH ARG CACHE_SHARING=locked @@ -95,6 +97,8 @@ ENTRYPOINT ["/container-entrypoint"] FROM kas-base as kas-isar +LABEL org.opencontainers.image.description="Build environment for isar-based Debian projects" + ARG SOURCE_DATE_EPOCH ARG CACHE_SHARING=locked @@ -125,6 +129,8 @@ USER builder FROM kas-base as kas +LABEL org.opencontainers.image.description "Build environment for Yocto/OpenEmbedded projects" + ARG SOURCE_DATE_EPOCH ARG CACHE_SHARING=locked