Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 .