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.
oci-layout
1 parent 985d354 commit 1309a15Copy full SHA for 1309a15
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