summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-09 00:02:55 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-09 00:02:55 +0200
commit5961d35a5bc0d9bb095acc1307d7023b5b83be67 (patch)
treed5ab2f18a9768aa334e3ba2faa083cdbdada6e83
parent55aacd502b0a80c21aee50bdd0f325d378250261 (diff)
downloadsystemd-5961d35a5bc0d9bb095acc1307d7023b5b83be67.tar.gz
NEWS: add blurb about os-release and $container_host_*
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cab0f1ee6f..36d59ce132 100644
--- a/NEWS
+++ b/NEWS
@@ -516,6 +516,14 @@ CHANGES WITH 246:
https://systemd.io/JOURNAL_FILE_FORMAT
+ * The interface for containers (https://systemd.io/CONTAINER_INTERFACE)
+ has been extended by a set of environment variables that expose
+ select fields from the host's os-release file to the container
+ payload. Similarly, host's os-release files can be mounted into the
+ container underneath /run/hosts. Together, those mechanisms provide a
+ standardized way to expose information about the host to the
+ container payload. Both interfaces are implemented in systemd-nspawn.
+
* All D-Bus services shipped in systemd now implement the generic
LogControl1 D-Bus API which allows clients to change log level +
target of the service during runtime.