Skip to content

Commit

Permalink
fix(ConfigFile): add Variant (#1362)
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Lippert <[email protected]>
  • Loading branch information
lippertmarkus authored May 10, 2022
1 parent 82405e5 commit ba4080b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type ConfigFile struct {
RootFS RootFS `json:"rootfs"`
Config Config `json:"config"`
OSVersion string `json:"os.version,omitempty"`
Variant string `json:"variant,omitempty"`
}

// History is one entry of a list recording how this container image was built.
Expand Down

0 comments on commit ba4080b

Please sign in to comment.