github.com/go-playground/webhooks/v6@v6.3.0/testdata/docker/docker_hub_build_notice.json (about) 1 { 2 "callback_url": "https://registry.hub.docker.com/u/svendowideit/testhook/hook/2141b5bi5i5b02bec211i4eeih0242eg11000a/", 3 "push_data": { 4 "images": [ 5 "27d47432a69bca5f2700e4dff7de0388ed65f9d3fb1ec645e2bc24c223dc1cc3", 6 "51a9c7c1f8bb2fa19bcd09789a34e63f35abb80044bc10196e304f6634cc582c", 7 "..." 8 ], 9 "pushed_at": 1.417566161e+09, 10 "pusher": "trustedbuilder", 11 "tag": "latest" 12 }, 13 "repository": { 14 "comment_count": 0, 15 "date_created": 1.417494799e+09, 16 "description": "", 17 "dockerfile": "#\n# BUILD\u0009\u0009docker build -t svendowideit/apt-cacher .\n# RUN\u0009\u0009docker run -d -p 3142:3142 -name apt-cacher-run apt-cacher\n#\n# and then you can run containers with:\n# \u0009\u0009docker run -t -i -rm -e http_proxy http://192.168.1.2:3142/ debian bash\n#\nFROM\u0009\u0009ubuntu\n\n\nVOLUME\u0009\u0009[/var/cache/apt-cacher-ng]\nRUN\u0009\u0009apt-get update ; apt-get install -yq apt-cacher-ng\n\nEXPOSE \u0009\u00093142\nCMD\u0009\u0009chmod 777 /var/cache/apt-cacher-ng ; /etc/init.d/apt-cacher-ng start ; tail -f /var/log/apt-cacher-ng/*\n", 18 "full_description": "Docker Hub based automated build from a GitHub repo", 19 "is_official": false, 20 "is_private": true, 21 "is_trusted": true, 22 "name": "testhook", 23 "namespace": "svendowideit", 24 "owner": "svendowideit", 25 "repo_name": "svendowideit/testhook", 26 "repo_url": "https://registry.hub.docker.com/u/svendowideit/testhook/", 27 "star_count": 0, 28 "status": "Active" 29 } 30 }