Skip to content

Image builds

Peter Rice edited this page May 6, 2022 · 5 revisions

A script in the docker-build directory is included to generate the images from Dockerfiles.

To generate all images:

% cd docker-build

% ./docker-all.sh

To generate a single image, add to the docker-all.sh command line: app|db|load|rserve|solr

To update the images on hub.docker.com

docker login

docker tag transmart-xx:latest transmartfoundation/transmart-xx:latest

docker push transmartfoundation/transmart-xx

Clone this wiki locally