s2i-php component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/s2i-php@stable
inputs:
args: <value>
containerfile-path: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| args | Extra arguments to pass to the builder. | string | |
| code-quality | true | string | |
| containerfile-path | Alternate path to the Containerfile, if either Dockerfile or Containerfile in the conect directory. | string | |
| image | Base container image | registry.access.redhat.com/ubi10/php-83:10.1-1763039395 | string |
| lint-twig | Enable or disable the lint:twig job | enable | string |
| name | container | string | |
| path | Path to the directory containing Container sources / context. | . | string |
| test-translation | Enable or disable the test:translation job | enable | string |
| type | php | string | |
| version | Internal version of the nested component to use. | main | string |