Skip to content

kevangel79/docker-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Image of GRnet

Argo Docker Images

This repo contains the docker images used for building argo project packages.

Conventions

  • Each directory name is the docker image name
  • Each directory MUST contain a Dockerfile
  • Each folder MUST contain a VERSION file and we should follow Semantic Versioning for every new change
  • build.sh builds every image and push it to our private registry when built on Jenkins

Build Locally

Clone current repo and cd in it. Then:

cd <directory-image>
docker build . --tag <name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 62.0%
  • Shell 38.0%