diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index 845f10bb70..4dcacac50d 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -303,7 +303,7 @@ spec: - name: name value: buildah-remote-oci-ta - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:f579f6d72db53da9e0b3f84e89d66d0f81c360a0785576308a93c3774b73be11 + value: quay.io/konflux-ci/tekton-catalog/task-buildah-remote-oci-ta:0.8@sha256:36914fa75f224eae34b47bb9523e8d5d00d7ab7ea0c12a4ded5125d3d29c8bc8 - name: kind value: task resolver: bundles @@ -533,7 +533,7 @@ spec: - name: name value: rpms-signature-scan - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:a99d8fd4c9027356b18e5d2910cc44dbc2fcb53c384ba34696645d9e7faa9084 + value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:47b81d6b3d752649eddfbb8b3fd8f6522c4bb07f6d1946f9bc45dae3f92e2c9a - name: kind value: task resolver: bundles diff --git a/Makefile b/Makefile index 55d4840b1b..cf46826b82 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ container-dockerfile-dev: builder: ifneq ($(BUILD_BUILDER_IMAGE), false) docker buildx build --load --platform ${PLATFORM} \ + --provenance=false \ --build-arg COLLECTOR_BUILDER_DEBUG=$(COLLECTOR_BUILDER_DEBUG) \ -t quay.io/stackrox-io/collector-builder:$(COLLECTOR_BUILDER_TAG) \ -f "$(CURDIR)/builder/Dockerfile" \