{"id":19382149,"url":"https://github.com/jubbasmail/docker-bamboo-6.1-base-agent","last_synced_at":"2026-05-16T09:05:40.102Z","repository":{"id":89665228,"uuid":"100017793","full_name":"JubbaSmail/docker-bamboo-6.1-base-agent","owner":"JubbaSmail","description":"Dockerfile Bamboo 6.1 Base Agent","archived":false,"fork":false,"pushed_at":"2017-10-03T13:04:09.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T16:56:11.454Z","etag":null,"topics":["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-11T09:50:49.000Z","updated_at":"2017-09-19T21:14:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"17c0dffc-6778-4ee1-942b-216e1002e0ab","html_url":"https://github.com/JubbaSmail/docker-bamboo-6.1-base-agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JubbaSmail/docker-bamboo-6.1-base-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-base-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-base-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-base-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-base-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JubbaSmail","download_url":"https://codeload.github.com/JubbaSmail/docker-bamboo-6.1-base-agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JubbaSmail%2Fdocker-bamboo-6.1-base-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285035994,"owners_count":27103952,"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-11-18T02:00:05.759Z","response_time":61,"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":["bamboo-agent","continuous-integration","docker"],"created_at":"2024-11-10T09:19:52.425Z","updated_at":"2025-11-18T09:04:09.534Z","avatar_url":"https://github.com/JubbaSmail.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-bamboo-6.1-base-agent\nDockerfile Bamboo 6.1 Base Agent\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\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-base-agent\n```\nThen build the image\n```bash\ndocker build -t jubba/docker-bamboo-6.1-base-agent:latest .\n```\n\n# Running\nRun this command to run the container \n```bash\ndocker run -d -u=root -h bamboo-base-agent-1 --name bamboo-base-agent-1 -e BAMBOO_SERVER=http://YOUR-BAMBOO-SERVER-URL:PORT/agentServer/ jubba/docker-bamboo-6.1-base-agent:latest\n```\n# Test\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   ```\n 3. Go to your Bamboo server settings -\u003e Agents -\u003e Agent authentication: and aprrove the agent request.\n 4. 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).\n 5. Kepp running the following command to check the output of the agent\n    ```bash\n    docker logs bamboo-base-agent\n    ```\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-base-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjubbasmail%2Fdocker-bamboo-6.1-base-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubbasmail%2Fdocker-bamboo-6.1-base-agent/lists"}