Re: guix docker on gitlab-ci

2023-06-19 Thread Graham Addis
Hi Wolf, Patch is now submitted, see following for details. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64171 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64173 Now we find out what I forgot. ;-) Thanks again for your help, Graham On Tue, 13 Jun 2023 at 17:56, Graham Addis wrote: > &

Re: guix docker on gitlab-ci

2023-06-13 Thread Graham Addis
the docs to update, and to test the some of the different cases, but it all seems to work. Thanks again, Graham On Mon, 5 Jun 2023 at 22:38, Graham Addis wrote: > > Hi Wolf, > > Similar to what I was trying, which didn't work. I'll try to have a go > one evening and try

Guix.gnu.org ERR_CERT_DATE_INVALID

2023-06-11 Thread Graham Addis
Visiting guix.gnu.org this afternoon (uk time) I see the certificate has expired: NET::ERR_CERT_DATE_INVALID Subject: guix.gnu.org Issuer: R3 Expires on: 11 Jun 2023 Current date: 11 Jun 2023 ...

Re: guix docker on gitlab-ci

2023-06-05 Thread Graham Addis
Hi Wolf, Similar to what I was trying, which didn't work. I'll try to have a go one evening and try and work out where I went wrong. Thanks again. Graham On Mon, 5 Jun 2023 at 18:35, wolf wrote: > > On 2023-06-05 16:37:50 +0100, Graham Addis wrote: > > Hi Wolf, >

Re: guix docker on gitlab-ci

2023-06-05 Thread Graham Addis
t 09:13, Graham Addis wrote: > > Hi Wolf, > > On Thu, 1 Jun 2023 at 22:55, wolf wrote: > > > > On 2023-05-31 18:47:03 +0100, Graham Addis wrote: > > > I could use the equivalent format for --entry-point > > > > > > --entry-point executable --e

Re: guix docker on gitlab-ci

2023-06-02 Thread Graham Addis
Hi Wolf, On Thu, 1 Jun 2023 at 22:55, wolf wrote: > > On 2023-05-31 18:47:03 +0100, Graham Addis wrote: > > I could use the equivalent format for --entry-point > > > > --entry-point executable --entry-point param1 --entry-point param2 > > > I think that is a r

Re: guix docker on gitlab-ci

2023-06-02 Thread Graham Addis
On Thu, 1 Jun 2023 at 23:04, wolf wrote: > I did not know Guix does not currently support the shell form. In that light > I > think it should not be implemented, since once your idea (arguments for entry > point) is implemented, it will be trivial for end-user to emulate it if so > desired. Tha

Re: guix docker on gitlab-ci

2023-05-31 Thread Graham Addis
Hi Wolf, On Tue, 30 May 2023 at 07:52, Graham Addis wrote: > > ENTRYPOINT ["executable", "param1", "param2"] # The exec form, which > is the preferred form: I realised that pack takes multiple symlink(s) using --symlink /bin=bin --symlink /opt=opt I coul

Re: guix docker on gitlab-ci

2023-05-30 Thread Graham Addis
Hi Worf, Thanks for the response, see below. On Mon, 29 May 2023 at 20:41, wolf wrote: > > On 2023-05-24 18:04:47 +0100, Graham Addis wrote: > > Dear people, > > > > I tried to create a docker image to use in a gitlab-ci instance but it > > failed because I couldn&

guix docker on gitlab-ci

2023-05-29 Thread Graham Addis
Dear people, I tried to create a docker image to use in a gitlab-ci instance but it failed because I couldn't use --entry-point="bin/sh -l -c" or equivalent, basically the gitlab-runner complains that it can't run binaries. I've managed to get it working by making some changes to guix/scripts/pac