Skip to content

Commit

Permalink
Add missing config options
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 22, 2024
1 parent 01d9722 commit ddc6dd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ Enable Apptainer execution (default: `false`).
""")
public String envWhitelist;

@ConfigOption("""
Directory where remote Apptainer images are retrieved. When using a computing cluster it must be a shared folder accessible to all compute nodes.
""")
public String libraryDir;

@ConfigOption("""
Pull the Apptainer image with http protocol (default: `false`).
""")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Enable Singularity execution (default: `false`).
""")
public String envWhitelist;

@ConfigOption("""
Directory where remote Singularity images are retrieved. When using a computing cluster it must be a shared folder accessible to all compute nodes.
""")
public String libraryDir;

@ConfigOption("""
Pull the Singularity image with http protocol (default: `false`).
""")
Expand Down

0 comments on commit ddc6dd8

Please sign in to comment.