barrel: Use default value for base image
This commit is contained in:
parent
5a85494194
commit
154f9a93ea
6 changed files with 38 additions and 33 deletions
|
|
@ -32,7 +32,7 @@ func (barrel *Barrel) Stack() component.StackWithResources {
|
|||
"DATA_PATH": filepath.Join(barrel.FilesystemBase, "data"),
|
||||
"RUNTIME_DIR": barrel.Malt.Config.Paths.RuntimeDir(),
|
||||
|
||||
"BARREL_BASE_IMAGE": barrel.DockerBaseImage,
|
||||
"BARREL_BASE_IMAGE": barrel.GetDockerBaseImage(),
|
||||
},
|
||||
|
||||
MakeDirs: []string{"data", ".composer"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue