luet icon indicating copy to clipboard operation
luet copied to clipboard

Permit customization of the Dockerfile generated by specs (support secrets, etc.)

Open geaaru opened this issue 4 years ago • 1 comments

To permit the customization of the Dockerfile generated by luet for example with:

# syntax = docker/dockerfile:experimental

we need to add special spec fields compilationspec that accepts an array of string.

Example:

compilationspec:
- "# syntax = docker/dockerfile:experimental"

geaaru avatar Nov 06 '20 08:11 geaaru

compilationspec would clash and be a bit confusing with the current CompilationSpec struct, what about inline or inline_oci or oci_steps ?

mudler avatar Nov 10 '20 19:11 mudler