oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
160 stars 201 forks source link

containers: fix local image name #364

Closed aesteve-rh closed 1 year ago

aesteve-rh commented 1 year ago

Local image name of the vdsm-test containers is vdsm-test:tag. However, the containers test job, mimicking the network job, has ovirt/vdsm-test as the image name. As a result, when the job tries to upload the image, it fails to find it locally.

It should be just vdsm-test. The upload job will store the image for the oVirt user under ovirt/vdsm-test:tag repository, as expected.

Fixes: 533322126010366da334d11980df4e1a525cf797 Signed-off-by: Albert Esteve aesteve@redhat.com