Bug 1794305

Summary: podman: unsupported docker v2s2 media type: "" error? during image pulling
Product: Red Hat OpenStack Reporter: Jad Haj Yahya <jhajyahy>
Component: openstack-tripleo-commonAssignee: Adriano Petrich <apetrich>
Status: CLOSED DUPLICATE QA Contact: Jad Haj Yahya <jhajyahy>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 16.0 (Train)CC: aschultz, mburns, slinaber
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-23 16:49:15 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:

Description Jad Haj Yahya 2020-01-23 08:58:18 UTC
Description of problem:
 [pull modified podman image to local registry] TASK failed with below error:

task path: /home/rhos-ci/jenkins/workspace/DFG-df-deployment-16-virthost-1cont_1comp_3ceph-ceph-ipv4-geneve-tripleo-modify-image-custom_Dockerfile-RHELOSP-41501/infrared/plugins/tripleo-config-changes/tasks/ansible_tripleo_modify_image/pre.yml:137
Wednesday 22 January 2020  01:34:11 +0000 (0:00:00.130)       0:01:58.322 ***** 
failed: [undercloud-0] (item={'key': u'ContainerNovaComputeImage', 'value': u'undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix'}) => {
    "_container_data": {
        "key": "ContainerNovaComputeImage", 
        "value": "undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix"
    }, 
    "changed": true, 
    "cmd": "podman pull undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix", 
    "delta": "0:00:00.127914", 
    "end": "2020-01-22 01:34:12.716697", 
    "rc": 125, 
    "start": "2020-01-22 01:34:12.588783"
}

STDERR:

Trying to pull undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix...
  unsupported docker v2s2 media type: ""
Error: error pulling image "undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix": unable to pull undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix: unable to pull image: Error initializing image from source docker://undercloud-0.ctlplane.redhat.local:8787/rh-osbs/rhosp16-openstack-nova-compute:20200117.1-hotfix: unsupported docker v2s2 media type: ""



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Run job https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/df/view/deployment/job/DFG-df-deployment-16-virthost-1cont_1comp_3ceph-ceph-ipv4-geneve-tripleo-modify-image-custom_Dockerfile-RHELOSP-41501/9/
2.
3.

Actual results:
[pull modified podman image to local registry] TASK failed

Expected results:
[pull modified podman image to local registry] TASK  should pass

Additional info:

Comment 1 Alex Schultz 2020-01-23 16:49:15 UTC

*** This bug has been marked as a duplicate of bug 1793960 ***