We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b716c40 commit 059108aCopy full SHA for 059108a
specs-go/v1/config.go
@@ -45,6 +45,9 @@ type ImageConfig struct {
45
46
// WorkingDir sets the current working directory of the entrypoint process in the container.
47
WorkingDir string `json:"WorkingDir,omitempty"`
48
+
49
+ // Labels contains arbitrary metadata for the container.
50
+ Labels map[string]string `json:"labels,omitempty"`
51
}
52
53
// RootFS describes a layer content addresses
0 commit comments