Re: [systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-15 Thread Lennart Poettering
On Thu, 07.05.15 17:47, Pavel Odvody (podv...@redhat.com) wrote: #define HEADER_TOKEN X-Do /* the HTTP header for the auth token */ cker-Token: -#define HEADER_REGISTRY X-Do /*the HTTP header for the registry */ cker-Endpoints: +#define HEADER_REGISTRY X-Do /* the HTTP header for the

Re: [systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-15 Thread Pavel Odvody
On Fri, 2015-05-15 at 15:54 +0200, Lennart Poettering wrote: On Thu, 07.05.15 17:47, Pavel Odvody (podv...@redhat.com) wrote: #define HEADER_TOKEN X-Do /* the HTTP header for the auth token */ cker-Token: -#define HEADER_REGISTRY X-Do /*the HTTP header for the registry */

Re: [systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-15 Thread Lennart Poettering
On Fri, 15.05.15 16:24, Pavel Odvody (podv...@redhat.com) wrote: Also, can you quickly explain how the three servers relate to each other? Is this documented anywhere? I'm currently in the process of rewriting these to use the same domain name as is passed in --dkr-index-url, so

Re: [systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-15 Thread Vincent Batts
On 15/05/15 16:24 +0200, Pavel Odvody wrote: On Fri, 2015-05-15 at 15:54 +0200, Lennart Poettering wrote: On Thu, 07.05.15 17:47, Pavel Odvody (podv...@redhat.com) wrote: #define HEADER_TOKEN X-Do /* the HTTP header for the auth token */ cker-Token: -#define HEADER_REGISTRY X-Do /*the

Re: [systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-07 Thread Reverend Homer
07.05.2015 18:47, Pavel Odvody пишет: Signed-off-by: Pavel Odvody podv...@redhat.com --- src/import/pull-dkr.c | 531 -- src/import/pull-dkr.h | 48 - 2 files changed, 518 insertions(+), 61 deletions(-) diff --git

Re: [systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-07 Thread Pavel Odvody
On Thu, 2015-05-07 at 18:58 +0300, Reverend Homer wrote: 07.05.2015 18:47, Pavel Odvody пишет: Signed-off-by: Pavel Odvody podv...@redhat.com --- src/import/pull-dkr.c | 531 -- src/import/pull-dkr.h | 48 - 2 files changed,

[systemd-devel] [PATCH 5/5] import/pull-dkr: V2 Image specification + manifest support

2015-05-07 Thread Pavel Odvody
Signed-off-by: Pavel Odvody podv...@redhat.com --- src/import/pull-dkr.c | 531 -- src/import/pull-dkr.h | 48 - 2 files changed, 518 insertions(+), 61 deletions(-) diff --git a/src/import/pull-dkr.c b/src/import/pull-dkr.c index