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.
2 parents 3a38626 + 1fa80d2 commit d359ff3Copy full SHA for d359ff3
specs-go/config.go
@@ -2,9 +2,7 @@ package specs
2
3
import "os"
4
5
-// Spec is the base configuration for the container. It specifies platform
6
-// independent configuration. This information must be included when the
7
-// bundle is packaged for distribution.
+// Spec is the base configuration for the container.
8
type Spec struct {
9
// Version is the version of the specification that is supported.
10
Version string `json:"ociVersion"`
0 commit comments