mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
Add preliminar support for excludes
This commit is contained in:
@@ -147,6 +147,7 @@ type ArtifactLayersSummary struct {
|
||||
type CompilationSpec interface {
|
||||
ImageUnpack() bool // tells if the definition is just an image
|
||||
GetIncludes() []string
|
||||
GetExcludes() []string
|
||||
|
||||
RenderBuildImage() (string, error)
|
||||
WriteBuildImageDefinition(string) error
|
||||
|
Reference in New Issue
Block a user