guix/gnu
Ludovic Courtès 6edd5c546c
linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image OSes.
Previously, 'guix system docker-image' would end up providing an OS that
would try to mount all of %CONTAINER-FILE-SYSTEMS as well as /gnu/store,
which is bound to fail in unprivileged Docker.

This patch makes it so that 'guix system container' still gets those
file systems, but 'guix system docker-image' doesn't.

* gnu/system/linux-container.scm (containerized-operating-system): Add
 #:extra-file-systems parameter and honor it.  Do not include
 %STORE-MAPPING and SHARED-NETWORK-FILE-MAPPINGS.
(container-script): Add %STORE-MAPPING and optionally NETWORK-MAPPINGS
to MAPPINGS and pass #:extra-file-systems.
2019-05-15 16:36:21 +02:00
..
bootloader
build marionette: Add braces to the keystrokes. 2019-05-15 12:18:51 +02:00
installer installer: Rename 'auto-partition' to 'auto-partition!'. 2019-05-15 16:36:20 +02:00
packages gnu: Add python-pylzma. 2019-05-15 15:22:22 +02:00
services tests: Skip unreliable "herd invalidate nscd" test. 2019-05-15 12:18:51 +02:00
system linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image OSes. 2019-05-15 16:36:21 +02:00
tests tests: Skip unreliable "herd invalidate nscd" test. 2019-05-15 12:18:51 +02:00
artwork.scm
bootloader.scm
ci.scm
installer.scm installer: Increase backtrace verbosity. 2019-05-15 09:28:45 +02:00
local.mk gnu: ocaml-base64: Update to 3.2.0. 2019-05-14 21:05:32 +02:00
packages.scm
services.scm
system.scm
tests.scm