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
- Host: GitHub
- URL: https://github.com/jtemporal/bitbucket-images
- Owner: jtemporal
- Created: 2019-12-04T19:49:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T22:53:03.000Z (over 6 years ago)
- Last Synced: 2025-01-12T18:35:28.530Z (over 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/jtemporal/atlassian-default-py3
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`