1
0
out-of-tree/config
Mikhail Klementev a7ecc354a9
feat!: prepend/append commands to dockerfile
BREAKING CHANGE: Command definition in the configuration has been changed

from

[[docker.commands]]
distro = { id = "Ubuntu" }
command = "echo runs before the base layer"

to

[[docker.commands.prepend]]
distro = { id = "Ubuntu" }
command = "echo runs before the base layer"
2024-10-06 16:11:29 +00:00
..
dotfiles feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
config.go feat: initial daemon implementation 2024-02-20 13:25:31 +00:00
out-of-tree.go feat!: prepend/append commands to dockerfile 2024-10-06 16:11:29 +00:00