Skip to content

Commit e5e66e3

Browse files
committed
docs: add note about container image to intro
Signed-off-by: Felix Moessbauer <[email protected]>
1 parent 0fe50b9 commit e5e66e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/intro.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ Their relationship is expressed with the ``GENERATES`` relation.
7676
For packages that are marked as ``Built-Using`` in the dpkg status file, we use the ``GENERATED_FROM`` relation.
7777
This expresses the same semantic in SPDX, but this way it can still be identified if it is a proper source/binary relationship or a built-using one.
7878

79+
Container Image
80+
---------------
81+
82+
The ``debsbom`` tool is available as a container image at ``ghcr.io/siemens/debsbom:<latest|tag>``.
83+
It runs as root inside the container, allowing mounted directories (e.g., the download directory) to be owned by the invoking user in rootless environments, simplifying CI usage.
84+
85+
The container image is built in a bit‑for‑bit reproducible manner.
86+
This can be verified by forking the repository, executing the CI pipeline, and comparing the hashes of the resulting container manifest.
7987

8088
Limitations
8189
-----------

0 commit comments

Comments
 (0)