Provides an alternative to the Atlassian provided default image for Bitbucket Pipelines that also includes popular DevOps/SRE tools such as:
- AWS Command Line Interface (CLI)
- Ansible
- Google Cloud SDK
- JQ
- Packer
- Terraform
This image is based on the following fixed (TODO) versions:
atlassian/default-image:2
Packer 1.2.3
Terraform 0.11.7
You can use this image in a similar fashion to the default Atlassian Bitbucket Pipelines image:
options:
docker: true
pipelines:
default:
- step:
image: steliospsarras/atlassian-default-image-sre
...