Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.15 KB

ottr_docker

This repository stores the Dockerfiles and associated files for images that can be used by OTTR for rendering (or other items underneath the hood).

How to use

In your OTTR repositories, you can specify a different docker image for rendering in the config_automation.yml file.

Currently the only supported docker images for rendering purposes are base_ottr and bioconductor.

Read more about docker customization on ottrproject.org.

To rebuild an image:

Go to Actions > Manual build of docker image > Run workflow

For directory, put the directory/docker image name that you'd like to rebuild. e.g. "base_ottr"

For tag, put the full name of the docker image as it is called on dockerhub. e.g. "jhudsl/base_ottr:main"

For "Push to Dockerhub" either put "true" if you'd like to push to dockerhub or "false" if you just want to test the build but not push it.

Example of a docker image manual rebuild settings:

Screen Shot 2023-02-28 at 2 34 23 PM