@daocloud-proto/zestu 0.10.0-dev-924dac13 → 0.10.0-dev-1ff34f35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/zestu",
3
- "version":"v0.10.0-dev-924dac13",
3
+ "version":"v0.10.0-dev-1ff34f35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -148,6 +148,7 @@ export type ContainerInstance = {
148
148
  schedule?: Schedule
149
149
  serviceEnable?: ServiceEnable
150
150
  enableDockerInDocker?: boolean
151
+ enablePersistentRootfs?: boolean
151
152
  }
152
153
 
153
154
  export type Schedule = {