guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#68422] [PATCH] pack: docker-image: Fix default value of ‘entry-poin


From: Hilton Chain
Subject: [bug#68422] [PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’.
Date: Sat, 13 Jan 2024 18:56:59 +0800

‘entry-point-argument’ is used as cdr in ‘form-entry-point’.

* guix/scripts/pack.scm (docker-image)[#:entry-point-argument]: Set default
value to '().

Change-Id: Ib4656de695b2fc9bc22d0db7f9665d976aea0da3
---
 guix/scripts/pack.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index d0acc6cfd8..3e45c34895 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -597,7 +597,7 @@ (define* (docker-image name profile

             (let-keywords '#$extra-options #f
                           ((image-tag #f)
-                           (entry-point-argument #f)
+                           (entry-point-argument '())
                            (max-layers #f))

               (build-docker-image #$output

base-commit: c0b303aaa3d6154acbe054120d11467eb98e6d33
--
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]