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

https://github.com/messa/docker-circleci-python-with-mongodb


https://github.com/messa/docker-circleci-python-with-mongodb

circle-ci-2 circleci docker-image mongodb

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Docker image circleci/python with MongoDB
=========================================

Docker Hub: [messa/circleci-python-with-mongodb](https://hub.docker.com/r/messa/circleci-python-with-mongodb/)

Usage
-----

In your `.circleci/config.yml`:

```yaml
jobs:
build:
docker:
- image: messa/circleci-python-with-mongodb:3.6
```

Available tags:

- `messa/circleci-python-with-mongodb:latest`
- `messa/circleci-python-with-mongodb:3.6`
- `messa/circleci-python-with-mongodb:3.5`
- `messa/circleci-python-with-mongodb:3.4`