Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
2 new attributes artifact and privilegedContainer are being added at the component-level, e.g. below -
{ "uri": "/services/v1/applications/test-app", "name": "test-app", . . "containers": [ { "uri": "/services/v1/applications/test-app/containers/container_e3376_1485898199590_0175_01_000002", . . "artifact": { "id": "docker.io/test-centos6:0.2", "type": "DOCKER" }, "privilegedContainer": false, . . } ], . . }