Configuration
Configuration
External Mutation
CLI values override project configuration, which overrides internal defaults.
Command
reflow dockerizeCategory
Container Publishing
Quick Command
reflow dockerize [OPTIONS]| Configuration key | Default | Effect |
|---|---|---|
tool.reflow.docker.provider | github | github, gitlab, or both. |
tool.reflow.docker.keep_local_images | false | Retain local images. |
tool.reflow.github.image | placeholder | GHCR destination. |
tool.reflow.gitlab.image | placeholder | GitLab destination. |
[tool.reflow.docker]
provider = "github"
keep_local_images = false
[tool.reflow.github]
image = "ghcr.io/acme/project"
[tool.reflow.gitlab]
image = "registry.gitlab.com/acme/project"