{"id":20982222,"url":"https://github.com/sharpai/meteor-android-build","last_synced_at":"2026-03-19T18:18:41.283Z","repository":{"id":113550026,"uuid":"298179931","full_name":"SharpAI/meteor-android-build","owner":"SharpAI","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-24T07:42:04.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T10:32:19.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/SharpAI.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,"publiccode":null,"codemeta":null}},"created_at":"2020-09-24T05:42:48.000Z","updated_at":"2024-08-12T20:06:06.000Z","dependencies_parsed_at":"2023-03-13T13:19:00.056Z","dependency_job_id":null,"html_url":"https://github.com/SharpAI/meteor-android-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SharpAI/meteor-android-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2Fmeteor-android-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2Fmeteor-android-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2Fmeteor-android-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2Fmeteor-android-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SharpAI","download_url":"https://codeload.github.com/SharpAI/meteor-android-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SharpAI%2Fmeteor-android-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T16:38:37.846Z","status":"ssl_error","status_checked_at":"2026-02-26T16:37:58.932Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-11-19T05:44:53.268Z","updated_at":"2026-02-26T18:08:26.681Z","avatar_url":"https://github.com/SharpAI.png","language":"Dockerfile","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 shareai/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 shareai/meteor-android-build\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpai%2Fmeteor-android-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpai%2Fmeteor-android-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpai%2Fmeteor-android-build/lists"}