GNU bug report logs - #68422
[PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Sat, 13 Jan 2024 10:58:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#68422: closed (Re: [bug#68422] [PATCH] pack: docker-image:
 Fix default value of ‘entry-point-argument’.)
Date: Sat, 13 Jan 2024 14:39:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68422: [PATCH] pack: docker-image: Fix default value of ‘entry-point-argument’.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68422 <at> debbugs.gnu.org.

-- 
68422: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68422
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: Josselin Poiret <dev <at> jpoiret.xyz>,
 Simon Tournier <zimon.toutoune <at> gmail.com>,
 Ludovic Courtès <ludo <at> gnu.org>,
 Tobias Geerinckx-Rice <me <at> tobias.gr>, Ricardo Wurmus <rekado <at> elephly.net>,
 Christopher Baines <guix <at> cbaines.net>, 68422-done <at> debbugs.gnu.org
Subject: Re: [bug#68422] [PATCH] pack: docker-image: Fix default value of
 ‘entry-point-argument’.
Date: Sat, 13 Jan 2024 15:37:56 +0100
Hey,

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

I applied #68392 which is a similar fix,

Thanks,

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [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



This bug report was last modified 1 year and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.