Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions docs/docs/guides/11-interlink-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ The `TLS` section enables secure communication between interLink components:
The `JobScriptBuildConfig` section configures container runtime options and job
script generation.

:::info What is a Job? A job in this context refers to the execution scripts
:::info What is a Job?

A job in this context refers to the execution scripts
generated by InterLink plugins to run containers on different backend systems
(like SLURM, HTCondor, or Docker). The JobScriptBuildConfig allows plugins to
customize how these execution scripts are generated and what runtime options are
Expand All @@ -124,17 +126,23 @@ For example:
- **HTCondor plugin**: Creates HTCondor ClassAd files
- **Docker plugin**: Builds `docker run` commands
- **Apptainer/Singularity plugin**: Constructs `apptainer run` scripts with
specific runtime flags :::
specific runtime flags

:::

This configuration is optional and only used by plugins that need to generate
custom job execution scripts:

#### Singularity Hub Configuration

:::warning Plugin-Specific Configuration The Singularity Hub configuration is
:::warning Plugin-Specific Configuration

The Singularity Hub configuration is
specific to Apptainer/Singularity-based plugins. This section may be removed in
future versions as it's not used by all plugin types. Consider using
plugin-specific configuration files instead. :::
plugin-specific configuration files instead.

:::

| Field | Type | Description |
| ------------------------ | ------ | --------------------------------------------------------------- |
Expand Down
Loading