Skip to main content

Configuration

Configuration

External Mutation

CLI values override project configuration, which overrides internal defaults.

Commandreflow dockerize

Category

Container Publishing

Quick Command

reflow dockerize [OPTIONS]

Configuration keyDefaultEffect
tool.reflow.docker.providergithubgithub, gitlab, or both.
tool.reflow.docker.keep_local_imagesfalseRetain local images.
tool.reflow.github.imageplaceholderGHCR destination.
tool.reflow.gitlab.imageplaceholderGitLab 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"