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 d648ee1 + 148bc6c commit 5944e2aCopy full SHA for 5944e2a
specs-go/v1/layout.go
@@ -16,6 +16,9 @@ package v1
16
17
import "regexp"
18
19
+// ImageLayoutVersion is the version of ImageLayout
20
+const ImageLayoutVersion = "1.0.0"
21
+
22
// ImageLayout is the structure in the "oci-layout" file, found in the root
23
// of an OCI Image-layout directory.
24
type ImageLayout struct {
0 commit comments