Mikhail Klementev
a7ecc354a9
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"