* [bug#68422] [PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’.
@ 2024-01-13 10:56 Hilton Chain via Guix-patches via
2024-01-13 14:37 ` bug#68422: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-13 10:56 UTC (permalink / raw)
To: 68422
Cc: Hilton Chain, Christopher Baines, Josselin Poiret,
Ludovic Courtès, Mathieu Othacehe, Ricardo Wurmus,
Simon Tournier, Tobias Geerinckx-Rice
‘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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68422: [PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’.
2024-01-13 10:56 [bug#68422] [PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’ Hilton Chain via Guix-patches via
@ 2024-01-13 14:37 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-13 14:37 UTC (permalink / raw)
To: Hilton Chain
Cc: Josselin Poiret, Simon Tournier, Ludovic Courtès,
Tobias Geerinckx-Rice, Ricardo Wurmus, Christopher Baines,
68422-done
Hey,
> * guix/scripts/pack.scm (docker-image)[#:entry-point-argument]: Set default
> value to '().
I applied #68392 which is a similar fix,
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-13 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 10:56 [bug#68422] [PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’ Hilton Chain via Guix-patches via
2024-01-13 14:37 ` bug#68422: " Mathieu Othacehe
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).