https://github.com/audreyfeldroy/docker-bamboo-agent
Docker image for a remote agent that connects to Atlassian Bamboo Server.
https://github.com/audreyfeldroy/docker-bamboo-agent
Last synced: about 1 month ago
JSON representation
Docker image for a remote agent that connects to Atlassian Bamboo Server.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/docker-bamboo-agent
- Owner: audreyfeldroy
- Created: 2015-10-21T03:10:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T07:22:29.000Z (over 9 years ago)
- Last Synced: 2025-02-25T00:28:09.229Z (3 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-bamboo-agent
[]
## Quickstart
To run:
docker run -e BAMBOO_SERVER=123.45.67.89 -t bamboo-agent
## Setting this up locally in order to contribute
To build:
git clone https://github.com/audreyr/docker-bamboo-agent.git
cd docker-bamboo-agent
docker build -t bamboo-agent .