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
useradd --gid '$gid' --uid '$uid' --groups sbuild user
70
+
useradd --gid '$gid' --uid '$uid' --groups sbuild --create-home user
71
71
# schroot is picky about tarball ownership
72
72
COPY --chown=root:root $tarBase /schroot/
73
73
COPY schroot.conf /etc/schroot/chroot.d/tar
@@ -113,7 +113,7 @@ args+=(
113
113
' --
114
114
115
115
# set a few defaults (TODO set these differently so we can override them easier)
116
-
--chroot-mode schroot --chroot tar
116
+
--chroot-mode schroot --chroot tar# TODO switch to "unshare mode" ? (it uses unprivileged user namespaces, so might actually be *more* annoying than schroot, on the whole)
0 commit comments