Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sun Jan 8 14:41:49 2023 +0100

    docs: fix buildkit config documentation (#166)
This commit is contained in:
Robert Kaussow 2023-01-08 13:43:51 +00:00
parent 3a05a4de6b
commit 51a0221219

View File

@ -72,7 +72,19 @@ properties:
required: false
- name: buildkit_config
description: Content of the docker buildkit json config.
description: |
Content of the docker buildkit toml [config](https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md). Example:
```TOML
- name: Build
image: thegeeklab/drone-docker-buildx:20
settings:
repo: example/repo
buildkit_config: |
[registry."registry.local:30081"]
http = true
insecure = true
```
type: string
defaultValue: false
required: false