ggerman / pandora

presentations in process
GNU General Public License v2.0
0 stars 0 forks source link

No se puede crear la imagen Docker #2

Open mgarciap opened 9 years ago

mgarciap commented 9 years ago
10:57 PM $ docker build -t rubylit .
Sending build context to Docker daemon 1.741 MB
Step 0 : FROM debian:stable
 ---> 315baabd82d5
Step 1 : MAINTAINER Giménez Silva Germán Alberto <ggerman@gmail.com>
 ---> Using cache
 ---> 4b53ae01f1b7
Step 2 : RUN apt-get update
 ---> Using cache
 ---> 74468182770a
Step 3 : RUN apt-get -y install gcc g++ make wget tar git git-remote-hg patch curl
 ---> Using cache
 ---> 7e57d7281200
Step 4 : RUN apt-get clean
 ---> Using cache
 ---> c3bd8dce5868
Step 5 : ENV GOROOT /root/go1.4
 ---> Using cache
 ---> c33fabc4bea8
Step 6 : RUN cd /root && wget https://storage.googleapis.com/golang/go1.4.2.src.tar.gz && tar -xzf go1.4.2.src.tar.gz
 ---> Running in d2deb3126dac
converted 'https://storage.googleapis.com/golang/go1.4.2.src.tar.gz' (ANSI_X3.4-1968) -> 'https://storage.googleapis.com/golang/go1.4.2.src.tar.gz' (UTF-8)
--2015-09-05 22:35:48--  https://storage.googleapis.com/golang/go1.4.2.src.tar.gz
Resolving storage.googleapis.com (storage.googleapis.com)... 64.233.186.128, 2800:3f0:4003:c00::80
Connecting to storage.googleapis.com (storage.googleapis.com)|64.233.186.128|:443... connected.
ERROR: The certificate of 'storage.googleapis.com' is not trusted.
ERROR: The certificate of 'storage.googleapis.com' is not yet activated.
The certificate has not yet been activated
ggerman commented 9 years ago

Intente reproducir el error pero (todo funciona): NOTA: para hacerlo mas complicado lo instale bajo un host diferente con docker-machine y virtualbox y tambien funciona. me parece que el error pasa o por una cuestion de versiones o de configuración local de tu maquina.

Para eso hay 3 cosas claves: https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues

de lo cual lo mas importante es esto:

 The output of uname -a.
 The output of docker version.
 The output of docker -D info.

Processing triggers for systemd (215-17+deb8u2) ... ---> f121c5acfc37 Removing intermediate container 22421857f834 Step 4 : RUN apt-get clean ---> Running in 7e15d6d4a807 ---> 91aef46b3c9c Removing intermediate container 7e15d6d4a807 Step 5 : ENV GOROOT /root/go1.4 ---> Running in e3a6679d3339 ---> 88c2133710de Removing intermediate container e3a6679d3339 Step 6 : RUN cd /root && wget https://storage.googleapis.com/golang/go1.4.2.src.tar.gz && tar -xzf go1.4.2.src.tar.gz ---> Running in 39f63de6fade converted 'https://storage.googleapis.com/golang/go1.4.2.src.tar.gz' (ANSI_X3.4-1968) -> 'https://storage.googleapis.com/golang/go1.4.2.src.tar.gz' (UTF-8) --2015-09-19 15:10:12-- https://storage.googleapis.com/golang/go1.4.2.src.tar.gz Resolving storage.googleapis.com (storage.googleapis.com)... 64.233.186.128, 2800:3f0:4003:c00::80 Connecting to storage.googleapis.com (storage.googleapis.com)|64.233.186.128|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10921896 (10M) [application/x-gzip] Saving to: 'go1.4.2.src.tar.gz'

 0K .......... .......... .......... .......... ..........  0%  199K 53s
50K .......... .......... .......... .......... ..........  0%  193K 54s

paso todo bien y termino exitosamente.

Containers: 2 Images: 25 Storage Driver: aufs Root Dir: /mnt/sda1/var/lib/docker/aufs Backing Filesystem: extfs Dirs: 29 Dirperm1 Supported: true Execution Driver: native-0.2 Logging Driver: json-file Kernel Version: 4.0.9-boot2docker Operating System: Boot2Docker 1.8.2 (TCL 6.4); master : aba6192 - Thu Sep 10 20:58:17 UTC 2015 CPUs: 1 Total Memory: 996.2 MiB Name: rubylit ID: W7XO:NYOL:CXWV:3VQ4:A4QM:WQOM:SWPJ:RJLT:LYIN:L7ID:QAUT:TOIC Debug mode (server): true File Descriptors: 11 Goroutines: 18 System Time: 2015-09-19T15:23:21.479771662Z EventsListeners: 0 Init SHA1: Init Path: /usr/local/bin/docker Docker Root Dir: /mnt/sda1/var/lib/docker Labels: provider=virtualbox

