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

Commit c4ffdca

Browse files
committed
restored the Labels change
1 parent 5331f88 commit c4ffdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/image_prep_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +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"`
93+
Labels map[string]string `json:"Labels"`
9494
}
9595

9696
type ConfigSchema struct {

0 commit comments

Comments
 (0)