mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-07 08:20:15 +00:00
29 lines
844 B
JSON
29 lines
844 B
JSON
{
|
|
"push_data":{
|
|
"pushed_at":1385141110,
|
|
"images":[
|
|
"imagehash1",
|
|
"imagehash2",
|
|
"imagehash3"
|
|
],
|
|
"pusher":"username"
|
|
},
|
|
"repository":{
|
|
"status":"Active",
|
|
"description":"my docker repo that does cool things",
|
|
"is_trusted":false,
|
|
"full_description":"This is my full description",
|
|
"repo_url":"https://registry.hub.docker.com/u/username/reponame/",
|
|
"owner":"username",
|
|
"is_official":false,
|
|
"is_private":false,
|
|
"name":"reponame",
|
|
"namespace":"username",
|
|
"star_count":1,
|
|
"comment_count":1,
|
|
"date_created":1370174400,
|
|
"dockerfile":"my full dockerfile is listed here",
|
|
"repo_name":"username/reponame"
|
|
}
|
|
}
|