Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Makefile: whitespace | Richard Mortier | 2019-07-12 | 1 | -3/+9 | |
| | | | | Signed-off-by: Richard Mortier <mort@cantab.net> | |||||
* | Makefile: .drone.yml target | tcely | 2019-07-12 | 1 | -3/+6 | |
| | ||||||
* | Makefile: add v3.10 | tcely | 2019-06-22 | 1 | -1/+1 | |
| | ||||||
* | dockerfiles: add alpine v3.10 | Carlo Landmeter | 2019-06-22 | 1 | -1/+1 | |
| | ||||||
* | drone: add alpine v3.10 | Carlo Landmeter | 2019-06-22 | 2 | -2/+148 | |
| | ||||||
* | Merge pull request #26 from tcely/patch-2 | Richard Mortier | 2019-06-21 | 1 | -0/+3 | |
|\ | | | | | drone: do not publish for pull requests | |||||
| * | drone: do not publish for pull requests | tcely | 2019-06-01 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #24 from tcely/patch-1 | Richard Mortier | 2019-06-21 | 1 | -0/+1 | |
|\ \ | |/ |/| | Dockerfile: upgrade the installed packages | |||||
| * | Dockerfile: upgrade the installed packages | tcely | 2019-05-31 | 1 | -0/+1 | |
|/ | | | | | This is done before the cache is setup to keep the layer clean. Resolves #23 | |||||
* | readme: add drone build status | Carlo Landmeter | 2019-05-21 | 1 | -0/+2 | |
| | ||||||
* | change image namespace to alpinelinux | Carlo Landmeter | 2019-05-21 | 3 | -25/+25 | |
| | | | | ref: GH-20 | |||||
* | makefile: add support for arch based images | Carlo Landmeter | 2019-05-21 | 1 | -4/+6 | |
| | ||||||
* | update dockerfiles cleanup and gitignore | Carlo Landmeter | 2019-05-21 | 2 | -1/+2 | |
| | ||||||
* | entrypoint: update indexes and world | Carlo Landmeter | 2019-05-21 | 1 | -0/+1 | |
| | ||||||
* | dabuild: mount abuild.conf readonly | Carlo Landmeter | 2019-05-21 | 1 | -1/+1 | |
| | ||||||
* | drone: add depends_on dockerfiles | Carlo Landmeter | 2019-05-21 | 2 | -0/+45 | |
| | | | | this should run steps in parallel | |||||
* | drone: generate dockerfiles | Carlo Landmeter | 2019-05-21 | 2 | -3/+34 | |
| | ||||||
* | dabuild: refactor volumes | Carlo Landmeter | 2019-05-21 | 2 | -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 architectures | Carlo Landmeter | 2019-05-21 | 1 | -2/+10 | |
| | ||||||
* | add drone image building support | Carlo Landmeter | 2019-05-21 | 5 | -3/+362 | |
| | ||||||
* | dabuild: per @tcely, `mkdir -p` then test for success | Richard Mortier | 2019-05-19 | 1 | -4/+4 | |
| | ||||||
* | entrypoint: do not install with abuild-keygen | tcely | 2019-05-17 | 1 | -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 content | tcely | 2019-05-17 | 1 | -0/+2 | |
| | ||||||
* | !fixup entrypoint: copy public keys to /etc/apk/keys directory | tcely | 2019-05-17 | 1 | -1/+1 | |
| | | | Oops. I forgot this runs as builder. | |||||
* | entrypoint: copy public keys to /etc/apk/keys directory | tcely | 2019-05-15 | 1 | -0/+2 | |
| | ||||||
* | dabuild: segregate `packages/` by version on the host | Richard Mortier | 2019-05-15 | 1 | -4/+5 | |
| | ||||||
* | make: don't always push images after building them | Richard Mortier | 2019-05-15 | 1 | -1/+1 | |
| | ||||||
* | Dockefile: /etc/apk/repositories | tcely | 2019-05-11 | 1 | -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 source | Richard Mortier | 2019-05-11 | 1 | -0/+3 | |
| | ||||||
* | docker: fix the `/etc/apk/repositories` properly | Richard Mortier | 2019-05-10 | 1 | -7/+8 | |
| | ||||||
* | readme: fix some `make` targets | Richard Mortier | 2019-05-10 | 1 | -2/+2 | |
| | ||||||
* | dockerfile: attempt to clean up `/etc/apk/repositories` | Richard Mortier | 2019-05-10 | 1 | -4/+6 | |
| | ||||||
* | make: allow `TAGS` to come in from environment | Richard Mortier | 2019-05-10 | 1 | -1/+1 | |
| | ||||||
* | dabuild: because I like my lines to not be too long | Richard Mortier | 2019-05-10 | 1 | -1/+1 | |
| | ||||||
* | dabuild: more care building volume args, mount extra dirs on alpine | Richard Mortier | 2019-05-03 | 1 | -5/+13 | |
| | | | | Closes: GH-6 | |||||
* | dabuild: tweak naming of `DABUILD_PACKAGES` | Richard Mortier | 2019-05-03 | 1 | -2/+3 | |
| | ||||||
* | make: set default target correctly, add license info | Richard Mortier | 2019-05-03 | 1 | -1/+4 | |
| | ||||||
* | dabuild: fix script to handle `DABUILD_PACKAGES` correctly | Richard Mortier | 2019-05-03 | 1 | -1/+3 | |
| | ||||||
* | make: push built images for others to use | Richard Mortier | 2019-05-03 | 1 | -1/+1 | |
| | ||||||
* | docker: remove spurious `\` | Richard Mortier | 2019-05-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #5 from OTLabs/repos | Richard Mortier | 2019-05-03 | 1 | -1/+2 | |
|\ | | | | | Add support for setup-apkrepos | |||||
| * | Add support for setup-apkrepos | Oleg Titov | 2019-04-28 | 1 | -1/+2 | |
| | | | | | | | | | | Make possible to configure prefered repo. By default it will be the first repo in the list (-1). | |||||
* | | docker: ignore more irrelevant files | Richard Mortier | 2019-05-01 | 1 | -2/+3 | |
| | | ||||||
* | | make: decouple building images from script | Richard Mortier | 2019-05-01 | 1 | -4/+10 | |
| | | ||||||
* | | dabuild: provide for user-specified `.../packages` directory | Richard Mortier | 2019-05-01 | 1 | -1/+7 | |
| | | ||||||
* | | dabuild: nicer error handling | Richard Mortier | 2019-05-01 | 1 | -2/+7 | |
| | | ||||||
* | | make: turn off buildkit due to odd behaviour (on beta release) | Richard Mortier | 2019-05-01 | 1 | -1/+4 | |
| | | ||||||
* | | whitespace | Richard Mortier | 2019-05-01 | 2 | -2/+5 | |
|/ | ||||||
* | Merge pull request #4 from tcely/patch-3 | Richard Mortier | 2019-04-28 | 1 | -1/+1 | |
|\ | | | | | entrypoint.sh: rename env var | |||||
| * | Update entrypoint.sh | tcely | 2019-04-27 | 1 | -1/+1 | |
| | | | | | | Match `docker -e` argument |