moby / tool

Temporary repository for the moby assembly tool used by the Moby project
Apache License 2.0
75 stars 65 forks source link

Add a "metadata" file contents flag #122

Closed justincormack closed 7 years ago

justincormack commented 7 years ago

Currently this supports "yaml" as the only option, which will output the yaml config (as JSON) into the file specified in the image.

Fix #107

This should be extended to add more metadata, eg moby tool commit and version used to build, and anything else useful.

deitch commented 7 years ago

Can we add a sample use and/or doc?

justincormack commented 7 years ago

AH yes, will update doc; was going to add to linuxkit.yml too

justincormack commented 7 years ago

added doc