Created
March 5, 2015 18:30
-
-
Save ripienaar/624a1fb7eefbef09d2d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% docker run -ti --rm ripienaar/rbldnsd --inspect | |
Container management methods: | |
Container supports START method using command /srv/support/bin/start.sh | |
Container supports UPDATE method using command /srv/support/bin/update.sh | |
Container supports VALIDATE method using command /srv/support/bin/validate.sh | |
Metadata for image centos_base | |
Names: | |
Project Name: centos_base | |
Image Name: ripienaar/centos_base | |
Image Tag Names: registry/ripienaar/centos_base | |
Build Info: | |
CI Run: true | |
Git Hash: 89014af8f32f87a354d9b9880ab7c93647c3c9ba | |
Build Cause: MANUALTRIGGER | |
Build Time: 2015-03-05 18:15:12 (1425579312) | |
Build Tag: jenkins-docker centos_base-16 | |
Actions: | |
START: not set | |
UPDATE: not set | |
VALIDATE: not set | |
Metadata for image rbldnsd | |
Names: | |
Project Name: rbldnsd | |
Image Name: ripienaar/rbldnsd | |
Image Tag Names: dev-registry.devco.net/ripienaar/rbldnsd | |
Build Info: | |
CI Run: false | |
Git Hash: 5f64fc1bc002e0ce35af6b2064fb5613af94537c | |
Build Cause: cli invoke | |
Build Time: 2015-03-05 18:16:14 (1425579374) | |
Build Tag: 465c97af-789a-50c3-b0ae-f6ec51e2f76c | |
Actions: | |
START: /srv/support/bin/start.sh | |
UPDATE: /srv/support/bin/update.sh | |
VALIDATE: /srv/support/bin/validate.sh | |
~/work/docker_rbldnsd (master) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% docker run -ti --rm ripienaar/rbldnsd --metadata|json_reformat | |
{ | |
"gitref": "5f64fc1bc002e0ce35af6b2064fb5613af94537c", | |
"project": "rbldnsd", | |
"image_name": "ripienaar/rbldnsd", | |
"image_tag_names": [ | |
"dev-registry.devco.net/ripienaar/rbldnsd" | |
], | |
"build_cause": "cli invoke", | |
"ci": false, | |
"build_time": "2015-03-05 18:16:14", | |
"build_time_stamp": 1425579374, | |
"build_tag": "465c97af-789a-50c3-b0ae-f6ec51e2f76c", | |
"validate": true, | |
"start_method": "/srv/support/bin/start.sh", | |
"update_method": "/srv/support/bin/update.sh", | |
"validate_method": "/srv/support/bin/validate.sh" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment