This commit is contained in:
2020-12-17 22:31:41 -05:00
parent 17a51ec3ba
commit d8797fa0d7
2 changed files with 2 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ class podmanImageManager implements podmanImageManagerInterface
try {
$ImageRaw = $this->doRequest($ImageManifestURL, null, array('Accept: application/vnd.oci.image.manifest.v1+json'),true);
// echo "<br> image maniest<br><pre>".print_r($ImageRaw,true)."</pre>";
}
catch (\Exception $e)
{