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
| public_sysinfo | boolean | Whether system info is public |
37
-
| public_tcbinfo | boolean | Whether TCB info is public |
38
-
| local_key_provider_enabled | boolean | Use a local key provider |
39
-
| allowed_envs | array of string | List of allowed environment variable names |
40
-
| no_instance_id | boolean | Disable instance ID generation |
41
-
| secure_time | boolean | Whether secure time is enabled |
42
-
| pre_launch_script | string | Prelaunch bash script that runs before execute `docker compose up`|
43
-
| init_script | string | Bash script that executed prior to dockerd startup |
44
-
| storage_fs | string | Filesystem type for the data disk of the CVM. Supported values: "zfs", "ext4". default to "zfs". **ZFS:** Ensures filesystem integrity with built-in data protection features. **ext4:** Provides better performance for database applications with lower overhead and faster I/O operations, but no strong integrity protection. |
26
+
| Field | Since | Type | Description |
27
+
|-------|-------|------|-------------|
28
+
| manifest_version | 0.3.1 | integer | Schema version (currently defaults to "2") |
29
+
| name | 0.3.1 | string | Name of the instance |
30
+
| runner | 0.3.1 | string | Name of the runner (currently defaults to "docker-compose") |
| secure_time | 0.5.0 | boolean | Whether secure time is enabled |
42
+
| pre_launch_script | 0.4.0 | string | Prelaunch bash script that runs before execute `docker compose up`|
43
+
| init_script | 0.5.5 | string | Bash script that executed prior to dockerd startup |
44
+
| storage_fs | 0.5.5 | string | Filesystem type for the data disk of the CVM. Supported values: "zfs", "ext4". default to "zfs". **ZFS:** Ensures filesystem integrity with built-in data protection features. **ext4:** Provides better performance for database applications with lower overhead and faster I/O operations, but no strong integrity protection. |
45
+
| swap_size | 0.5.5 | string/integer | The linux swap size. default to 0. Can be in byte or human-readable format (e.g., "1G", "256M"). |
45
46
46
47
47
48
The hash of this file content is extended to RTMR3 as event name `compose-hash`. Remote verifier can extract the compose-hash during remote attestation.
0 commit comments