{"id":25409285,"url":"https://github.com/lambda-zhang/docker_debootstrap","last_synced_at":"2025-04-13T20:53:22.811Z","repository":{"id":226714026,"uuid":"83002267","full_name":"lambda-zhang/docker_debootstrap","owner":"lambda-zhang","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-19T15:10:20.000Z","size":701,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T08:29:00.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambda-zhang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-02-24T04:46:25.000Z","updated_at":"2021-08-19T15:10:22.000Z","dependencies_parsed_at":"2024-03-09T07:35:00.528Z","dependency_job_id":"776c8c8e-3302-4f31-8a45-dce6f536518b","html_url":"https://github.com/lambda-zhang/docker_debootstrap","commit_stats":null,"previous_names":["lambda-zhang/docker_debootstrap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda-zhang%2Fdocker_debootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda-zhang%2Fdocker_debootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda-zhang%2Fdocker_debootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambda-zhang%2Fdocker_debootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambda-zhang","download_url":"https://codeload.github.com/lambda-zhang/docker_debootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782284,"owners_count":21160716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-16T08:27:34.851Z","updated_at":"2025-04-13T20:53:22.782Z","avatar_url":"https://github.com/lambda-zhang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Android Docker image\n\nThis repository contains a Docker image with an environment prepared to build Cordova-based Android APKs from Meteor projects.\n\nPlease make sure you've actually added the `android` platform to your Meteor app using the `meteor add-platform` command or the build process will fail.\n\n## Usage\n\nThis image requires a couple of inputs from the user:\n\n* The **Meteor app** that needs to be built. It should be mounted on `/app`.\n* The **keystore** that will be used to sign the APK file. It should be mounted on `/keys/keystore`. If you do not mount your own keystore the image will use a default one created on image build.\n\n\u003e Using the default keystore could come in handy in a development environment but should **never** be relied on when building the app for production.\n\nThe generated APK file will be placed under `/build`. You should mount this volume on your host to be able to actually recover it after the build finishes.\n\n### Configuration variables\n\nName | Description | Default\n--- | --- | ---\n`APP_SERVER` | Location where mobile builds connect to the Meteor server | *Required*\n`KEYSTORE_ALIAS` | Alias of the keypair that will sign the APK | `defaultkey`\n`KEYSTORE_KEYPASS` | Password to access the keypair given by the previous alias | `passwd`\n`KEYSTORE_STOREPASS` | Password to access the keystore that contains the keypair | `passwd`\n\n### Example commands\n\nThe following command builds the Meteor app found on `/path/to/meteor/app` using the default keystore. The APK file is configured to connect to the remote Meteor server found on *example.com*. It will be placed under the host's current working directory.\n\n```\ndocker run --rm -it -e APP_SERVER=example.com -v /path/to/meteor/app:/app -v $(pwd):/build agmangas/meteor-android-build\n```\n\nThis does the same as above but uses an externally defined keystore located on `/path/to/keystore`.\n\n```\ndocker run --rm -it -e APP_SERVER=example.com -e KEYSTORE_ALIAS=myalias -e KEYSTORE_KEYPASS=mykeypass -e KEYSTORE_STOREPASS=mystorepass -v /path/to/keystore:/keys/keystore:ro -v /path/to/meteor/app:/app -v $(pwd):/build agmangas/meteor-android-build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambda-zhang%2Fdocker_debootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambda-zhang%2Fdocker_debootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambda-zhang%2Fdocker_debootstrap/lists"}