qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 05/24] docker: install ca-certificates packag


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v3 05/24] docker: install ca-certificates package in base image
Date: Mon, 22 May 2017 14:48:05 +0100
User-agent: mu4e 0.9.19; emacs 25.2.50.1

Philippe Mathieu-Daudé <address@hidden> writes:

> Resolve SSL verification issue at shippable container's git_sync stage:
>
> shippable logs:
> --------------
> git_sync
> - ssh-agent bash -c 'ssh-add /tmp/ssh/01_deploy; git clone 
> https://github.com/philmd/qemu.git /root/src/github.com/philmd/qemu'
> Identity added: /tmp/ssh/01_deploy (rsa w/o comment)
> Cloning into '/root/src/github.com/philmd/qemu'...
> fatal: unable to access 'https://github.com/philmd/qemu.git/': Problem with 
> the SSL CA cert (path? access rights?)
> retrying 1 of 3 times...
>
> Suggested-by: Alex Bennée <address@hidden>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>

Reviewed-by: Alex Bennée <address@hidden>

> ---
>  tests/docker/dockerfiles/debian.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/debian.docker 
> b/tests/docker/dockerfiles/debian.docker
> index 52bd79938e..d08def6a8d 100644
> --- a/tests/docker/dockerfiles/debian.docker
> +++ b/tests/docker/dockerfiles/debian.docker
> @@ -11,7 +11,7 @@ FROM debian:stable-slim
>
>  # Setup some basic tools we need
>  RUN apt update
> -RUN apt install -yy curl aptitude
> +RUN apt install -yy aptitude ca-certificates curl
>
>  # Setup Emdebian
>  RUN echo "deb http://emdebian.org/tools/debian/ jessie main" >> 
> /etc/apt/sources.list


--
Alex Bennée



reply via email to

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