Skip to content

Commit

Permalink
Add sbom_for_oci_copy_task.py script to image
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jan 23, 2025
1 parent b558fe6 commit 2f17818
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sbom-utility-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ COPY scripts/index-image-sbom-script/index_image_sbom_script.py /scripts
COPY scripts/add-image-reference-script/add_image_reference.py /scripts
COPY scripts/add-image-reference-script/requirements.txt /scripts/add-image-reference-requirements.txt

COPY scripts/sbom-for-oci-copy-task/sbom_for_oci_copy_task.py /script
COPY scripts/sbom-for-oci-copy-task/requirements.txt /scripts/sbom-for-oci-copy-task-requirements.txt

RUN pip3 install --no-cache-dir \
-r merge-sboms-script-requirements.txt \
-r base-images-sbom-script-requirements.txt \
-r index-image-sbom-script-requirements.txt \
-r add-image-reference-requirements.txt
-r add-image-reference-requirements.txt \
-r sbom-for-oci-copy-task-requirements.txt

0 comments on commit 2f17818

Please sign in to comment.