{"id":19382147,"url":"https://github.com/jubbasmail/docker-bamboo-6.1-agent-android","last_synced_at":"2026-05-10T07:52:40.949Z","repository":{"id":89665232,"uuid":"99924479","full_name":"JubbaSmail/docker-bamboo-6.1-agent-android","owner":"JubbaSmail","description":"Docker Bamboo Agent to build Android APK","archived":false,"fork":false,"pushed_at":"2017-10-03T13:05:04.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-31T16:27:20.202Z","etag":null,"topics":["android","bamboo-agent","continuous-integration","docker"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JubbaSmail.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-08-10T13:11:22.000Z","updated_at":"2017-09-13T12:18:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"93734ead-69e5-43fb-91d2-8ccd763ec0b7","html_url":"https://github.com/JubbaSmail/docker-bamboo-6.1-agent-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JubbaSmail/docker-bamboo-6.1-agent-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-agent-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-agent-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-agent-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-agent-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JubbaSmail","download_url":"https://codeload.github.com/JubbaSmail/docker-bamboo-6.1-agent-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-agent-android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004186,"owners_count":26083688,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["android","bamboo-agent","continuous-integration","docker"],"created_at":"2024-11-10T09:19:52.129Z","updated_at":"2025-10-10T14:06:50.059Z","avatar_url":"https://github.com/JubbaSmail.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-bamboo-6.1-agent-android\nDockerfile Bamboo 6.1 Agent to build Android APK\n\n\u003cimg width=\"200\" src=\"https://www.docker.com/sites/default/files/Whale%20Logo332_5.png\"/\u003e\u003cimg width=\"300\" src=\"https://wac-cdn.atlassian.com/dam/jcr:4f99ae3f-808f-44f1-9647-2b7cb87bb0e6/bamboo_rgb_slate.png?cdnVersion=fr\"/\u003e\u003cimg width=\"150\" src=\"https://mir-s3-cdn-cf.behance.net/project_modules/disp/cc14679984981.560dd8d3aa5e4.png\"/\u003e\n\n# Building\nThe app size on Github is larger than 100 MB, you need to use git lfs to clone it to your machine:\n\n```bash\nbrew install git-lfs\ngit lfs install\ngit clone https://github.com/Ismail-AlJubbah/docker-bamboo-6.1-agent-android\n```\nThen build the image\n```bash\ndocker build -t jubba/docker-bamboo-6.1-agent-android:latest .\n```\n\n# Running\nRun this command to run the container \n```bash\ndocker run -d -u=root -h bamboo-android-agent-1 --name bamboo-android-agent-1 -e BAMBOO_SERVER=http://YOUR-BAMBOO-SERVER-IP:PORT/agentServer/ -e BAMBOO_TOKEN=OPTIONAL_TOKEN  jubba/docker-bamboo-6.1-agent-android:latest\n```\n# Connect the Agent to Bamboo server\nFollow the following steps to make sure your Bamboo agent can connect to Bamboo server:\n1. Go to your Bamboo server settings -\u003e System -\u003e General Configureation: \n   Make sure Broker client URL is not pointing to localhost, it shoud point to your server ip or hostname\n2. Make sure the ports 54663 443 80 in your Bamboo server are open, try to telnet it from the agent host:\n   ```bash\n   telnet BAMBOO-SERVER 54663\n   telnet BAMBOO-SERVER 443\n   telnet BAMBOO-SERVER 80\n   ```\n3. If you would like to forse agent to use authentication token: \n\tGo to your Bamboo server settings -\u003e Agents, click on Enable Authentication Token, then click on Install Remote Agent, copy the token after -t from the command\n4. Go to your Bamboo server settings -\u003e Agents -\u003e Agent authentication: and aprrove the agent request.\n5. Go to your Bamboo server settings -\u003e Agents -\u003e Online Remote Agent: and wait unit the agent register it self to the server, it may take 2 mins (you may need to refresh the page manually).\n6. Kepp running the following command to check the output of the agent\n    ```bash\n    docker logs bamboo-base-agent\n    ```\n\n# Configure Build Plan:\n1. Go to Configure Plan in your plan settings, in Task, click Add task, select Command, and enter the following values:\n        a. Task description: Build APK\n        b. Executable: gradelw\n\n# Links\nMore information can be found on the following links:\n\n1. [Original Java Repo by cogniteev](https://github.com/cogniteev/docker-oracle-java/tree/master/oracle-java8)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubbasmail%2Fdocker-bamboo-6.1-agent-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjubbasmail%2Fdocker-bamboo-6.1-agent-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubbasmail%2Fdocker-bamboo-6.1-agent-android/lists"}