aboutsummaryrefslogtreecommitdiffstats
path: root/build-docker.sh
Commit message (Collapse)AuthorAgeFilesLines
* shellcheckSerge Schneider2018-03-131-2/+2
|
* Add option to preserve build container (#160)andig2018-03-051-1/+7
|
* Correct help text (#145)andig2018-01-021-1/+1
|
* fix docker-in-docker copying when not doing CONTINUE=1Claus Strasburger2017-09-211-1/+1
|
* Docker-Build enhancementsClaus Strasburger2017-09-211-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 partsJacen2017-09-041-5/+5
|
* Corrected various typos (#91)TJ Rana2017-07-271-0/+1
| | | | | | | | | | * Rename License.md to LICENSE * Correct typos * Clean up code layout Organize layout with extra lines
* Docker build: move to debian stretchClaus Strasburger2017-07-171-3/+4
|
* Also use -v in error messageAndrew Smith2017-06-271-1/+1
|
* Fixed running docker script from within pwd containing spacesThomas Phillips2017-06-271-4/+6
|
* Added Docker support (#40)Claus F. Strasburger2017-01-231-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