Skip to content

Commit fcc105f

Browse files
committed
Enable image digests in bundle generation
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).
1 parent b4861fb commit fcc105f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Generate bundle
7272
run: |
73-
make bundle IMG=$OPERATOR_IMAGE
73+
make bundle IMG=$OPERATOR_IMAGE USE_IMAGE_DIGESTS=true
7474
make bundle-build BUNDLE_IMG=$BUNDLE_IMAGE
7575
docker tag $BUNDLE_IMAGE $BUNDLE_IMAGE_LATEST
7676
make bundle-push BUNDLE_IMG=$BUNDLE_IMAGE

0 commit comments

Comments
 (0)