Skip to content

Commit a932850

Browse files
committed
mention env variable
1 parent b01ef1f commit a932850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eigencompute/howto/build/verifiable-builds/build-from-verifiable-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Build from verifiable source
33
sidebar_position: 1
44
---
55

6-
> Importantly, if you intend to persist application data across upgrades, instruct the source to save the data at filesystem path /mnt/disks/userdata, which has been mounted at a persistent storage. More see [spec](https://github.com/Layr-Labs/go-tpm-tools/blob/main/specs/design-persistent-storage.md#35-shared-mount-point-for-both-modes).
6+
> Importantly, if you intend to persist application data across upgrades, instruct the source to save the data at the filesystem path /mnt/disks/userdata, which has been mounted to persistent storage. For more details, see [spec](https://github.com/Layr-Labs/go-tpm-tools/blob/main/specs/design-persistent-storage.md#35-shared-mount-point-for-both-modes). This path is also available as the environment variable USER_PERSISTENT_DATA_PATH, which is injected into the container.
77
88
To build from a verifiable source, options are:
99

0 commit comments

Comments
 (0)