Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 661 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 661 Bytes

atlassian-default-image-sre

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

Version

This image is based on the following fixed (TODO) versions:

  • atlassian/default-image:2
  • Packer 1.2.3
  • Terraform 0.11.7

Usage

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
        ...