Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.28 KB

docker-detox

Docker image for running detox test suite.

Getting Started

This image comes set up with detox, pyenv, and multiple environments to run test suites against.

Updating Docker Hub image

Build and tag the image:

$ docker build -t imagebuildinprocess .
$ docker tag imagebuildinprocess metagenscope/detox:latest

Push the image:

$ docker login
$ docker push metagenscope/detox:latest

Clean up:

$ docker rmi imagebuildinprocess metagenscope/detox:latest

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Release History

See CHANGELOG.md.

Authors

  • Benjamin Chrobot - Initial work - bchrobot

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.