@@ -49,6 +49,7 @@ The S2I template uses some global configuration used throughout all jobs.
| `skopeo-image` / `S2I_SKOPEO_IMAGE` | The container image used to run [skopeo](https://github.com/containers/skopeo) | `quay.io/containers/skopeo:latest`<br/>[](https://to-be-continuous.gitlab.io/doc/secu/trivy-S2I_SKOPEO_IMAGE) |
| `version` / `S2I_VERSION` | The target S2I version to install/use | `latest`|
| `platform` / `S2I_PLATFORM` | The target S2I platform to install/use | `linux-386` |
The S2I template allows building multiple images in parallel (for instance with multiple separate application source code base directories in your repository).
This feature can be enabled using the [parallel matrix jobs](https://docs.gitlab.com/ee/ci/yaml/#parallelmatrix)
pattern at the `.s2i-base` job level.
Output variables namespacing can be ensured by using the `S2I_ARTIFACTS_NAMESPACE` variable.
Here is the example of the `.gitlab-ci.yml` file for a project building 2 application images: