File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ jq '.dependencies |= map(if .ref | test("^apache-airflow-providers-") then
6464 .dependsOn |= map(select(. != "apache-airflow==${PRODUCT}"))
6565else
6666 .
67- end)' /tmp/sbom.json > /stackable/airflow-${PRODUCT}.cdx.json
67+ end)' /tmp/sbom.json > /stackable/app/ airflow-${PRODUCT}.cdx.json
6868
6969rm /tmp/sbom.json
7070EOF
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ COPY --chown=stackable:stackable kafka/licenses /licenses
102102# We copy opa-authorizer.jar and jmx-exporter through the builder image to have an absolutely minimal final image
103103# (e.g. we don't even need curl in it).
104104COPY --chown=stackable:stackable --from=kafka-builder /stackable/kafka_${SCALA}-${PRODUCT} /stackable/kafka_${SCALA}-${PRODUCT}
105- COPY --chown=stackable:stackable --from=kafka-builder /stackable/kafka_${SCALA}-${PRODUCT}.cdx.json /stackable/kafka_${SCALA}-${PRODUCT}.cdx.json
105+ COPY --chown=stackable:stackable --from=kafka-builder /stackable/kafka_${SCALA}-${PRODUCT}.cdx.json /stackable/kafka_${SCALA}-${PRODUCT}/kafka_${SCALA}-${PRODUCT} .cdx.json
106106COPY --chown=stackable:stackable --from=kafka-builder /stackable/jmx/ /stackable/jmx/
107107COPY --chown=stackable:stackable --from=kcat /stackable/kcat-${KCAT}/kcat /stackable/bin/kcat-${KCAT}
108108COPY --chown=stackable:stackable --from=kcat /licenses /licenses
You can’t perform that action at this time.
0 commit comments