Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shellcheck | Serge Schneider | 2018-03-13 | 1 | -2/+2 |
| | |||||
* | Add option to preserve build container (#160) | andig | 2018-03-05 | 1 | -1/+7 |
| | |||||
* | Correct help text (#145) | andig | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | fix docker-in-docker copying when not doing CONTINUE=1 | Claus Strasburger | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Docker-Build enhancements | Claus Strasburger | 2017-09-21 | 1 | -7/+10 |
| | | | | | | - don't use any volume mounts anymore to allow using docker-in-docker (with docker.sock mounted) - smaller Docker build context by ignoring some files | ||||
* | [fixing] docker parts | Jacen | 2017-09-04 | 1 | -5/+5 |
| | |||||
* | Corrected various typos (#91) | TJ Rana | 2017-07-27 | 1 | -0/+1 |
| | | | | | | | | | | * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines | ||||
* | Docker build: move to debian stretch | Claus Strasburger | 2017-07-17 | 1 | -3/+4 |
| | |||||
* | Also use -v in error message | Andrew Smith | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Fixed running docker script from within pwd containing spaces | Thomas Phillips | 2017-06-27 | 1 | -4/+6 |
| | |||||
* | Added Docker support (#40) | Claus F. Strasburger | 2017-01-23 | 1 | -0/+73 |
* Added Docker support - replaced necessity for devicemapper (through kpartx) by using parted and losetup with offsets - added Dockerfile - added dependency for parted and grep - added hints to README.md - common: loop through unmounts, fix shellcheck warnings * stage2: use debconf instead of console-setup patch. Fixes #41 |