Allow creating FileBuilder without specifying initial command #179
Labels
enhancement
waiting-for-feedback
Waiting for someone to give feedback until this issue can be brought further.
Milestone
Currently
FileBuilder
is started from ImageBuilder viaFrom
method, but this adds first "command" to the sub-builder. This gets awkward when adding conditional buildup of container image, where first command to be added is not easily identified. This requires tricks like the use of a local function:It would be better if FileBuilder can be started without adding the initial command.
The text was updated successfully, but these errors were encountered: