diff options
| author | Owen T. Heisler <writer@owenh.net> | 2025-12-10 05:31:16 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-12-11 15:31:09 +0100 |
| commit | 94b26ff2841b90826968386de0b71a46284d2ee0 (patch) | |
| tree | f178f334b6aa5de6c5446fa5819d7e6a7e69ba4a /doc | |
| parent | 24d0c0a9510c8433a6dee749637b3c324744a68a (diff) | |
services: oci: Fix oci-image value field handling.
* gnu/services/containers.scm (lower-oci-image-state, oci-lowerable-image?):
Remove support for gexps and correctly lower file-like objects.
* doc/guix.texi: Remove gexp from oci-image value field description.
Fixes: guix/guix#3818
Change-Id: Ib812d65b32dd68f8572fcb371ab4521d22e5336c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #3819
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 439c23350b4..73bd1104691 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -45481,7 +45481,7 @@ A string representing the OCI image tag. Defaults to @code{latest}. | |||
| 45481 | @item @code{value} (type: oci-lowerable-image) | 45481 | @item @code{value} (type: oci-lowerable-image) |
| 45482 | A @code{manifest} or @code{operating-system} record that will be lowered | 45482 | A @code{manifest} or @code{operating-system} record that will be lowered |
| 45483 | into an OCI compatible tarball. Otherwise this field's value can be a | 45483 | into an OCI compatible tarball. Otherwise this field's value can be a |
| 45484 | gexp or a file-like object that evaluates to an OCI compatible tarball. | 45484 | file-like object that evaluates to an OCI compatible tarball. |
| 45485 | 45485 | ||
| 45486 | @item @code{pack-options} (default: @code{'()}) (type: list) | 45486 | @item @code{pack-options} (default: @code{'()}) (type: list) |
| 45487 | An optional set of keyword arguments that will be passed to the | 45487 | An optional set of keyword arguments that will be passed to the |
