Skip to content

Enable image digests in bundle generation#87

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
lpiwowar/use-image-digests
Feb 19, 2026
Merged

Enable image digests in bundle generation#87
openshift-merge-bot[bot] merged 1 commit into
mainfrom
lpiwowar/use-image-digests

Conversation

@lpiwowar

Copy link
Copy Markdown
Contributor

Set USE_IMAGE_DIGESTS=true when running make bundle to pin images using SHA256 digests. This improves security and reproducibility, and simplifies releases to the community-operators catalog (we can just extract the content of the bundle image, make minor modifications and we are ready for the release).

Set USE_IMAGE_DIGESTS=true when running make bundle to pin images
using SHA256 digests. This improves security and reproducibility,
and simplifies releases to the community-operators catalog (we can just
extract the content of the bundle image, make minor modifications and
we are ready for the release).
@openshift-ci openshift-ci Bot requested review from Akrog and umago February 18, 2026 18:55
@openshift-ci

openshift-ci Bot commented Feb 18, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lpiwowar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

- name: Generate bundle
run: |
make bundle IMG=$OPERATOR_IMAGE
make bundle IMG=$OPERATOR_IMAGE USE_IMAGE_DIGESTS=true

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @umago, for mentioning the USE_IMAGE_DIGESTS today:).

@umago

umago commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

/lgtm

Thanks for the patch!

@openshift-ci openshift-ci Bot added the lgtm label Feb 19, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 77a09fa into main Feb 19, 2026
7 checks passed
@lpiwowar lpiwowar deleted the lpiwowar/use-image-digests branch February 27, 2026 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants