An open API service indexing awesome lists of open source software.

https://github.com/jtemporal/bitbucket-images

image for bitbucket pipelines
https://github.com/jtemporal/bitbucket-images

Last synced: over 1 year ago
JSON representation

image for bitbucket pipelines

Awesome Lists containing this project

README

          

# Bitbucket based images

## jtemporal/atlassian-default-py3

This uses `atlassaian/default-image:2` as base image. We install Python 3 to allow you to use in a Bitbucket Pipeline like:

```
image: jtemporal/atlassian-default-py3

pipelines:
default:
- parallel:
- step:
name: Install requirements and test
caches:
- pip
script:
- pip install -r requirements.txt
- pytest -v tests/
```

Especially if you install `pyspark` from the `requirements.txt`