emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#35281: closed ([PATCH] gnu: docker: Add a couple g


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35281: closed ([PATCH] gnu: docker: Add a couple go dependencies and enable docker-proxy.)
Date: Mon, 06 May 2019 00:27:02 +0000

Your message dated Sun, 05 May 2019 20:26:49 -0400
with message-id <address@hidden>
and subject line Re: [bug#35281] [PATCH] gnu: docker: Add a couple go 
dependencies and enable docker-proxy.
has caused the debbugs.gnu.org bug report #35281,
regarding [PATCH] gnu: docker: Add a couple go dependencies and enable 
docker-proxy.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35281: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35281
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: docker: Add a couple go dependencies and enable docker-proxy. Date: Sun, 14 Apr 2019 19:02:53 -0400
Hello Guix!

Before this change, attempting to start a docker registry such as with
the following command[0]:

--8<---------------cut here---------------start------------->8---
docker run -d -p 5000:5000 --restart=always --name registry registry:2
--8<---------------cut here---------------end--------------->8---

Would give the following error:

--8<---------------cut here---------------start------------->8---
/gnu/store/dzaijl53fcd3jhkpd70vsf4cnvv10ywj-docker-cli-18.09.3/bin/docker:
Error response from daemon: driver failed programming external
connectivity on endpoint registry
(709754084a9e208c32075e47ea9584296a6f274deeef08283d0de9c9a5161112):
exec: "docker-proxy": executable file not found in $PATH.
--8<---------------cut here---------------end--------------->8---

This series of patches adds docker-libnetwork-cmd-proxy and a few new go
packages it required.

The docker service is modified to enable (or disable) using a 'docker-proxy'.

Thanks!

Maxim

Attachment: 0001-gnu-Add-go-sctp.patch
Description: Text Data

Attachment: 0002-gnu-Add-go-netns.patch
Description: Text Data

Attachment: 0003-gnu-Add-go-netlink.patch
Description: Text Data

Attachment: 0004-gnu-Add-docker-libnetwork.patch
Description: Text Data

Attachment: 0005-gnu-Add-docker-libnetwork-cmd-proxy.patch
Description: Text Data

Attachment: 0006-services-docker-Add-new-fields-to-support-proxy.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#35281] [PATCH] gnu: docker: Add a couple go dependencies and enable docker-proxy. Date: Sun, 05 May 2019 20:26:49 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Maxim Cournoyer <address@hidden> writes:

> Hi Danny!
>
> Danny Milosavljevic <address@hidden> writes:
>
>> Hi,
>>
>> On Sun, 14 Apr 2019 19:02:53 -0400
>> Maxim Cournoyer <address@hidden> wrote:
>>
>>> +         ;; The tests fail with the error:
>>> +         ;; src/github.com/docker/libnetwork/network.go:1057: Warnf format 
>>> %q
>>> +         ;; has arg n.configOnly of wrong type bool.
>>> +         #:tests? #f))
>>> +      (home-page "https://github.com/docker/libnetwork/";)
>>
>> It might make sense to report that bug upstream--they're helpful people.
>>
>> Otherwise LGTM!
>
> Thanks for bringing my attention to that part; I've tried re-enabling
> the tests but it seems to fail because of unmet dependencies now --
> which makes sense since I'm not adding any inputs.  I've removed the
> tests? #f argument and detailed in the top comment that this is simply
> used as a template and doesn't even build.
>
> Thanks for the review!
>
> Maxim

Pushed as 7a31d93a61. Thanks!

Maxim


--- End Message ---

reply via email to

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