ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

[STORY] Access software license files stored in data repository #123

Closed tclose closed 1 year ago

tclose commented 2 years ago

Metadata

Epic: Australian-Imaging-Service/pipelines#33 Feature: Australian-Imaging-Service/pipelines#122 Feature Release: 1

Description

We need to be able to store license files outside of the Docker images and access them at runtime, so that we can comply with the licensing requirements of tools such as Freesurfer

Acceptance Criteria

Notes

@Prepultrue has suggested storing the licenses in XNAT project resources and downloading them via REST API from within the arcana-run-pipeline command that runs within the container. This avoids having to play around with mounting files inside containers.

tclose commented 1 year ago

this has been implemented