Skip to content

ARGOeu/docker-images

Repository files navigation

Build Status

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 take place in the top level directory of this repo since we need to use common folders such as 'utils'

Build Locally

Clone current repo and type the command bellow from docker-images directory.

docker build -f <directory-image>/Dockerfile . --tag <name>

Or if you want all images run

./build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published