Created for and used by Forsaken Expanse Sci-Fi strategy game.
hub.docker.com/r/fullstackforger/bitbucket-ci-image
Image Dockerfile is based on atlassian/default-image:2
- Atlassian CI image v2.
Faster AWS lambda deployments using BitBucket pipelines.
- Image comes with zip dependency installed which eliminates need for running
apt-get update && apt-get install -y zip
inbitbucket-pipelines.yml
. - No Java dependencies
Image is publicly hosted on docker hub so simply replace bitbucket-pipelines.yml
image instruction with:
image: fullstackforger/ds-bitbucket-ci-image:light
Check official bitbucket documentation for more details.
docker build -t bitbucket-ci-image:light .
You can run it with, eg:
docker run --name bitbucket_ci -it bitbucket-ci-image:light