jboss-dockerfiles / modeshape

Docker image for ModeShape project
1 stars 5 forks source link

pull stuck on 0bcc3387a049 with docker 1.8.0-dev.fc24 #1

Open plutext opened 9 years ago

plutext commented 9 years ago

I'm trying to run sudo docker pull jboss/modeshape on Fedora-Cloud-Atomic-23-20150814

I get to "pull complete" on all the images very quickly, except for 0bcc3387a049

That just says "download complete".

Eventually I killed the pull process.

When I tried it again, it seems to be frozen at:

[fedora@ip-172-30-0-85 ~]$ sudo docker pull jboss/modeshape
Using default tag: latest
Trying to pull repository docker.io/jboss/modeshape ...

So I stopped/restarted the docker daemon.

That helps a bit:-

[fedora@ip-172-30-0-85 ~]$ sudo docker pull jboss/modeshape
Using default tag: latest
Trying to pull repository docker.io/jboss/modeshape ...latest: Pulling from jboss/modeshape
0bcc3387a049: Download complete
f1b10cd84249: Already exists
c852f6d61e65: Already exists
7322fbe74aa5: Already exists
3dc11d18069b: Already exists
cf42d970ecb9: Already exists
b6d2c05bea8b: Already exists
b28704de9d32: Already exists
f96e253f35c1: Already exists
5e9463cddbda: Already exists
d3f157b39583: Already exists
f5a6e0d26670: Already exists
6d1f91fc8ac8: Already exists
77c58da5314d: Already exists
ae5665334765: Already exists
8e8490dacbda: Already exists
fb7afa78791c: Already exists
629c5d792d59: Already exists
49991c0e548b: Already exists
aaa33657bd6a: Already exists
2c990f61e22c: Already exists
2051341f142e: Already exists

But note it still just says 0bcc3387a049: Download complete

Any suggestions? I'll leave it running for a couple of hours in case it is doing something. But otherwise my fallback plan is to try an earlier Fedora-Cloud-Atomic (or some other host OS). If it comes to that, is there a host OS you know to run modeshape via docker nicely?

thanks...

plutext commented 9 years ago

Fedora-Cloud-Atomic 22 works.

On a new server:

[fedora@ip-172-30-0-128 ~]$ sudo docker pull jboss/modeshape
latest: Pulling from docker.io/jboss/modeshape

f1b10cd84249: Pull complete
c852f6d61e65: Pull complete
7322fbe74aa5: Pull complete
3dc11d18069b: Pull complete
cf42d970ecb9: Pull complete
b6d2c05bea8b: Pull complete
b28704de9d32: Pull complete
f96e253f35c1: Pull complete
5e9463cddbda: Pull complete
d3f157b39583: Pull complete
f5a6e0d26670: Pull complete
6d1f91fc8ac8: Pull complete
77c58da5314d: Pull complete
ae5665334765: Pull complete
8e8490dacbda: Pull complete
fb7afa78791c: Pull complete
629c5d792d59: Pull complete
49991c0e548b: Pull complete
aaa33657bd6a: Pull complete
2c990f61e22c: Pull complete
2051341f142e: Pull complete
0bcc3387a049: Already exists
Digest: sha256:4f10741403c754399df152b1d27687e9ce0ca3673ee67603b0ca2e735b62e4b0
Status: Downloaded newer image for docker.io/jboss/modeshape:latest
plutext commented 9 years ago

So it works on

[fedora@ip-172-30-0-128 ~]$ sudo docker version
Client version: 1.6.0
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 9d26a07/1.6.0
OS/Arch (client): linux/amd64
Server version: 1.6.0
Server API version: 1.18
Go version (server): go1.4.2
Git commit (server): 9d26a07/1.6.0
OS/Arch (server): linux/amd64