dockerTools.streamLayeredImage: fix enableFakechroot (#429601)

This commit is contained in:
Philip Taron
2025-08-25 15:07:10 -07:00
committed by GitHub
+2
View File
@@ -1049,6 +1049,7 @@ rec {
"/proc/"
"/sys/"
"${builtins.storeDir}/"
"$NIX_BUILD_TOP"
"$out/layer.tar"
]
);
@@ -1085,6 +1086,7 @@ rec {
--exclude=./proc \
--exclude=./sys \
--exclude=.${builtins.storeDir} \
--exclude=".$NIX_BUILD_TOP" \
--numeric-owner --mtime "@$SOURCE_DATE_EPOCH" \
--hard-dereference \
-cf $out/layer.tar .