PUT /api/platform/docker/image/tag/
Authorization: Bearer ${token}
Content-Type: application/json
{ "context": "", "identity": "", "tag": "" }
[ { "kind": "status", "payload": { "code": 0, "message": "" } } ]
Docker image push request
Request of push platform docker image
Docker image remove request
Request of remove platform docker image
Overview