Docker images for continuous integration and deployment of Epitech projects
Docker images with different environment (global and language specific) and different operating system (Ubuntu and Fedora) for continuous integration and deployment of Epitech projects.
Fedora:
docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:fedora make
Ubuntu:
docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:ubuntu make
docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:<tag> make
Replace <tag>
by one of the following:
Fedora:
- C:
fedora-c
- C++:
fedora-cpp
- Python:
fedora-python
Ubuntu:
- C:
ubuntu-c
- C++:
ubuntu-cpp
- Python:
ubuntu-python
Bug reports, feature requests, other issues and pull requests are welcome. See CONTRIBUTING.md for more information.
Distributed under the MIT License. See LICENSE for more information.