mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Add 'platform' column to the output of `capstan images` #59

Closed miha-plesko closed 7 years ago

miha-plesko commented 7 years ago

It's useful to know what platform was image built on (e.g. "Ubuntu-14.04"), especially in case of mike/osv-loader since only packages built on compatible platform will work there. With this commit we add additional attribute to the index.yaml of each image.

miha-plesko commented 7 years ago

I've just pushed a small update of unit tests. Some of them were failing since "N/A" is displayed for images with unknown platform. Well - not any more!