feat: Add insecure options

This commit is contained in:
Tetsuya Kikuchi 2024-09-04 15:35:03 +09:00
parent 80c31272e0
commit 461c63e176
2 changed files with 15 additions and 0 deletions

View file

@ -38,3 +38,6 @@ Settings can be defined using the `settings` option for woodpecker plugins. All
| `skip-tls-verify` | `false` | ignore tls issues |
| `mirrors` | _none_ | set docker hub mirrors |
| `json-key` | _none_ | pass a json key to kaniko |
| `insecure` | `false` | push images to a plain HTTP registry. |
| `insecure-pull` | `false` | pull images from a plain HTTP registry. |
| `insecure-registry` | _none_ | use plain HTTP requests when accessing the specified registry. |