Skip to content
Snippets Groups Projects
Commit 176a2b3d authored by Michael Gebhard's avatar Michael Gebhard
Browse files

Merge remote-tracking branch 'gitlab/feature/rkt-executor' into feature/rkt-executor

parents 14d3387b 197d753a
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -308,9 +308,15 @@ This defines the rkt parameters.
| Parameter | Description |
| --------- | ----------- |
| `image` | name of the default container image to run the build in if no image is specified in [`.gitlab-ci.yml`][yaml] |
| `helper_image` | name of the helper image to use for cloning the repository and down- and uploading build artifacts. This image **must** have `bash` and `git` installed |
| `image_pubkey_fingerprint` | fingerprint of the public key for verification of the default build image |
| `image_pubkey_uri` | URI of the gpg key-server for verification of the default build image |
| `insecure_image` | if disabled users must provide a gpg key fingerprint to verify their build image |
| `allowed_images` | list of images that can be specified in .gitlab-ci.yml. If not present all images are allowed. |
| `rkt_options` | [arbitrary options](../executors/rkt.md#configuring-arbitrary-rkt-options) to be passed to rkt commands |
| `helper_image` | [ADVANCED] Override the default helper image used to clone repos and upload artifacts. This image **must** have `bash` and `git` and gitlab-runner-helper installed |
| `helper_image_pubkey_fingerprint` | fingerprint of the public key for verification of the helper image |
| `helper_image_pubkey_uri` | URI of the gpg key-server for verification of the helper image |
```bash
[runners.rkt]
......
......@@ -65,5 +65,10 @@ option to be specified in [`config.toml`][toml].
along with enforcing [image verification](#image-verification) prevents
all users from running any job.
## Further configuration
See [advanced configuration][advancedconfig]
[yaml]: http://doc.gitlab.com/ce/ci/yaml/README.html
[toml]: ../commands/README.md#configuration-file
[advancedconfig]: ../configuration/advanced-configuration.md#the-runnersrkt-section
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment