Some images fail to replicate
I have noticed that some images are failing to replicate. There appears to be a mismatch between the location of an extracted tar file and where the code expects to find it. For example, stackrox is un-tar'ed here: temp/stackrox/stackrox/collector-rhel/reports/collector-rhel-3.0.7-latest.tar but it appears the code is looking for it here: temp/stackrox/stackrox/collector-rhel/2020-03-21T17:12:37.187_9/collector-rhel-3.0.7-latest.tar
It looks like the location is derived from the reduced JSON file: "stackrox/stackrox/collector-rhel:3.0.7-latest":
{ "vendor": "stackrox", "product": "stackrox", "image": "collector-rhel", "tag": "3.0.7-latest", "lastUpdate": "2020-03-21T17:12:37.187", "jenkinsRun": "9", "url": "/repomap/stackrox/stackrox/collector-rhel", "approval": "Container Approval Status: pendingapproval", "imageTar": "/report-artifact/dsop-pipeline-artifacts/container-scan-reports/stackrox/stackrox/collector-rhel/3.0.7-latest/2020-03-21T17:12:37.187_9/collector-rhel-3.0.7-latest.tar", "reportsSignatureTar": "/report-artifact/dsop-pipeline-artifacts/container-scan-reports/stackrox/stackrox/collector-rhel/3.0.7-latest/2020-03-21T17:12:37.187_9/collector-rhel-3.0.7-latest-reports-signature.tar.gz" }