From 51a02212195434a9cc4aba219d92e3e369e91641 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 8 Jan 2023 13:43:51 +0000 Subject: [PATCH] commit f907bd038ad6e9f6b0c1d99d0b71e2c26835fd79 Author: Robert Kaussow Date: Sun Jan 8 14:41:49 2023 +0100 docs: fix buildkit config documentation (#166) --- data/data.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/data/data.yaml b/data/data.yaml index 40979a3..3d4b8ef 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -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