Linux ggerman-dskt 4.1.0-2-amd64 #1 SMP Debian 4.1.6-1 (2015-08-23) x86_64 GNU/Linux

mgarciap commented 9 years ago

Lo volveré a ver..

Sent from mobile phone / Enviado desde mi celular On Sep 19, 2015 12:26 PM, "Giménez Silva Germán Alberto" < notifications@github.com> wrote:

Intente reproducir el error pero (todo funciona): NOTA: para hacerlo mas complicado lo instale bajo un host diferente con docker-machine y virtualbox y tambien funciona. me parece que el error pasa o por una cuestion de versiones o de configuración local de tu maquina.

Para eso hay 3 cosas claves:

https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues

The output of uname -a. The output of docker version. The output of docker -D info.

Processing triggers for systemd (215-17+deb8u2) ... ---> f121c5acfc37 Removing intermediate container 22421857f834 Step 4 : RUN apt-get clean ---> Running in 7e15d6d4a807 ---> 91aef46b3c9c Removing intermediate container 7e15d6d4a807 Step 5 : ENV GOROOT /root/go1.4 ---> Running in e3a6679d3339 ---> 88c2133710de Removing intermediate container e3a6679d3339 Step 6 : RUN cd /root && wget https://storage.googleapis.com/golang/go1.4.2.src.tar.gz && tar -xzf go1.4.2.src.tar.gz ---> Running in 39f63de6fade converted 'https://storage.googleapis.com/golang/go1.4.2.src.tar.gz' (ANSI_X3.4-1968) -> ' https://storage.googleapis.com/golang/go1.4.2.src.tar.gz' (UTF-8) --2015-09-19 15:10:12-- https://storage.googleapis.com/golang/go1.4.2.src.tar.gz Resolving storage.googleapis.com (storage.googleapis.com)... 64.233.186.128, 2800:3f0:4003:c00::80 Connecting to storage.googleapis.com (storage.googleapis.com)|64.233.186.128|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10921896 (10M) [application/x-gzip] Saving to: 'go1.4.2.src.tar.gz'

0K .......... .......... .......... .......... .......... 0% 199K 53s 50K .......... .......... .......... .......... .......... 0% 193K 54s

100K .......... .......... .......... .......... .......... 1% 1.42M 38s 150K .......... .......... .......... .......... .......... 1% 2.61M 29s 200K .......... .......... .......... .......... .......... 2% 3.29M 24s

paso todo bien y termino exitosamente.

-

mi version de docker es: Docker version 1.7.1, build 786b29d

mi version de docker-machine docker-machine version 0.4.0 (9d0dc7a)

Docker info:

Containers: 2 Images: 25 Storage Driver: aufs Root Dir: /mnt/sda1/var/lib/docker/aufs Backing Filesystem: extfs Dirs: 29 Dirperm1 Supported: true Execution Driver: native-0.2 Logging Driver: json-file Kernel Version: 4.0.9-boot2docker Operating System: Boot2Docker 1.8.2 (TCL 6.4); master : aba6192 - Thu Sep 10 20:58:17 UTC 2015 CPUs: 1 Total Memory: 996.2 MiB Name: rubylit ID: W7XO:NYOL:CXWV:3VQ4:A4QM:WQOM:SWPJ:RJLT:LYIN:L7ID:QAUT:TOIC Debug mode (server): true File Descriptors: 11 Goroutines: 18 System Time: 2015-09-19T15:23:21.479771662Z EventsListeners: 0 Init SHA1: Init Path: /usr/local/bin/docker Docker Root Dir: /mnt/sda1/var/lib/docker Labels: provider=virtualbox

Linux ggerman-dskt 4.1.0-2-amd64 #1 https://github.com/ggerman/pandora/issues/1 SMP Debian 4.1.6-1 (2015-08-23) x86_64 GNU/Linux

— Reply to this email directly or view it on GitHub https://github.com/ggerman/pandora/issues/2#issuecomment-141679502.