You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/soci-index-manifest-v2.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,9 @@ There are some use-cases where the dynamic nature of SOCI Index Manifest v1 adds
45
45
If you would like to enable SOCI v1, you can add the following to the soci snapshotter config (located at `/var/lib/soci-snapshotter-grpc/config.toml`):
46
46
47
47
```
48
-
[pull_modes.soci_v1]
49
-
enable = true
48
+
[pull_modes]
49
+
[pull_modes.soci_v1]
50
+
enable = true
50
51
```
51
52
52
53
## Comparing SOCI Index Manifest v1 and SOCI Index Manifest v2
0 commit comments