Skip to content

A collection of useful images to be used as base images for Dockerfiles

License

Notifications You must be signed in to change notification settings

Clinical-Genomics/docker-base-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-base-images

A collection of useful Dockerfiles to be used as base images for more advanced Dockerfiles

Build an image

docker build -t <name-of-image> --platform linux/amd64

Tag an image

docker tag <name-of-image> clinicalgenomics/<name-of-image>:<tag>

Push the image to ClinicalGenomics Docker Hub:

docker push clinicalgenomics/<name-of-image>:<tag>