Skip to content

Commit

Permalink
Dockerfile: Add image descriptions and source
Browse files Browse the repository at this point in the history
More information in case the image is consumed via different sources
than the official one.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Mar 8, 2024
1 parent 9103719 commit 3058a99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3058a99

Please sign in to comment.