aboutsummaryrefslogtreecommitdiffstats
path: root/entrypoint.sh
Commit message (Collapse)AuthorAgeFilesLines
* entrypoint: always set correct permissions of abuild conf dirCarlo Landmeter2020-02-031-1/+3
|
* entrypoint: fix abuild config dir permissionCarlo Landmeter2020-02-031-1/+1
|
* add default settings to users abuild.confCarlo Landmeter2020-01-171-0/+9
|
* entrypoint: simplify abuild key generationCarlo Landmeter2020-01-171-10/+3
|
* add apk cache and simplify named volumesCarlo Landmeter2020-01-111-4/+12
| | | | | | | | - apk supports caching of packages for reuse on next run. This is the prefered way and should be relativly fast compared to other package magenagers. This also removed the need for other named volumes which need to be setup and maintained on each run. - correcly set perm of volume mount points
* entrypoint: test if `~/.abuild` writable, fail if notRichard Mortier2019-09-131-0/+10
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* whitespaceRichard Mortier2019-09-071-1/+6
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* entrypoint: update indexes and worldCarlo Landmeter2019-05-211-0/+1
|
* 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
|
* 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
* | Update entrypoint.shtcely2019-04-271-1/+1
|/ | | entrypoint.sh process should be replaced by abuild
* docker: create `$HOME/packages` directory with correct ownershipRichard Mortier2019-03-261-0/+1
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* image: first cut at image configurationRichard Mortier2019-03-011-0/+15
Signed-off-by: Richard Mortier <mort@cantab.net>