Bug 1641974

Summary: Not all Tags of Container-native Virtualization have the version Prefix
Product: Container Native Virtualization (CNV) Reporter: Federico Simoncelli <fsimonce>
Component: VirtualizationAssignee: Marc Sluiter <msluiter>
Status: CLOSED CURRENTRELEASE QA Contact: zhe peng <zpeng>
Severity: high Docs Contact:
Priority: high    
Version: 1.3CC: cnv-qe-bugs, fdeutsch, fsimonce, mfranczy, msluiter, ncredi
Target Milestone: ---   
Target Release: 1.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cnv-libvirt-container-v1.3.0-3 virt-api-container-v1.3.0-11 virt-controller-container-v1.3.0-13 virt-handler-container-v1.3.0-12 virt-launcher-container-v1.3.0-13 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1647969 (view as bug list) Environment:
Last Closed: 2019-01-08 14:27:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1647969    

Description Federico Simoncelli 2018-10-23 09:27:24 UTC
Description of problem:
It seems that 

Version-Release number of selected component (if applicable):
virt-controller:v1.3.0-1 but I am sure it applies to all other CNV builds.

How reproducible:
100%

Steps to Reproduce:
1. Use skopeo to collect information about image

Actual results:
The image contains tags without the "v" prefix.

[
  "1.3",
  "1.3-1",
  "v1.3.0",
  "1.3-2",
  "v1.3.0-2",
  "v1.3.0-3",
  "v1.3.0-1",
  "latest"
]


Expected results:
[
  "v1.3",
  "v1.3-1",
  "v1.3.0",
  "v1.3-2",
  "v1.3.0-2",
  "v1.3.0-3",
  "v1.3.0-1",
  "latest"
]

Comment 17 zhe peng 2018-11-13 10:14:08 UTC
per dev's comments, move this one to verified.