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 9fa0543 commit 6ac6506Copy full SHA for 6ac6506
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