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
Move all of /var/lib to the persistent data volume
Instead of adding e.g. /var/lib/buildkit in a provisioning script,
it makes more sense to move all of /var/lib to /mnt/data/var/lib.
Similarly buildkit seems to create big subdirectories under /tmp
that look like chroots, so lets move that to the data volume as
well to prevent buildkit from running out of space.
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments