fdroidserver all ready to run in a Docker container aka Docker "executable image" https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
Find a file
Hans-Christoph Steiner 8f7ada3a44 Merge branch 'test' into 'master'
add real tests

See merge request fdroid/docker-executable-fdroidserver!3
2018-04-10 11:45:40 +00:00
.gitlab-ci.yml gitlab-ci: add actual test of building a repo 2018-04-10 13:39:47 +02:00
Dockerfile Update container for latest F-Droid Server and include more essential binaries 2018-04-04 20:48:43 +02:00
LICENSE add AGPLv3+ as license (closes #1) 2017-07-16 16:09:42 +02:00
README.md Recommend running the container with local user privileges to ensure consistent file premission when building 2018-04-04 20:50:51 +02:00
signing-key.asc include fdroidserver signing key for verified releases 2017-09-08 09:33:25 +02:00

For people already setup with Docker, this is a very easy way to run the fdroidserver tools for managing F-Droid repos and building apps. It does not include a full Android SDK, so if you want to use the full Android SDK with this image, you'll need to mount your own local copy.

It can be run using:

$ docker run --rm -u $(id -u):$(id -g) -v $(pwd):/repo registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest