-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The rocrate-validator allows the path to profiles to be defined (--profiles-path). Adapt the docker container so that:
- an environment variable to contain this path is defined
- the entry point will use this option to define the profile path
- environment variable defaults to the standard location, if it has not been set by docker compose
Adapt docker compose script to:
- define environment variable with this path to pass to the container
- provide a profiles directory to be mounted in this location
Note, I might be overthinking the complexity of the solution needed. Should we assume a fixed location, and require that the docker compose will always put the profiles directory in that location, if it is passed? And do we need all the profiles in the same location, or can we supplement the existing profiles? And what happens if the directory assigned is empty or missing? These need checking out before developing a solution here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request