Skip to content

Docker image for continuous integration and deployment of Epitech projects

License

Notifications You must be signed in to change notification settings

CyberryTeam/epitech-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epitech-docker

Docker images for continuous integration and deployment of Epitech projects

Table of Contents

About

Docker images with different environment (global and language specific) and different operating system (Ubuntu and Fedora) for continuous integration and deployment of Epitech projects.

Built with

Getting started

Prerequisites

  1. Install Docker

Using

Current directory

Fedora:

docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:fedora make

Ubuntu:

docker run --rm -v "$PWD:/tmp" cyberryteam/epitech-docker:ubuntu make

Language specific

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

Contributing

Bug reports, feature requests, other issues and pull requests are welcome. See CONTRIBUTING.md for more information.

License

Distributed under the MIT License. See LICENSE for more information.