aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* dockerfiles: add alpine v3.10Carlo Landmeter2019-06-221-1/+1
|
* drone: add alpine v3.10Carlo Landmeter2019-06-222-2/+148
|
* Merge pull request #26 from tcely/patch-2Richard Mortier2019-06-211-0/+3
|\ | | | | drone: do not publish for pull requests
| * drone: do not publish for pull requeststcely2019-06-011-0/+3
| |
* | Merge pull request #24 from tcely/patch-1Richard Mortier2019-06-211-0/+1
|\ \ | |/ |/| Dockerfile: upgrade the installed packages
| * Dockerfile: upgrade the installed packagestcely2019-05-311-0/+1
|/ | | | | This is done before the cache is setup to keep the layer clean. Resolves #23
* readme: add drone build statusCarlo Landmeter2019-05-211-0/+2
|
* change image namespace to alpinelinuxCarlo Landmeter2019-05-213-25/+25
| | | | ref: GH-20
* makefile: add support for arch based imagesCarlo Landmeter2019-05-211-4/+6
|
* update dockerfiles cleanup and gitignoreCarlo Landmeter2019-05-212-1/+2
|
* entrypoint: update indexes and worldCarlo Landmeter2019-05-211-0/+1
|
* dabuild: mount abuild.conf readonlyCarlo Landmeter2019-05-211-1/+1
|
* drone: add depends_on dockerfilesCarlo Landmeter2019-05-212-0/+45
| | | | this should run steps in parallel
* drone: generate dockerfilesCarlo Landmeter2019-05-212-3/+34
|
* dabuild: refactor volumesCarlo Landmeter2019-05-212-12/+10
| | | | | | | | - 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
* dabuild: add support for multiple architecturesCarlo Landmeter2019-05-211-2/+10
|
* add drone image building supportCarlo Landmeter2019-05-215-3/+362
|
* dabuild: per @tcely, `mkdir -p` then test for successRichard Mortier2019-05-191-4/+4
|
* entrypoint: do not install with abuild-keygentcely2019-05-171-3/+3
| | | | The copy with sudo is going to be done in any case. Having abuild-keygen do this work also is not needed.
* entrypoint: ensure PACKAGER_PRIVKEY has contenttcely2019-05-171-0/+2
|
* !fixup entrypoint: copy public keys to /etc/apk/keys directorytcely2019-05-171-1/+1
| | | Oops. I forgot this runs as builder.
* entrypoint: copy public keys to /etc/apk/keys directorytcely2019-05-151-0/+2
|
* dabuild: segregate `packages/` by version on the hostRichard Mortier2019-05-151-4/+5
|
* make: don't always push images after building themRichard Mortier2019-05-151-1/+1
|
* Dockefile: /etc/apk/repositoriestcely2019-05-111-6/+8
| | | | | - only pull testing from edge - correct edge tag first, once per line - remove tag from locally built repos
* dabuild: better handling of volumes when not built from sourceRichard Mortier2019-05-111-0/+3
|
* docker: fix the `/etc/apk/repositories` properlyRichard Mortier2019-05-101-7/+8
|
* readme: fix some `make` targetsRichard Mortier2019-05-101-2/+2
|
* dockerfile: attempt to clean up `/etc/apk/repositories`Richard Mortier2019-05-101-4/+6
|
* make: allow `TAGS` to come in from environmentRichard Mortier2019-05-101-1/+1
|
* dabuild: because I like my lines to not be too longRichard Mortier2019-05-101-1/+1
|
* dabuild: more care building volume args, mount extra dirs on alpineRichard Mortier2019-05-031-5/+13
| | | | Closes: GH-6
* dabuild: tweak naming of `DABUILD_PACKAGES`Richard Mortier2019-05-031-2/+3
|
* make: set default target correctly, add license infoRichard Mortier2019-05-031-1/+4
|
* dabuild: fix script to handle `DABUILD_PACKAGES` correctlyRichard Mortier2019-05-031-1/+3
|
* make: push built images for others to useRichard Mortier2019-05-031-1/+1
|
* docker: remove spurious `\`Richard Mortier2019-05-031-1/+1
|
* Merge pull request #5 from OTLabs/reposRichard Mortier2019-05-031-1/+2
|\ | | | | Add support for setup-apkrepos
| * Add support for setup-apkreposOleg Titov2019-04-281-1/+2
| | | | | | | | | | Make possible to configure prefered repo. By default it will be the first repo in the list (-1).
* | docker: ignore more irrelevant filesRichard Mortier2019-05-011-2/+3
| |
* | make: decouple building images from scriptRichard Mortier2019-05-011-4/+10
| |
* | dabuild: provide for user-specified `.../packages` directoryRichard Mortier2019-05-011-1/+7
| |
* | dabuild: nicer error handlingRichard Mortier2019-05-011-2/+7
| |
* | make: turn off buildkit due to odd behaviour (on beta release)Richard Mortier2019-05-011-1/+4
| |
* | whitespaceRichard Mortier2019-05-012-2/+5
|/
* Merge pull request #4 from tcely/patch-3Richard Mortier2019-04-281-1/+1
|\ | | | | entrypoint.sh: rename env var
| * Update entrypoint.shtcely2019-04-271-1/+1
| | | | | | Match `docker -e` argument