Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T07:22:29.000Z (about 9 years ago)
- Last Synced: 2024-05-02T00:01:38.142Z (6 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
[![Pulls on Docker Hub](https://img.shields.io/docker/pulls/aroygreenfeld/bamboo-agent.svg)]
## 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 .