summaryrefslogtreecommitdiff
path: root/contrib/bst-docker-import
Commit message (Collapse)AuthorAgeFilesLines
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-1/+1
| | | | | | | | | | | This commit marks 'bst checkout' as a 'hidden' command. If used, the user will be prompted to use the new 'bst artifact checkout' command. All tests which used 'bst checkout' have been modified to use the new artifact sub-command. This partially solves #822.
* bst-docker-import: fix Chandan's namechadnanAngelos Evripiotis2019-01-161-1/+1
|
* bst-docker-import: Consistently use stderr for all logsChandan Singh2018-10-081-4/+4
| | | | | | In !857, we added `contrib/bst-docker-import` script but it has a small issue that some of logs go to stdout while others go to stderr. Fix it so that all logging is done on stderr.
* Add contrib script to generate Docker images from bst checkoutChandan Singh2018-10-051-0/+102
This script can be useful to generate a Docker image from `bst checkout` of an element as a single command. While this script does not eliminate the need for a proper Docker/OCI element plugin that would probably also support layering, it provides a cheap way to export the element into a Docker image.