bobswiftapps/atlassian-plugin-sdk

By bobswiftapps

Updated 6 months ago

Image

500

Mohami continuous integration docker container

This image includes the deployment-scripts repository: https://bitbucket.org/mohamicorp/deployment-scripts

Building

First, update the deployment-scripts repository to the latest available version:

git submodule update --remote

Then, run docker:

docker build -t mohami/atlassian-plugin-sdk .

Testing your image

To get an interactive prompt in your newly built image:

docker run -it --volume=$HOME:/home mohami/atlassian-plugin-sdk /bin/sh

Publishing

docker push mohami/atlassian-plugin-sdk

Docker Pull Command

docker pull bobswiftapps/atlassian-plugin-sdk