Skip to content

Commit 5944e2a

Browse files
authored
Merge pull request opencontainers#414 from coolljt0725/layerout_version
Add ImageLayoutVersion const
2 parents d648ee1 + 148bc6c commit 5944e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs-go/v1/layout.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ package v1
1616

1717
import "regexp"
1818

19+
// ImageLayoutVersion is the version of ImageLayout
20+
const ImageLayoutVersion = "1.0.0"
21+
1922
// ImageLayout is the structure in the "oci-layout" file, found in the root
2023
// of an OCI Image-layout directory.
2124
type ImageLayout struct {

0 commit comments

Comments
 (0)