1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-20 19:52:06 +00:00
forgejo-runner/internal/pkg/config
Andrew Cassidy e68940619c
chore(docs): clarify the behavior of [container].docker_host (#1059)
The description of `container.docker_host` was misleading (and IMO the setting itself does too many things, see forgejo/forgejo-actions-feature-requests#58). I clarified the comments in the example config to clearly explain that it will mount the specified socket inside the job container, and give some example values

<!--start release-notes-assistant-->
<!--URL:https://code.forgejo.org/forgejo/runner-->
- other
  - [PR](https://code.forgejo.org/forgejo/runner/pulls/1059): <!--number 1059 --><!--line 0 --><!--description Q2xhcmlmeSB0aGUgYmVoYXZpb3Igb2YgYGNvbnRhaW5lci5kb2NrZXJfaG9zdGA=-->Clarify the behavior of `container.docker_host`<!--description-->
<!--end release-notes-assistant-->

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/1059
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Andrew Cassidy <drewcassidy@me.com>
Co-committed-by: Andrew Cassidy <drewcassidy@me.com>
2025-10-06 03:51:19 +00:00
..
config.example.yaml chore(docs): clarify the behavior of [container].docker_host (#1059) 2025-10-06 03:51:19 +00:00
config.go chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 (#888) 2025-08-20 20:49:49 +00:00
config_test.go expose "ForceRebuild" as a config option 2024-12-29 17:13:04 +01:00
deprecated.go Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00
embed.go Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00
registration.go fix: do not save .runner unless it is modified (#1006) 2025-09-17 12:48:52 +00:00
registration_test.go fix: do not save .runner unless it is modified (#1006) 2025-09-17 12:48:52 +00:00