Overview
We'd also need '%registry_path' macro defined in the prjconf, similar to how its done in https://build.opensuse.org/projects/Virtualization/prjconf:
# Define a registry path for kubevirt-manifests that points to registry location
# of the KubeVirt images built in the project
%registry_path registry.opensuse.org/virtualization/container/kubevirt
The macro is used to correctly fill the manifest templates. It should point to the proper paths in the container registry where the images are published.
found conflict of containerized-data-importer-operator-1.30.0-6.1.x86_64 with kubevirt-virt-operator-0.38.1-2.1.x86_64 /usr/bin/csv-generator
The conflicting packages are supposed to be installed in different containers:
- kubevirt-virt-operator provides /usr/bin/csv-generator for virt-operator-container
- containerized-data-importer-operator provides /usr/bin/csv-generator for cdi-operator-container
It is not expected to have them both on the same filesystem.
Request History
vulyanov created request
Containerized-Data-Importer (CDI)
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
dimstar_suse added openSUSE:Factory:Staging:adi:1 as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:1"
dimstar_suse accepted review
Picked "openSUSE:Factory:Staging:adi:1"
dimstar accepted review
dimstar_suse accepted review
Staging Project openSUSE:Factory:Staging:adi:1 got accepted.
dimstar_suse approved review
Staging Project openSUSE:Factory:Staging:adi:1 got accepted.
dimstar_suse accepted request
Staging Project openSUSE:Factory:Staging:adi:1 got accepted.
'csv-generator' tool seems not needed inside the container image. Decided to drop it. That should fix the conflict.