roles
This commit is contained in:
parent
17a51ec3ba
commit
d8797fa0d7
|
@ -19,6 +19,7 @@ class image extends objectStructs
|
||||||
|
|
||||||
public function __construct($vars)
|
public function __construct($vars)
|
||||||
{
|
{
|
||||||
|
$this->Log(__FUNCTION__ . " load image object with: ".print_r($vars,true));
|
||||||
if (is_array($vars))
|
if (is_array($vars))
|
||||||
{
|
{
|
||||||
$this->imageName = (isset($vars['image']) ? $vars['image'] :
|
$this->imageName = (isset($vars['image']) ? $vars['image'] :
|
||||||
|
|
|
@ -114,6 +114,7 @@ class podmanImageManager implements podmanImageManagerInterface
|
||||||
try {
|
try {
|
||||||
$ImageRaw = $this->doRequest($ImageManifestURL, null, array('Accept: application/vnd.oci.image.manifest.v1+json'),true);
|
$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>";
|
// echo "<br> image maniest<br><pre>".print_r($ImageRaw,true)."</pre>";
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (\Exception $e)
|
catch (\Exception $e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue