Skip to content

dandan2611/epitest-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epitest Docker

Requirements


You need to install docker, to build correctly epitest-docker image

Epitest-Docker


Just specify the tag you want to apply to the image on the build.sh :

build.sh --tag latest

You can add an option to clean the cache before building the image :

build.sh --tag latest -n

Deployment


Login into dockerhub
docker login -u username

You'll be prompted for your password

Push docker image

epitest-docker

docker push epitechcontent/epitest-docker:latest

Where latest is the tag of image you want to push, e.g. : latest, devel, coverage

About

Epitech test container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 77.1%
  • Shell 22.9%