mirror of
https://github.com/mudler/luet.git
synced 2025-09-17 07:42:25 +00:00
Implement compilation with images
A compilespec with an image defined (and no seed) can now be compiled, and an artifact delta is provided at the end of the process.
This commit is contained in:
@@ -105,7 +105,7 @@ type DefaultPackage struct {
|
||||
// TODO: Annotations?
|
||||
|
||||
// Path is set only internally when tree is loaded from disk
|
||||
Path string `json:"path,omitempty"` // primary key with auto increment
|
||||
Path string `json:"path,omitempty"`
|
||||
}
|
||||
|
||||
// State represent the package state
|
||||
|
Reference in New Issue
Block a user