bobswiftapps/atlassian-plugin-sdk
This image includes the deployment-scripts repository: https://bitbucket.org/mohamicorp/deployment-scripts
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 .
To get an interactive prompt in your newly built image:
docker run -it --volume=$HOME:/home mohami/atlassian-plugin-sdk /bin/sh
docker push mohami/atlassian-plugin-sdk
docker pull bobswiftapps/atlassian-plugin-sdk