Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 69025c1

Browse files
authored
Merge pull request #182 from datwiz/image-config-labels
added Labels to the ConfigObject
2 parents 43489e1 + c4ffdca commit 69025c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/util/image_prep_utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ type ConfigObject struct {
9090
Cmd []string `json:"Cmd"`
9191
Volumes map[string]struct{} `json:"Volumes"`
9292
Workdir string `json:"WorkingDir"`
93+
Labels map[string]string `json:"Labels"`
9394
}
9495

9596
type ConfigSchema struct {

0 commit comments

Comments
 (0)