Skip to content

Commit

Permalink
feat(CLOUDDST-22843): Added signtractions python package
Browse files Browse the repository at this point in the history
Signtractions is wrapper for pubtools-sign project which
allows signing containers with cosign.
This commit is related to the
konflux-ci/release-service-catalog#442
which use project signtractions as tekton task for signing
containers in release snapshots

Signed-off-by: Jindrich Luza <[email protected]>
  • Loading branch information
midnightercz committed Jun 7, 2024
1 parent bcc8bcf commit 0fc8b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN dnf -y --setopt=tsflags=nodocs install \

RUN pip3 install jinja2 \
jinja2-ansible-filters \
packageurl-python
packageurl-python \
signtractions

ADD data/certs/2015-IT-Root-CA.pem data/certs/2022-IT-Root-CA.pem /etc/pki/ca-trust/source/anchors/
RUN update-ca-trust
Expand Down

0 comments on commit 0fc8b88

Please sign in to comment.