Skip to content

Commit a31a6e1

Browse files
authored
Merge pull request opencontainers#524 from xiekeyang/cas-example
fix repeated content address example
2 parents 236640a + a8347cf commit a31a6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ $ find .
3838
./blobs
3939
./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f
4040
./blobs/sha256/afff3924849e458c5ef237db5f89539274d5e609db5db935ed3959c90f1f2d51
41+
./blobs/sha256/9b97579de92b1c195b85bb42a11011378ee549b02d7fe9c17bf2a6b35d5cb079
4142
./blobs/sha256/5b0bcabd1ed22e9fb1310cf6c2dec7cdef19f0ad69efa1f392e94a4333501270
42-
./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f
4343
./oci-layout
4444
./refs
4545
./refs/v1.0
@@ -94,7 +94,7 @@ The blobs directory MAY be missing referenced blobs, in which case the missing b
9494
### Example Blobs
9595

9696
```
97-
$ cat ./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f | jq
97+
$ cat ./blobs/sha256/9b97579de92b1c195b85bb42a11011378ee549b02d7fe9c17bf2a6b35d5cb079 | jq
9898
{
9999
"schemaVersion": 2,
100100
"manifests": [

0 commit comments

Comments
 (0)