GELOG / adamcloud

Portable cloud infrastructure for a genomic transformation pipeline using Adam
2 stars 0 forks source link

Publish images on the Docker Hub Registry #1

Closed davidonlaptop closed 9 years ago

davidonlaptop commented 9 years ago

All images we created for the Adam pipeline should be published to the Docker registry. Obviously, we must also include all the image dependencies (spark, java, hadoop, etc...).

One way to do this would be using Trusted Builds. 1, 2. Currently, the Trusted Builds can only build 1 image per GitHub repo.

The scope is limited to 1 working image per technology. e.g. the Dockerfile for building adam from source is quite different than the Dockerfile for building a released version of adam. For the 0.2 release, we'll focus on the released version of BDG Genomics software.

flangelier commented 9 years ago

Done