aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add alpine v3.11Carlo Landmeter2019-12-291-1/+1
|
* dabuild: put `.ccache` into a named volume, to support multiarchRichard Mortier2019-12-291-1/+1
| | | | | | closes #48 Signed-off-by: Richard Mortier <mort@cantab.net>
* Makefile: whitespaceRichard Mortier2019-07-121-3/+9
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* Makefile: .drone.yml targettcely2019-07-121-3/+6
|
* Makefile: add v3.10tcely2019-06-221-1/+1
|
* change image namespace to alpinelinuxCarlo Landmeter2019-05-211-2/+2
| | | | ref: GH-20
* makefile: add support for arch based imagesCarlo Landmeter2019-05-211-4/+6
|
* dabuild: refactor volumesCarlo Landmeter2019-05-211-1/+0
| | | | | | | | - printf -v is not posix - check for abuild.conf instead of alpine-release - check if distfiles is writable - do not mount /var/cache/apk as this will break apkindex - do not create volumes from makefile
* add drone image building supportCarlo Landmeter2019-05-211-1/+2
|
* make: don't always push images after building themRichard Mortier2019-05-151-1/+1
|
* make: allow `TAGS` to come in from environmentRichard Mortier2019-05-101-1/+1
|
* make: set default target correctly, add license infoRichard Mortier2019-05-031-1/+4
|
* make: push built images for others to useRichard Mortier2019-05-031-1/+1
|
* make: decouple building images from scriptRichard Mortier2019-05-011-4/+10
|
* make: turn off buildkit due to odd behaviour (on beta release)Richard Mortier2019-05-011-1/+4
|
* whitespaceRichard Mortier2019-05-011-1/+2
|
* abuild: rename to avoid clash on alpine systemsRichard Mortier2019-04-261-3/+3
|
* make: fix `clean` and `distclean` targetsRichard Mortier2019-04-261-4/+4
|
* abuild: expose `.../packages` directory on hostRichard Mortier2019-04-261-5/+5
|
* make: parameterise base image (`IMG`)Richard Mortier2019-03-261-1/+1
| | | | 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>
* make: minor fixes, explicitly declare base image tagsRichard Mortier2019-03-261-7/+14
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* abuild: support cross-invocation caching using named volumesRichard Mortier2019-03-261-2/+11
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: default targetRichard Mortier2019-03-221-0/+2
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: template `Dockerfile` to support different Alpine versionsRichard Mortier2019-03-221-2/+16
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* make: simple makefileRichard Mortier2019-03-011-0/+7
Signed-off-by: Richard Mortier <mort@cantab.net>