File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -110,13 +110,15 @@ if [[ "${PRODUCT}" != 1.* ]] ; then
110110 cp ./nifi-iceberg-services-api-nar/target/nifi-iceberg-services-api-nar-${NIFI_ICEBERG_BUNDLE}.nar /stackable
111111 cp ./nifi-iceberg-services-nar/target/nifi-iceberg-services-nar-${NIFI_ICEBERG_BUNDLE}.nar /stackable
112112 cp ./nifi-iceberg-processors-nar/target/nifi-iceberg-processors-nar-${NIFI_ICEBERG_BUNDLE}.nar /stackable
113+ cp ./target/bom.json /stackable/nifi-iceberg-bundle.sbom.json
113114
114115 cd ..
115116 # Save disk space, even for intermediate images
116117 rm -rf nifi-iceberg-bundle-main
117118
118119# Set correct groups
119120chmod g=u /stackable/*.nar
121+ chmod g=u /stackable/*.sbom.json
120122fi
121123EOF
122124
@@ -137,6 +139,7 @@ LABEL name="Apache NiFi" \
137139COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-builder /stackable/nifi-${PRODUCT} /stackable/nifi-${PRODUCT}/
138140COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-builder /stackable/stackable-bcrypt.jar /stackable/stackable-bcrypt.jar
139141COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-iceberg-bundle-builder /stackable/*.nar /stackable/nifi-${PRODUCT}/lib/
142+ COPY --chown=${STACKABLE_USER_UID}:0 --from=nifi-iceberg-bundle-builder /stackable/*.sbom.json /stackable/nifi-${PRODUCT}/lib/
140143
141144COPY --chown=${STACKABLE_USER_UID}:0 nifi/stackable/bin /stackable/bin
142145COPY --chown=${STACKABLE_USER_UID}:0 nifi/licenses /licenses
You can’t perform that action at this time.
0 commit comments