1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/lib/src
Colin Walters 1c30403e96 install: Do a dynamic mount for /var/tmp
Closes: https://github.com/bootc-dev/bootc/issues/1292

Basically we were doing the `/proc/1/root/var/tmp` trick for
`/var/tmp` because we didn't have the dynamic bind mount infrastructure
before. Now we do, so use it instead.

The specific motivation is that Go in some cases uses `EvalSymlinks`
which gets confused by the `/proc/<pid>/root` magic links.

Also, this deletes a lot of code.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-05-02 08:38:26 -04:00
..
2025-03-29 12:05:05 +00:00
2025-04-28 08:54:26 -04:00
2025-01-09 14:46:29 -05:00
2023-12-15 18:06:51 -05:00
2023-01-25 19:10:11 -05:00
2025-01-07 21:16:12 +00:00
2025-03-29 12:05:05 +00:00
2024-09-18 13:10:49 -04:00