aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3 from tcely/patch-2Richard Mortier2019-04-281-3/+1
|\ \ | | | | | | Dockerfile.in: replace echo cmds with one printf
| * | Update Dockerfile.intcely2019-04-271-3/+1
| |/ | | | | Use printf and a single redirection to add local repositories
* | Merge pull request #2 from tcely/patch-1Richard Mortier2019-04-281-1/+1
|\ \ | |/ |/| Exec abuild
| * Update entrypoint.shtcely2019-04-271-1/+1
|/ | | entrypoint.sh process should be replaced by abuild
* git: update to rename of `abuild`Richard Mortier2019-04-271-1/+1
|
* abuild: rename to avoid clash on alpine systemsRichard Mortier2019-04-263-14/+14
|
* make: fix `clean` and `distclean` targetsRichard Mortier2019-04-261-4/+4
|
* abuild: expose `.../packages` directory on hostRichard Mortier2019-04-262-5/+6
|
* docker: create `$HOME/packages` directory with correct ownershipRichard Mortier2019-03-262-1/+3
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* licenses: add someRichard Mortier2019-03-262-0/+11
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* readme: attempt to describe what's going onRichard Mortier2019-03-261-0/+26
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: parameterise base image (`IMG`)Richard Mortier2019-03-262-3/+3
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: support cleaning of the cache volumesRichard Mortier2019-03-261-1/+7
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: include `/home/builder/packages` as a cacheable directoryRichard Mortier2019-03-261-3/+4
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: reinstate `sed` insertion of volumes from `Makefile`Richard Mortier2019-03-261-2/+2
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: iterating towards something that mostly worksRichard Mortier2019-03-261-16/+20
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: minor fixes, explicitly declare base image tagsRichard Mortier2019-03-261-7/+14
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: rename to templateRichard Mortier2019-03-262-0/+2
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: support cross-invocation caching using named volumesRichard Mortier2019-03-262-16/+25
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: default targetRichard Mortier2019-03-221-0/+2
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: adding support for alpine version from branchRichard Mortier2019-03-221-11/+29
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: template `Dockerfile` to support different Alpine versionsRichard Mortier2019-03-223-4/+22
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: slightly more defensiveRichard Mortier2019-03-011-1/+7
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: invocation scriptRichard Mortier2019-03-011-0/+21
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: simple makefileRichard Mortier2019-03-011-0/+7
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* image: first cut at image configurationRichard Mortier2019-03-013-0/+34
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* initial commitRichard Mortier2019-03-011-0/+1
Signed-off-by: Richard Mortier <mort@cantab.net>