initial
This commit is contained in:
53
imageConfig.php
Normal file
53
imageConfig.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace podmanImageManager;
|
||||
|
||||
|
||||
use objectStructs\objectStructs;
|
||||
|
||||
class imageConfig extends objectStructs
|
||||
{
|
||||
/** @var string */
|
||||
public $created;
|
||||
/** @var string */
|
||||
public $author;
|
||||
/** @var string */
|
||||
public $architecture;
|
||||
/** @var string */
|
||||
public $os;
|
||||
/** @var imageConfigConfig */
|
||||
public $config;
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* created] => 2020-04-23T00:50:14.871449584Z
|
||||
[author] => Cooini, LLC
|
||||
[architecture] => amd64
|
||||
[os] => linux
|
||||
|
||||
|
||||
[rootfs] => stdClass Object
|
||||
(
|
||||
[type] => layers
|
||||
[diff_ids] => Array
|
||||
(
|
||||
[0] => sha256:7402c41ceaacfdd10fcdc3c64e67ed61797dadad8adaf081e9e9bea71e0eafc2
|
||||
)
|
||||
|
||||
)
|
||||
|
||||
[history] => Array
|
||||
(
|
||||
[0] => stdClass Object
|
||||
(
|
||||
[created] => 2020-04-23T00:50:14.871449584Z
|
||||
[created_by] => /bin/sh
|
||||
[author] => Cooini, LLC
|
||||
)
|
||||
|
||||
)
|
||||
*/
|
||||
Reference in New Issue
Block a user