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 d9167b2 + 1309a15 commit abcdfdfCopy full SHA for abcdfdf
specs-go/v1/layout.go
@@ -0,0 +1,7 @@
1
+package v1
2
+
3
+// ImageLayout is the structure in the "oci-layout" file, found in the root
4
+// of an OCI Image-layout directory.
5
+type ImageLayout struct {
6
+ Version string `json:"imageLayoutVersion"`
7
+}
0 commit comments