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
- Host: GitHub
- URL: https://github.com/messa/docker-circleci-python-with-mongodb
- Owner: messa
- License: mit
- Created: 2017-06-16T10:40:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T07:17:39.000Z (over 8 years ago)
- Last Synced: 2025-05-21T19:53:42.121Z (about 1 year ago)
- Topics: circle-ci-2, circleci, docker-image, mongodb
- Homepage: https://hub.docker.com/r/messa/circleci-python-with-mongodb/
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`